Difference between revisions of "Hardsuit"
From Unofficial Stationeers Wiki
m (Add image) |
|||
Line 2: | Line 2: | ||
{{Itembox | {{Itembox | ||
| name = Hardsuit | | name = Hardsuit | ||
− | | image = | + | | image = [[File:ItemHardsuitHelmet.png]] |
| maxpressure = 202.65 kPa | | maxpressure = 202.65 kPa | ||
| createdwith = [[Tool Manufactory]] | | createdwith = [[Tool Manufactory]] |
Revision as of 03:47, 24 June 2021
Max Pressure | 202.65 kPa |
---|---|
Volume | 10 L |
Recipe | |
Created With | Tool Manufactory |
Cost | 20g Steel, 10g Astroloy, 2g Stellite |
Contents
Description
Used in conjunction with a Hardsuit Helmet to go outside a pressurized and breathable environment. It features adjustable pressure and air conditioning (temperature) settings, as well as an warning system that will alert the occupant should the atmosphere inside the suit become hazardous. It can also carry a Hardsuit Backpack for extra storage, or a Hardsuit Jetpack for additional storage and jumpjet capabilities.
The Hardsuit has more armor than the EVA Suit, features one extra Filter slot and the ability to accept Integrated Circuit (IC10) chips. It is however much more expensive to produce.
Usage
Your suit must be worn with a suitable helmet to function properly. You must insert suitable gas canisters and filters into the suit's slot (see below). These will need to be manually changed on a periodic basis, although the canisters can also be recharged/drained using a fully-supplied Suit Storage rack.
Your suit readouts are normally displayed at the top-right of the screen. Your suit functions can be accessed by pressing the Number '3' key. This will bring up a panel showing the suit's slots and its various settings. These only function when wearing a suitable closed helmet, and are as follows:
- A/C On / Off (Temperature control on/off)
- Filters On / Off
- Air On / Off
- Pressure Up / Down (with a range of 0kPA to 202kPa, or 0-2 Earth atmospheres)
- Temperature Up / Down (with a range of 0°C to 60°C)
Your suit Battery will also power (and be drained by) the light in any attached helmet. If damaged, your suit can be patched by holding Duct Tape in your right hand and holding the right mouse button. The colour of an (unworn) suit can be changed using Spray Paint.
Slots
Contains 8 slots:
- 1x Air Tank - Insert a Canister or Gas Canister (Smart) with a breathable gas mix (for example O2, Air, Air 20/80 or Nitrox 35/65)
- 1x Waste Tank - Insert an empty Canister or Gas Canister (Smart) where gases removed by the Filters will be stored
- 1x Life Support - Insert a charged Battery Cell (ideally Large or Nuclear)
- 1x Processor - Optionally allowing for a programmed Integrated Circuit (IC10)
- 4x Filters - Insert at least one CO2 Filters (if Human), plus others depending on your breathable gas mix (usually Nitrogen)
Notes
- Suit pressure set to 50-100 KPa (0.5 to 1 Earth atmospheres), Humans in-game tolerating 11 to ~250kPa and surviving 11 to ~300kPA)
- Suit temperature is normally set to 18-21°C, Humans in-game preferring 10-29°C, tolerating 0-39°C and surviving around -10 to 49°C
- Additional key bindings to control your suit functions can be set in the Game Settings ---> Controls.
- The maximum allowed pressure the filters can cope with in the Waste Tank is 4052kPa (well below its maximum pressure). Low/critical Oxygen warnings will occur close to this value as your Filters cease to function.
- The default filter is the CO2 filter, a gas generated by the Human character when consuming breathable gas
- Make sure if you aren't using 100% Oxygen in your breathing gas that you add additional Filters! E.g. if you put the common "Air" mixture of 25% Oxygen + 75% Nitrogen into your tank, the Nitrogen would accumulate in your suit/helmet over time and suffocate you unless you have a Nitrogen filter to remove this.
- If you have the correct filters and breathable gas but are still experiencing problems, refer to the 'Flush' function on your Space Helmet
- It is theoretically possible to mix EVA Suit elements and Hardsuit elements, although this is relatively uncommon
- Damaged suits can be recycled (assuming you have a new one to use!)
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 with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
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 |