History

Current version

3/8/2026, 10:06:16 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:31:28 PM

Gas Tank Storage

## Kit (Pipe Utility Gas)

:::infobox
| Property | Value |
|----------|-------|
| Created With | [Hydraulic Pipe Bender](/wiki/hydraulic-pipe-bender), [Fabricator](/wiki/fabricator) |
| Cost | 5g [Iron](/wiki/iron) |

![Kit (Pipe Utility Gas)](ItemGasTankStorage.png)
:::
## Gas Tank Storage

:::infobox
| Property | Value |
|----------|-------|
| Placed With | [Kit (Pipe Utility Gas)](/wiki/kit-pipe-utility-gas) |
| Placed On | Small Grid, On Frames |

![Gas Tank Storage](Gas tank storage full empty.jpg)
:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Wrench](/wiki/wrench) | [Kit (Pipe Utility Gas)](/wiki/kit-pipe-utility-gas) |

Gas tank storage is a part of piping that allows [Gas Canister](/wiki/gas-canister) filling and storage.

## Usage

Mount on an [Iron Frame](/wiki/iron-frames) connected to the pipe, insert [Gas Canister](/wiki/gas-canister) inside, connect through piping to any gas output (such as [Furnace](/wiki/furnace) rear output).

## Data Network


| 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](/wiki/itemhash) of device. |

#### Data Slots

These are all parameters, that can be read with a [Slots Reader](/wiki/kit-logic-io#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](/wiki/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](/wiki/itemhash) of canister in slot. |