Actions

Hardsuit

From Unofficial Stationeers Wiki

Revision as of 18:30, 8 October 2018 by Eearslya (talk | contribs) (Add additional logic variables)
Hardsuit
ItemEvaSuit.png
Max Pressure 202.65 kPa?
Volume 10 L?
Recipe
Created With Fabricator
Cost 2g Gold, 10g Steel, 8g Lead, 20g Invar


Description

Used to be able to go outside a pressurized and breathable environment. It features an adjustable pressure adjustment and air conditioning toggle.

The Hardsuit has more armor than the EVA Suit and features one extra filter slot and the ability to accept IC chips


    • Note: Image is incorrect

Notes

  • Note that the maximum allowed pressure for the Waste Tank is 4052kPa. Low/critical oxygen warnings will occur close to this value.
  • The default filter is the CO2 filter, a gas generated by the characters when consuming breathable air.

Data Network Properties

These are all Data Network properties of this device.

The Hardsuit is uniquely capable of accepting an Integrated Ciruit (IC10). Within a hardsuit, this IC cannot toggle itself off and will run as long as there is battery power in the suit, until the IC is removed It has these unique logic variables and interactions (along with the standard variables)

Data Parameters

These are all parameters, that can be written to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

Parameter Name Data Type Description
On boolean Controls A/C power for suit.
Filtration boolean Controls Filtration power for suit.
AirRelease boolean Controls Air power for suit.
PressureSetting number Controls target pressure for suit. Only works while helmet is closed.
TemperatureSetting number Controls target temperature for suit.
Error boolean Controls error state for suit.
d0 device Interface for suit helmet
d1 device Interface for backpack or jetpack

Data Outputs

These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.

Output Name Data Type Description
On boolean Controls A/C power for suit.
Filtration boolean Whether Filtration is enabled for the suit.
AirRelease boolean Whether Air flow is enabled for the suit.
PressureSetting number The target pressure for suit.
TemperatureSetting number The target temperature for suit.
PressureExternal number The air pressure outside of the suit.
TemperatureExternal number The air temperature outside of the suit.
Error boolean The suit's error state.
PositionX number The suit's X coordinate position.
PositionY number The suit's Y coordinate position.
PositionZ number The suit's Z coordinate position.
VelocityMagnitude number The suit's relative velocity magnitude.
VelocityRelativeX number The suit's relative X velocity.
VelocityRelativeY number The suit's relative Y velocity.
VelocityRelativeZ number The suit's relative Z velocity.
d0 device Interface for suit helmet
d1 device Interface for backpack or jetpack