Difference between revisions of "Kit (Rocket Gas Fuel Tank)"
From Unofficial Stationeers Wiki
UnknownUser (talk | contribs) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
| image = | | image = | ||
| createdwith = [[Rocket Manufactory]] | | createdwith = [[Rocket Manufactory]] | ||
− | | cost = | + | | cost = 5g [[Copper]], 10g [[Steel]] |
}} | }} | ||
{{Structurebox | {{Structurebox | ||
| name = Gas Capsule Tank Small | | name = Gas Capsule Tank Small | ||
| image = | | image = | ||
+ | | other = 1 Kit | ||
| placed_with_item = [[Kit (Rocket Gas Fuel Tank)]] | | placed_with_item = [[Kit (Rocket Gas Fuel Tank)]] | ||
− | | placed_on_grid = | + | | placed_on_grid = Fuselage |
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Rocket Gas Fuel Tank)]] | ||
+ | }} | ||
+ | {{Structurebox | ||
+ | | name = Gas Capsule Tank Medium | ||
+ | | image = | ||
+ | | other = 5 Kits | ||
+ | | placed_with_item = [[Kit (Rocket Gas Fuel Tank)]] | ||
+ | | placed_on_grid = Fuselage | ||
+ | | decon_with_tool1 = [[Hand Drill]] | ||
+ | | item_rec1 = [[Kit (Rocket Gas Fuel Tank)]] | ||
+ | }} | ||
+ | == Description == <!--T:2--> | ||
− | + | ||
+ | |||
+ | |||
+ | |||
+ | {{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 || | ||
+ | |- | ||
+ | | Combustion || || | ||
+ | |} | ||
+ | [[Category:Rocketry]] |
Latest revision as of 11:24, 18 May 2024
Recipe | |
---|---|
Created With | Rocket Manufactory |
Cost | 5g Copper, 10g Steel |
1 Kit | |
Construction | |
---|---|
Placed with | Kit (Rocket Gas Fuel Tank) |
Placed on | Fuselage |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Rocket Gas Fuel Tank) |
5 Kits | |
Construction | |
---|---|
Placed with | Kit (Rocket Gas Fuel Tank) |
Placed on | Fuselage |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Rocket Gas Fuel Tank) |
Description[edit]
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 | |
Combustion |