Actions

Difference between revisions of "Suit Storage"

From Unofficial Stationeers Wiki

(added silver to cost)
m (Fixed Grammar)
 
(6 intermediate revisions by 6 users not shown)
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]]
 
}}
 
}}
Line 15: Line 15:
  
 
==Description==
 
==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].
+
Used to store the [[EVA Suit]], [[Helmet]], [[Headlamp]], and [[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]] and the Propellant Tank [[Canister]] with the pipesystem inside it. The wastetank will be pumped out to the pipe connected to the waste outlet.<br>
 +
''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 ===
 
=== Data Network Properties ===
Line 60: Line 67:
 
! Number || Name !! Description
 
! Number || Name !! Description
 
|-
 
|-
| 1 || Helmet ||  
+
| 0 || Helmet ||  
 
|-
 
|-
| 2 || Suit ||  
+
| 1 || Suit ||  
 
|-
 
|-
| 3 || Back||  
+
| 2 || Back||  
 
|}
 
|}
  
Line 70: Line 77:
 
|-
 
|-
 
! Name !! Data Type !! Description
 
! Name !! Data Type !! Description
 +
|-
 +
! colspan=3 | All
 
|-
 
|-
 
| Occupied || Boolean || Returns whether the slot occupied. (0 for no, 1 for yes).
 
| Occupied || Boolean || Returns whether the slot occupied. (0 for no, 1 for yes).
 
|-
 
|-
| OccupiedHash || Integer || Returns [[ItemHash]] of item in slot.
+
| OccupantHash || Integer || Returns [[ItemHash]] of item in slot.
 
|-
 
|-
| Quantity || Integer || Size of stack.
+
| MaxQuantity || Integer || Size of stack.
 
|-
 
|-
 
| Damage || Integer || Item durability in percent.
 
| Damage || Integer || Item durability in percent.
 
|-
 
|-
 
| Class || Integer || Item class ID.
 
| Class || Integer || Item class ID.
 +
|-
 +
| Quantity || Integer || Size of stack.
 +
|-
 +
| PrefabHash || Integer || Returns [[ItemHash]] of item in slot.
 +
|-
 +
! colspan=3 | Suit
 +
|-
 +
| ChargeRatio || Integer || Percent charge in 0-1.
 +
|-
 +
| Charge || Integer || Charge in Joules.
 +
|-
 +
| PressureWaste || Integer || Pressure of wastetank.
 +
|-
 +
| PressureAir || Integer || Pressure of airtank.
 +
|-
 +
! colspan=3 | Back
 +
|-
 +
| Pressure || Integer || Pressure of Jettank.
 +
|-
 
|}
 
|}
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 15:58, 7 August 2023

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[edit]

Used to store the EVA Suit, Helmet, Headlamp, and 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 and the Propellant Tank 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[edit]

[Expand]

These are all Data Network properties of this device.