<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://legacy.stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2A02%3A1406%3A3B%3AB022%3A0%3A0%3A44E7%3A290E</id>
		<title>Unofficial Stationeers Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://legacy.stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2A02%3A1406%3A3B%3AB022%3A0%3A0%3A44E7%3A290E"/>
		<link rel="alternate" type="text/html" href="https://legacy.stationeers-wiki.com/Special:Contributions/2A02:1406:3B:B022:0:0:44E7:290E"/>
		<updated>2026-04-06T22:45:50Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://legacy.stationeers-wiki.com/index.php?title=H2_Combustor&amp;diff=19811</id>
		<title>H2 Combustor</title>
		<link rel="alternate" type="text/html" href="https://legacy.stationeers-wiki.com/index.php?title=H2_Combustor&amp;diff=19811"/>
				<updated>2024-01-18T13:24:45Z</updated>
		
		<summary type="html">&lt;p&gt;2A02:1406:3B:B022:0:0:44E7:290E: /* Characteristics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = H2 Combustor&lt;br /&gt;
 | image            = [[File:H2 Combustor.jpg]]&lt;br /&gt;
 | power_usage      = 20W&lt;br /&gt;
 | placed_with_item = [[Kit (Atmospherics)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Atmospherics)]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
=Description=&lt;br /&gt;
Burns a mix of volatiles and oxygen to create [[Water]] and heat. A [[Kit (Volume Pump)|Volume pump]] before the Combustor is a must because up to 350 mol may be processed all at once, far too quickly for one to be able to cool using an [[Kit (Atmospherics) Air Conditioner|AC unit]].&lt;br /&gt;
&lt;br /&gt;
To generate electricity with fuel instead, see the [[Kit (Gas Fuel Generator)|Gas Fuel Generator]]. Alternatively, the heat generated by the H2 Combustor may be used with a [[Kit (Stirling Engine)|Stirling Engine]] to generate power at a much lower efficiency.&lt;br /&gt;
&lt;br /&gt;
Using a [[Kit (Heat Exchanger)]] to power a [[Stirling Engine]] is a preferred first step due to it's speed and efficiency on certain planets outside to help cool your water and generate up to 8kW before AC Units are used to get the water down to 0-100 to be consumable, making it possibly a zero-loss system in perfect conditions. Alternatively, the outputs may be air-cooled using radiators on cooler planets or in a vacuum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
=Characteristics=&lt;br /&gt;
* Consumes up to 350 mol of [[Fuel]] per tick.&lt;br /&gt;
* It converts H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; and O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; to H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O at a conversion ratio of 2:1.&lt;br /&gt;
* 2 H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; + 1 O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; = 2 H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&lt;br /&gt;
* Casing is not insulated, will significantly heat up the surrounding environment.&lt;br /&gt;
* H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; combustor may be placed in a vacuum or inside a frame if the temperature wants to be kept for manufacturing hot gasses.&lt;br /&gt;
* In one tick, if given a 2000L input network of fuel at 6MPa, will consume 350 mol of Fuel to output 350 mol of Water at '''7000''' Celsius. &lt;br /&gt;
* Gas output is optional, will output unburned fuel at 4000 Celsius.&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
* Best not used indoors, output is incredibly difficult to cool down.&lt;br /&gt;
&lt;br /&gt;
{{Logic}}&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter !! Type !! Access !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Activate || Boolean || Read/Write || 1 if a device is activated (usually meaning running), otherwise 0.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Read/Write || The current state of the device, 0 for off, 1 for on.&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower|| Float || Read-only || Idle operating power quantity, does not necessarily include extra demand power.&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Read-only || 1 if the device is in error state, otherwise 0.&lt;br /&gt;
|-&lt;br /&gt;
| 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.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Integer || Read/Write || Volume to output on the exhaust pipe (0-100)&lt;br /&gt;
|-&lt;br /&gt;
| 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.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Read-only || The hash of the structure.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Float || Read-only || Maximum setting of the device.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Read-only || Context specific value depending on the device, 0 to based ratio.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
=See Also=&lt;br /&gt;
* [[Kit (Atmospherics)]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>2A02:1406:3B:B022:0:0:44E7:290E</name></author>	</entry>

	<entry>
		<id>https://legacy.stationeers-wiki.com/index.php?title=H2_Combustor&amp;diff=19810</id>
		<title>H2 Combustor</title>
		<link rel="alternate" type="text/html" href="https://legacy.stationeers-wiki.com/index.php?title=H2_Combustor&amp;diff=19810"/>
				<updated>2024-01-18T13:18:53Z</updated>
		
		<summary type="html">&lt;p&gt;2A02:1406:3B:B022:0:0:44E7:290E: Chemical reaction of hydrogen and oxygen was corrected to produce 2 water instead of one.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = H2 Combustor&lt;br /&gt;
 | image            = [[File:H2 Combustor.jpg]]&lt;br /&gt;
 | power_usage      = 20W&lt;br /&gt;
 | placed_with_item = [[Kit (Atmospherics)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Atmospherics)]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
=Description=&lt;br /&gt;
Burns a mix of volatiles and oxygen to create [[Water]] and heat. A [[Kit (Volume Pump)|Volume pump]] before the Combustor is a must because up to 350 mol may be processed all at once, far too quickly for one to be able to cool using an [[Kit (Atmospherics) Air Conditioner|AC unit]].&lt;br /&gt;
&lt;br /&gt;
To generate electricity with fuel instead, see the [[Kit (Gas Fuel Generator)|Gas Fuel Generator]]. Alternatively, the heat generated by the H2 Combustor may be used with a [[Kit (Stirling Engine)|Stirling Engine]] to generate power at a much lower efficiency.&lt;br /&gt;
&lt;br /&gt;
Using a [[Kit (Heat Exchanger)]] to power a [[Stirling Engine]] is a preferred first step due to it's speed and efficiency on certain planets outside to help cool your water and generate up to 8kW before AC Units are used to get the water down to 0-100 to be consumable, making it possibly a zero-loss system in perfect conditions. Alternatively, the outputs may be air-cooled using radiators on cooler planets or in a vacuum.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
=Characteristics=&lt;br /&gt;
* Consumes up to 350 mol of [[Fuel]] per tick.&lt;br /&gt;
* It converts H2 and O2 to H2O at a conversion ratio of 2:1.&lt;br /&gt;
* 2H2 + 1O2 = 2H2O&lt;br /&gt;
* Casing is not insulated, will significantly heat up the surrounding environment.&lt;br /&gt;
* H2 combuster may be placed in a Vacuum or inside a Frame if the temperature wants to be kept for manufacturing hot gasses.&lt;br /&gt;
* In one tick, if given a 2000L input network of fuel at 6MPa, will consume 350 mol of Fuel to output 350 Mol of Water at '''7000''' Celcius. &lt;br /&gt;
* Gas output is optional, will output unburned fuel at 4000 Celcius.&lt;br /&gt;
&lt;br /&gt;
=Notes=&lt;br /&gt;
* Best not used indoors, output is incredibly difficult to cool down.&lt;br /&gt;
&lt;br /&gt;
{{Logic}}&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter !! Type !! Access !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Activate || Boolean || Read/Write || 1 if a device is activated (usually meaning running), otherwise 0.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Read/Write || The current state of the device, 0 for off, 1 for on.&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower|| Float || Read-only || Idle operating power quantity, does not necessarily include extra demand power.&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Read-only || 1 if the device is in error state, otherwise 0.&lt;br /&gt;
|-&lt;br /&gt;
| 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.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Integer || Read/Write || Volume to output on the exhaust pipe (0-100)&lt;br /&gt;
|-&lt;br /&gt;
| 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.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Read-only || The hash of the structure.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Float || Read-only || Maximum setting of the device.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || Read-only || Context specific value depending on the device, 0 to based ratio.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
=See Also=&lt;br /&gt;
* [[Kit (Atmospherics)]]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>2A02:1406:3B:B022:0:0:44E7:290E</name></author>	</entry>

	</feed>