Actions

Difference between revisions of "Kit (Atmospherics) H2 Combustor"

From Unofficial Stationeers Wiki

m
(Added information about H2 and O2 inputs, and H2O output)
Line 14: Line 14:
 
==Purpose==
 
==Purpose==
 
Burns a mix of volatiles and oxygen to create water.
 
Burns a mix of volatiles and oxygen to create water.
 +
 +
It converts H2 and O2 to H2O at a conversion ratio of 2:1.  More specifically, 2 mol H2 and 1 mol O2 will produce 1 mol H2O.
  
 
<!--T:2-->
 
<!--T:2-->

Revision as of 08:59, 25 June 2022


H2 Combustor
Atmospherics front.jpg
Operation
Power Usage 20W+
Construction
Placed with Kit (Atmospherics)
Placed on ?
Stage 1
Deconstruction
Deconstructed with ?
Item received Kit (Atmospherics)

Purpose

Burns a mix of volatiles and oxygen to create water.

It converts H2 and O2 to H2O at a conversion ratio of 2:1. More specifically, 2 mol H2 and 1 mol O2 will produce 1 mol H2O.

Characteristics

  •  ?

Logic

These are all the logic parameters of the device.

Parameter Type Access Description
Activate Boolean Read/Write 1 if a device is activated (usually meaning running), otherwise 0.
On Boolean Read/Write The current state of the device, 0 for off, 1 for on.
RequiredPower Float Read-only Idle operating power quantity, does not necessarily include extra demand power.
Error Boolean Read-only 1 if the device is in error state, otherwise 0.
Power Float Read-only Can be read to return if the device is correctly powered or not, set via power system, return 1 if powered and 0 if not.
Setting Integer Read/Write A variable setting that can be read or written, depending on the device.
Lock Boolean Read/Write 1 if a device is locked, otherwise 0, can be set in most devices and prevents the user from writing values.
PrefabHash Integer Read-only The hash of the structure.
Maximum Float Read-only Maximum setting of the device.
Ratio Float Read-only Context specific value depending on the device, 0 to based ratio.

See Also