History
Current version
3/8/2026, 10:07:03 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:32:43 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:32:43 PM
Suit Storage
## Kit (Suit Storage) :::infobox | Property | Value | |----------|-------| | Created With | [Hydraulic Pipe Bender](/wiki/hydraulic-pipe-bender), [Fabricator](/wiki/fabricator) | | Cost | 15g [Iron](/wiki/iron), 5g [Copper](/wiki/copper), 5g [Silver](/wiki/silver) |  ::: ## Suit Storage :::infobox | Property | Value | |----------|-------| | Placed With | [Kit (Suit Storage)](/wiki/kit-suit-storage) | | Placed On | Free (forced right side up) |  ::: ### Deconstruction Steps | Step | Tool | Recovered Item | |---|---|---| | 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Suit Storage)](/wiki/kit-suit-storage) | ## Description Used to store the [EVA Suit](/wiki/eva-suit), [Helmet](/wiki/helmet), [Headlamp](/wiki/headlamp), and [Spacepack](/wiki/spacepack). If the suit storage is powered and has pipes connected with Oxygen [O2] or Propellant [N2], it will recharge the batteries (1kW charge rate + 50w Standby\Operating cost) and equalize the Air Tank [Canister](/wiki/canister) and the Propellant Tank [Canister](/wiki/canister) with the pipesystem inside it. The wastetank will be pumped out to the pipe connected to the waste outlet. *All pipes must be connected or it will error out, it will still charge the battery in error mode*. It does not have internal pressure regulators, Must be connected to regulated O2/N2 supply. Inputs/Outputs: Front Input is O2, Back Bottom Input is N2, and Top Back Output is Waste ### Data Network Properties These are all [Data Network](/wiki/categorydata-network) properties of this device. #### Data Parameters These are all parameters, that can be written to with a [Logic Writer](/wiki/kit-logic-io#logic-writer) or a [Batch Writer](/wiki/kit-logic-io#batch-writer). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them. | Parameter Name | Data Type | Description | |---|---|---| | Setting | Integer | Inherited from pump class. | | On | Boolean | Turns the device on, when set >= 1. Turns it off, when set to <1. | #### Data Outputs These are all parameters, that can be read with a [Logic Reader](/wiki/kit-logic-io#logic-reader). The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them. | Output Name | Data Type | Description | |---|---|---| | Power | Boolean | Returns whether the device is turned on and receives power. (0 for no, 1 for yes). | | Error | Boolean | Returns whether the device is flashing an error. (0 for no, 1 for yes). | | Setting | Integer | Inherited from pump class. | | Maximum | Integer | Inherited from pump class. | | Ratio | Integer | Inherited from pump class. | | On | Boolean | Returns whether the device is turned on. (0 for no, 1 for yes) | | RequiredPower | Integer | Returns the current amount of power, required by the device, in watts. | #### Data Slots These are all parameters, that can be read with a [Slots Reader](/wiki/kit-logic-io#slots-reader). The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them. | Number || Name | Description | |---|---| | 0 | Helmet | | 1 | Suit | | 2 | Back | | Name | Data Type | Description | |---|---|---| | **All** | | Occupied | Boolean | Returns whether the slot occupied. (0 for no, 1 for yes). | | OccupantHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot. | | MaxQuantity | Integer | Size of stack. | | Damage | Integer | Item durability in percent. | | Class | Integer | Item class ID. | | Quantity | Integer | Size of stack. | | PrefabHash | Integer | Returns [ItemHash](/wiki/itemhash) of item in slot. | | **Suit** | | ChargeRatio | Integer | Percent charge in 0-1. | | Charge | Integer | Charge in Joules. | | PressureWaste | Integer | Pressure of wastetank. | | PressureAir | Integer | Pressure of airtank. | | **Back** | | Pressure | Integer | Pressure of Jettank. |