Difference between revisions of "Gas Tank Storage"
From Unofficial Stationeers Wiki
(changed placed with item) |
(the name was changed to Kit (Pipe Utility Gas)) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Atmospherics]] | [[Category:Atmospherics]] | ||
{{Itembox | {{Itembox | ||
− | | name = Kit ( | + | | name = Kit (Pipe Utility Gas) |
| image = [[File:ItemGasTankStorage.png|Gas tank storage laying on a ground]] | | image = [[File:ItemGasTankStorage.png|Gas tank storage laying on a ground]] | ||
| createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]] | | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]] | ||
Line 13: | Line 13: | ||
| placed_on_grid = Small Grid, On Frames | | placed_on_grid = Small Grid, On Frames | ||
| decon_with_tool1 = [[Wrench]] | | decon_with_tool1 = [[Wrench]] | ||
− | | item_rec1 = [[Kit ( | + | | item_rec1 = [[Kit (Pipe Utility Gas)]] |
}} | }} | ||
Gas tank storage is a part of piping that allows [[Gas Canister]] filling and storage. | Gas tank storage is a part of piping that allows [[Gas Canister]] filling and storage. | ||
Line 21: | Line 21: | ||
{{Data Network Header}} | {{Data Network Header}} | ||
− | {{Data Parameters|empty}} | + | {{Data Parameters|empty=}} |
{{Data Outputs}} | {{Data Outputs}} | ||
{| class="wikitable" | {| class="wikitable" |
Latest revision as of 08:51, 2 July 2024
Recipe | |
---|---|
Created With | Hydraulic Pipe Bender, Fabricator |
Cost | 5g Iron |
Construction | |
---|---|
Placed with | Kit (Pipe Utility Gas) |
Placed on | Small Grid, On Frames |
Stage 1 | |
Deconstruction | |
Deconstructed with | Wrench |
Item received | Kit (Pipe Utility Gas) |
Gas tank storage is a part of piping that allows Gas Canister filling and storage.
Usage[edit]
Mount on an Iron Frame connected to the pipe, insert Gas Canister inside, connect through piping to any gas output (such as Furnace rear output).
Data Network Properties[edit]
These are all Data Network properties of this device.
Data Parameters[edit]
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
Data Outputs[edit]
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 |
---|---|---|
Pressure | Float | Returns the amount of pressure in the Gas Canister in the Gas Tank Storage, in kiloPascals. |
Temperature | Float | Returns the temperature of the gasses inside a Gas Canister in the Gas Tank Storage, in Kelvin. |
RatioOxygen | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of oxygen in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioCarbonDioxide | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of carbon dioxide in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioNitrogen | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrogen in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioPollutant | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of pollutant in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioVolatiles | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of volatiles in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioWater | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of water in the gasses in a Gas Canister in the Gas Tank Storage. |
RatioNitrousOxide | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrousoxide in the gasses in a Gas Canister in the Gas Tank Storage. |
Quantity | Float | Returns number of moles of gas in the canister |
PrefabHash | Integer | Returns ItemHash of device. |
Data Slots[edit]
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 |
---|---|---|
0 | Canister |
Name | Data Type | Description |
---|---|---|
Occupied | Boolean | Returns whether the slot occupied. (0 for no, 1 for yes). |
OccupantHash | Integer | Returns ItemHash of item in slot. |
MaxQuantity | Integer | Max Size of stack. |
Pressure | Integer | Returns the pressure in the Gas Canister, in Pascals. |
Damage | Integer | Item durability in percent. |
Class | Integer | Item class ID. |
Quantity | Integer | Size of stack. |
PrefabHash | Integer | Returns ItemHash of canister in slot. |