forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AFS Exosuits Updates II (CleverRaven#69048)
* Adds RIGID to all frame storage. * Add TARDIS to frame * Increase initial power supply reserves * Add security and military item groups for exosuit * Prepnet vendor stocked with exosuit modules * Initial draft of exosuit manual * Update data/mods/Aftershock/itemgroups/item_groups.json * Text corrections and dictionary update --------- Co-authored-by: John Candlebury <[email protected]>
- Loading branch information
1 parent
bab59b4
commit 20accf2
Showing
5 changed files
with
97 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
data/mods/Aftershock/items/armor/exosuit/exosuit_manual.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{ | ||
"type": "snippet", | ||
"category": "note", | ||
"text": [ | ||
{ | ||
"id": "exosuit_guide_introduction", | ||
"text": "\"Welcome to your Exosuit Piloting and Maintenance Manual. This manual will walk you through the basic operations of an exosuit. Before proceeding, please ensure you have completed the UCIA Exosuit Piloting course. Any operation without a valid UCIA Exosuit Pilot Licence is considered a violation of safety standards. <this is followed by twenty pages of disclaimers>\"" | ||
}, | ||
{ | ||
"id": "exosuit_guide_underlayer", | ||
"text": "\"Part One: The Underlayer. Underlayer are specialized clothing meant to interface with the exosuit frame. While not essential, they do minimize the risk of clothing getting caught on the frame. Some underlayers offer additional protection to the pilot, ranging from ballistic armor to fully sealed suits designed for operating underwater or outside a breathable atmosphere.\"" | ||
}, | ||
{ | ||
"id": "exosuit_guide_frame", | ||
"text": "\"Part Two: The Frame. The exosuit frame meets UICA Interoperability Standard AV-98, allowing it to interface with UICA and legacy TSKBEM modules. Third-party modules should not be used unless also UISAV-98 compliant. Designed to be worn over an underlayer or conventional clothes, the frame is adjustable to fit a range of pilots, and will adjust automatically when powered on.\"" | ||
}, | ||
{ | ||
"id": "exosuit_guide_management", | ||
"text": "\"Part Three: Activation and Management. On activation, the pilot will be asked to choose between 'Manage Exosuit Modules' or 'Turn On'. Selecting, 'Enter', the option to Manage Exosuit Modules will display a list of the exosuit frame's module slots, which are a combination of compartments for mounting protective plating and hardpoints. Selecting an item, 'Enter', will show options based on the slot selected. An empty slot will prompt the pilot to select an available appropriate module to load into that slot. Selecting an occupied module will prompt the pilot to unload the slot, unload/reload the module (when appropriate), or swap the module with another. Modules can be manually activated through this menu as well.\"" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters