Actions

Difference between revisions of "Suit Storage"

From Unofficial Stationeers Wiki

(added silver to cost)
m (Correction: this may also be constructed using the hydraulic pipe bender.)
Line 2: Line 2:
 
  | name        = Kit (Suit Storage)
 
  | name        = Kit (Suit Storage)
 
  | image      = [[File:ItemKitSuitStorage.png]]
 
  | image      = [[File:ItemKitSuitStorage.png]]
  | createdwith = [[Fabricator]]
+
  | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]
 
  | cost        = 15g [[Iron]], 5g [[Copper]], 5g [[Silver]]
 
  | cost        = 15g [[Iron]], 5g [[Copper]], 5g [[Silver]]
 
}}
 
}}

Revision as of 01:10, 18 October 2019

Kit (Suit Storage)
ItemKitSuitStorage.png
Recipe
Created With Hydraulic Pipe Bender, Fabricator
Cost 15g Iron, 5g Copper, 5g Silver
Suit Storage
SuitStorage front.png
Construction
Placed with Kit (Suit Storage)
Placed on Free (forced right side up)
Stage 1
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Suit Storage)

Description

Used to store the EVA Suit, Helmet and Spacepack. If the item is powered and has pipes connected with Oxygen [O2] or Propellant [N2] it will recharge the suits battery (1.1kW charge rate) and refill the Air Tank Canister an the Propellant Tank Canister when placed inside it. If a Pipe is connected to the correct slot, it can also extract waste [CO2, or other, depending on filters in suit].

Data Network Properties

These are all Data Network properties of this device.

Data Parameters

These are all parameters, that can be written to with a Logic Writer or a 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. 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. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.

Number Name Description
1 Helmet
2 Suit
3 Back
Name Data Type Description
Occupied Boolean Returns whether the slot occupied. (0 for no, 1 for yes).
OccupiedHash Integer Returns ItemHash of item in slot.
Quantity Integer Size of stack.
Damage Integer Item durability in percent.
Class Integer Item class ID.