History

Current version

3/8/2026, 10:07:04 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:32:44 PM

Tank

## Kit (Tank) (Small Tank)

:::infobox
| Property | Value |
|----------|-------|
| Created With | [Hydraulic Pipe Bender](/wiki/hydraulic-pipe-bender), [Fabricator](/wiki/fabricator) |
| Cost | 5g [copper](/wiki/copper) + 20g [steel](/wiki/steel) |
| Max Pressure | 60,795kPa (60MPa) |

![Kit (Tank) (Small Tank)](ItemKitTank.png)
:::
## Small Tank

:::infobox
| Property | Value |
|----------|-------|
| Placed With | [Kit (Tank)](/wiki/kit-tank) |
| Placed On | Small Grid |

![Small Tank](TankSmall.png)
:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Tank)](/wiki/kit-tank) |

## Large Tank

:::infobox
| Property | Value |
|----------|-------|
| Placed With | [Kit (Tank)](/wiki/kit-tank) |
| Placed On | Small Grid |

![Large Tank](TankBig.png)
:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Tank)](/wiki/kit-tank) |

## Description

[Tank](/wiki/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](/wiki/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


| 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 |  |
| TotalMoles | 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. |