Difference between revisions of "Tank"
From Unofficial Stationeers Wiki
(→Usage) |
m |
||
(15 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Atmospherics]] | ||
[[Category:Items]] | [[Category:Items]] | ||
− | |||
<languages /> | <languages /> | ||
− | |||
<!--T:1--> | <!--T:1--> | ||
{{Itembox | {{Itembox | ||
− | | name = Kit Tank (Small Tank) | + | | name = Kit (Tank) (Small Tank) |
| image = [[File:ItemKitTank.png]] | | image = [[File:ItemKitTank.png]] | ||
− | | maxpressure = | + | | maxpressure = 60,795kPa (60MPa) |
− | |||
| createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]] | | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]] | ||
| cost = 5g [[copper]] + 20g [[steel]] | | cost = 5g [[copper]] + 20g [[steel]] | ||
}} | }} | ||
+ | {{Structurebox | ||
+ | | name = Small Tank | ||
+ | | image = [[File:TankSmall.png]] | ||
+ | | other = 1 Kit to place volume 6000L | ||
+ | | placed_with_item = [[Kit (Tank)]] | ||
+ | | placed_on_grid = Small Grid | ||
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Tank)]] | ||
+ | }} | ||
+ | {{Structurebox | ||
+ | | name = Large Tank | ||
+ | | image = [[File:TankBig.png]] | ||
+ | | other = 5 Kits to place volume 50000L | ||
+ | | placed_with_item = [[Kit (Tank)]] | ||
+ | | placed_on_grid = Small Grid | ||
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Tank)]] | ||
+ | }} | ||
+ | == Description == <!--T:2--> | ||
+ | [[Tank]]s are used to store large amounts gasses. | ||
+ | The Small Tank requires 1 kit and can store 6000L. | ||
− | + | The Large Tank requires 5 kits and can store 50000L, and is currently the largest capacity container for gasses. | |
− | + | Combined with its high bursting pressure (>300 atmospheres) it can store upwards of 72000 mols at room temperature (20 °C). | |
+ | Given that [[pipes]] will burst at pressures greater than 60,795KPa, this is also a limit for the tanks, as all gases will be lost if the pipe connected to a tank ruptures. | ||
− | + | {{Data Network Header}} | |
− | + | {{Data Outputs}} | |
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Output Name !! Data Type !! Description | ||
+ | |- | ||
+ | | Maximum || Float || | ||
+ | |- | ||
+ | | Temperature || Float || Returns the temperature inside the tank. | ||
+ | |- | ||
+ | | Setting || Boolean || | ||
+ | |- | ||
+ | | RatioWater || Float || Returns the ratio of Water (H2O) inside the tank. | ||
+ | |- | ||
+ | | RatioVolatiles || Float || Returns the ratio of Volatiles (H2) inside the tank. | ||
+ | |- | ||
+ | | RatioPollutant || Float || Returns the ratio of Pollutant (X) inside the tank. | ||
+ | |- | ||
+ | | RatioOxygen || Float || Returns the ratio of Oxygen (O2) inside the tank. | ||
+ | |- | ||
+ | | RatioNitrousOxide || Float || Returns the ratio of Nitrous Oxide (NO2) inside the tank. | ||
+ | |- | ||
+ | | RatioNitrogen || Float || Returns the ratio of Nitrogen (N2) inside the tank. | ||
+ | |- | ||
+ | | RatioCarbonDioxide || Float || Returns the ratio of Carbon Dioxide (CO2) inside the tank. | ||
+ | |- | ||
+ | | Ratio || Float || | ||
+ | |- | ||
+ | | Quantity || Float || Returns the quantity inside the tank in Mols. | ||
+ | |- | ||
+ | | Pressure || Float || Returns the pressure inside the tank in kilo Pascals. | ||
+ | |- | ||
+ | | PrefabHash || Integer || Returns Prefab Hash number. | ||
+ | |- | ||
+ | | Open || Boolean || Does nothing | ||
+ | |- | ||
+ | | Combustion || Boolean || Returns true if gasses inside are combusting. | ||
+ | |} |
Latest revision as of 08:01, 30 January 2024
Max Pressure | 60,795kPa (60MPa) |
---|---|
Recipe | |
Created With | Hydraulic Pipe Bender, Fabricator |
Cost | 5g copper + 20g steel |
1 Kit to place volume 6000L | |
Construction | |
---|---|
Placed with | Kit (Tank) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Tank) |
File:TankBig.png | |
5 Kits to place volume 50000L | |
Construction | |
---|---|
Placed with | Kit (Tank) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Tank) |
Description[edit]
Tanks are used to store large amounts gasses.
The Small Tank requires 1 kit and can store 6000L.
The Large Tank requires 5 kits and can store 50000L, and is currently the largest capacity container for gasses. Combined with its high bursting pressure (>300 atmospheres) it can store upwards of 72000 mols at room temperature (20 °C). Given that pipes will burst at pressures greater than 60,795KPa, this is also a limit for the tanks, as all gases will be lost if the pipe connected to a tank ruptures.
Data Network Properties[edit]
These are all Data Network properties of this device.
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 |
---|---|---|
Maximum | Float | |
Temperature | Float | Returns the temperature inside the tank. |
Setting | Boolean | |
RatioWater | Float | Returns the ratio of Water (H2O) inside the tank. |
RatioVolatiles | Float | Returns the ratio of Volatiles (H2) inside the tank. |
RatioPollutant | Float | Returns the ratio of Pollutant (X) inside the tank. |
RatioOxygen | Float | Returns the ratio of Oxygen (O2) inside the tank. |
RatioNitrousOxide | Float | Returns the ratio of Nitrous Oxide (NO2) inside the tank. |
RatioNitrogen | Float | Returns the ratio of Nitrogen (N2) inside the tank. |
RatioCarbonDioxide | Float | Returns the ratio of Carbon Dioxide (CO2) inside the tank. |
Ratio | Float | |
Quantity | Float | Returns the quantity inside the tank in Mols. |
Pressure | Float | Returns the pressure inside the tank in kilo Pascals. |
PrefabHash | Integer | Returns Prefab Hash number. |
Open | Boolean | Does nothing |
Combustion | Boolean | Returns true if gasses inside are combusting. |