The wiki has moved!

Visit the new wiki at stationeers-wiki.com The old wiki here at legacy.stationeers-wiki.com will sunset eventually.

Edits made after the 7th of March 6PM EST were NOT carried over to the new server as previously announced right here in this box.

 Actions

Kit (Atmospherics) H2 Combustor

From Unofficial Stationeers Wiki

Revision as of 02:54, 27 June 2022 by EterniaLogic (talk | contribs)


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

  • Consumes up to 350 mol of Fuel per tick
  • Casing is not insulated, will significantly heat up the surrounding environment.
  • Output is just like a furnace, superheated way beyond the max temperature a furnace may produce making it a perfect option for making furnace hot gasses.
  • In one tick, if given 2000L input of fuel at 6MPa, will output 253 Mol of Water at 7000 Celcius and 87 Mol of Co2+X at 4000 Celcius.

Notes

  • Best not used indoors, output is incredibly difficult to cool down.

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