<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Banangecko</id>
	<title>Stationeers Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://stationeers-wiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Banangecko"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Banangecko"/>
	<updated>2026-09-18T22:46:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27895</id>
		<title>Modding:XMLMods/Worlds</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27895"/>
		<updated>2026-07-16T02:49:19Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: /* File structure */  Fixed major error in filepath format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== File structure ==&lt;br /&gt;
Custom worlds have three main parts: world settings, terrain, and textures. For stationeers to recognize a local custom world, the file path should be:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...Documents\My Games\Stationeers\mods\&#039;&#039;&#039;&amp;quot;My Modded World&amp;quot;\GameData\Worlds\&amp;quot;WorldName&amp;quot; (then worldsettings.xml, terrain folder, and textures folder)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Bold are folders you must create&lt;br /&gt;
* &amp;quot;My Modded World&amp;quot;, &amp;quot;WorldName&amp;quot; and &amp;quot;worldsettings&amp;quot; can be called anything you like, and will be referenced by name in the .xml&lt;br /&gt;
* &amp;quot;About&amp;quot; and &amp;quot;Screenshots&amp;quot; folders also required in &amp;quot;My Modded World&amp;quot; if you plan to upload to the steam workshop.&lt;br /&gt;
* &amp;quot;Language&amp;quot; folder and localization xml&#039;s are also required in &amp;quot;GameData&amp;quot; if the new world uses any new vocabulary/world description that isn&#039;t defined in the base game language folder.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Modded texture filepaths used in the new worldsettings.xml differ from the way they are defined in base game worldsettings. It is important not to define the filepath based on where your local textures are saved, as it may not work when uploaded to the steam workshop and ran on another device. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where in the base game vulcan you might see the path:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Worlds/Vulcan/Textures/LAVA_heights.png&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Your modded world would need the path:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;GameData/Worlds/WorldName/Textures/ModLAVA_heights.png&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== World Settings ==&lt;br /&gt;
World Settings define the structure of a world in stationeers; how it appears in the new world menu, its atmosphere, weather, mineables, deep mining regions, POI&#039;s, terrain path, what textures it uses, lighting and more. Many of these options branch to other .xml files, like mineables and weather, which can also be modified and added to the mod folder alongside the worldsettings folder for more advanced customization. &amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s easiest to start with looking at/copying the world settings of an existing map and modifying the .xml file.&lt;br /&gt;
=== Modifying Atmosphere ===&lt;br /&gt;
The atmosphere is defined in the worldsettings under &amp;lt;GlobalAtmosphere&amp;gt; by a temperature map &amp;lt;Temperature&amp;gt; and gas composition &amp;lt;Gas&amp;gt;. Note that for vacuum worlds this entire section may simply be &amp;lt;GlobalAtmosphere/&amp;gt; with none of the following sections.&lt;br /&gt;
==== Temperature ====&lt;br /&gt;
Temperature for a world is defined by a map interpolated between several keys over the course of an in-game day. Each key has two important entries; time and  value. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Value&amp;quot; is taken as degrees kelvin. The atmosphere will be at this temperature when exactly over the key.&lt;br /&gt;
Over the course of a day, the world &amp;quot;time&amp;quot; moves back and fourth between 0 (noon) and 180 (midnight).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As an example, setting two keys:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;0&amp;quot; Value=&amp;quot;200&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;100&amp;quot; Value=&amp;quot;150&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would give a temperature that starts at 200K midday then gradually decreases to 150K just after sunset and stays at 150K all night before starting to increase just before sunrise back up to 200K.&lt;br /&gt;
==== Gas ====&lt;br /&gt;
Gas composition of a world is defined by type and quantity of each constituent gas. &amp;quot;Type&amp;quot; follows the prefab name of the gas as it appears in the stationpeda, &#039;&#039;(no spaces between words)&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Quantity&amp;quot; is measured in mols per frame, which matches what reading you would get with an [[Atmos Analyzer]] tablet when standing in any empty grid outside. This input doesn&#039;t correlate very intuitively with pressure, which needs to be calculated from the total mols of gas, volume of a frame (8000L) and the temperature &#039;&#039;(which varies according the the temperature map)&#039;&#039;. The external tool [https://www.omnicalculator.com/physics/ideal-gas-law  Omni Calculator] can be helpful for this.&lt;br /&gt;
&lt;br /&gt;
== Terrain ==&lt;br /&gt;
Custom terrain can be generated using the in-game command &amp;quot;terraineditor&amp;quot; in the f3 console. For this you need a heightmap and optionally crust map, cracks map, and lava map. In the terrain editor GUI you can navigate to each of the images saved on your computer for the terrain generator to use and hit generate. Once the 16 terrain files are generated, they should be placed in the terrain folder of the modded world.&lt;br /&gt;
&lt;br /&gt;
=== Import Terrain Heightmap ===&lt;br /&gt;
The in-game terrain editor tool requires a specific format of image for the heightmap; black and white 32-bit linear Grayscale in .raw or .data formats with a size of 4096x4096 pixels &#039;&#039;(though other sizes are probably possible?)&#039;&#039;. If it is not possible to export in one of these filetypes or it just does not seem to work, [https://www.gimp.org/ GIMP] can be used to convert the image to the correct format. Once it is selected you can choose the minimum (fully black) and maximum (fully white) height.&lt;br /&gt;
&lt;br /&gt;
=== Import Crust Map ===&lt;br /&gt;
The crust map only requires a black and white .PNG image, size does not need to be 4096{verify?}. The terrain material is defined in the worldsettings under &amp;lt;TerrainSettings...&amp;gt; ⇒ &amp;lt;Detail...&amp;gt; ⇒ &amp;lt;GroupOne&amp;gt; and &amp;lt;GroupTwo&amp;gt;. A fully black pixel on the map will correlate to group one, and fully white to group two, with any intermediate greys resulting in a blending of the two materials with varying weight towards one or two accordingly. On Europa, for example, group one is chunky rock and group two is snow. Blending is seen on the steepening faces of each mountain.&lt;br /&gt;
&lt;br /&gt;
=== Import Crack Map ===&lt;br /&gt;
The crack map also requires a black and white .PNG. Importing one into the terrain editor will prompt several additional options to configure the cracks.&lt;br /&gt;
&lt;br /&gt;
=== Making Lava from a Heightmap ===&lt;br /&gt;
The lavamap in the terraineditor is &#039;&#039;(confusingly)&#039;&#039; not actually used. Instead, a regular black and white .PNG heightmap of the lava should be located in the textures folder of the modded world and referenced in the worldsettings. Vulcan&#039;s default worldsettings section for this is:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Lava MinHeight=&amp;quot;32&amp;quot; MaxHeight=&amp;quot;723&amp;quot;&amp;gt;...&lt;br /&gt;
&lt;br /&gt;
== Textures ==&lt;br /&gt;
Texture files are used for colors and normals of the whole map and the close up dirt/rock details. They are also used to define where deep mining regions and POI&#039;s are located, using color codes defined by RGB in the worldsettings. Any modified textures placed in the mod folder must be properly addressed by file path in the worldsettings, as described in the file structure section.&lt;br /&gt;
&lt;br /&gt;
== Useful tools ==&lt;br /&gt;
# [https://www.blender.org/ Blender] is very useful for sculpting a world and generating height maps/normal maps from it.&lt;br /&gt;
# [https://www.omnicalculator.com/physics/ideal-gas-law Omni Calculator] can be helpful in determining the total mols of gas required for a desired atmospheric pressure.&lt;br /&gt;
# [https://www.gimp.org/ GIMP] Is useful to convert image formats to the ones useable by the terrain editor command.&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27725</id>
		<title>Modding:XMLMods/Worlds</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27725"/>
		<updated>2026-05-13T20:07:36Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: /* Import terrain Heightmap */  Corrected that .tiff is not a valid filetype&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== File structure ==&lt;br /&gt;
Custom worlds have three main parts: world settings, terrain, and textures. For stationeers to recognize a local custom world, the file path should be:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...Documents\My Games\Stationeers\mods\&#039;&#039;&#039;My Modded World\GameData\ (then worldsettings.xml, terrain folder, and textures folder)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Bold are folders you must create&lt;br /&gt;
* &amp;quot;My Modded World&amp;quot; and &amp;quot;worldsettings&amp;quot; can be named anything&lt;br /&gt;
* &amp;quot;About&amp;quot; and &amp;quot;Screenshots&amp;quot; folders also required in &amp;quot;My Modded World&amp;quot; if you plan to upload to the steam workshop.&lt;br /&gt;
* &amp;quot;Language&amp;quot; folder and localization xml&#039;s are also required in &amp;quot;GameData&amp;quot; if the new world uses any new vocabulary/world description that isn&#039;t defined in the base game language folder.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Modded texture filepaths used in the new worldsettings.xml differ from the way they are defined in base game worldsettings. It is important not to define the filepath based on where your local textures are saved, as it may not work when uploaded to the steam workshop and ran on another device. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where in the base game vulcan you might see the path:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Worlds/Vulcan/Textures/LAVA_heights.png&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Your modded world would need the path:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;GameData/Textures/ModLAVA_heights.png&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== World Settings ==&lt;br /&gt;
World Settings define the structure of a world in stationeers; how it appears in the new world menu, its atmosphere, weather, mineables, deep mining regions, POI&#039;s, terrain path, what textures it uses, lighting and more. Many of these options branch to other .xml files, like mineables and weather, which can also be modified and added to the mod folder alongside the worldsettings folder for more advanced customization. &amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s easiest to start with looking at/copying the world settings of an existing map and modifying the .xml file.&lt;br /&gt;
=== Modifying Atmosphere ===&lt;br /&gt;
The atmosphere is defined in the worldsettings under &amp;lt;GlobalAtmosphere&amp;gt; by a temperature map &amp;lt;Temperature&amp;gt; and gas composition &amp;lt;Gas&amp;gt;. Note that for vacuum worlds this entire section may simply be &amp;lt;GlobalAtmosphere/&amp;gt; with none of the following sections.&lt;br /&gt;
==== Temperature ====&lt;br /&gt;
Temperature for a world is defined by a map interpolated between several keys over the course of an in-game day. Each key has two important entries; time and  value. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Value&amp;quot; is taken as degrees kelvin. The atmosphere will be at this temperature when exactly over the key.&lt;br /&gt;
Over the course of a day, the world &amp;quot;time&amp;quot; moves back and fourth between 0 (noon) and 180 (midnight).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As an example, setting two keys:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;0&amp;quot; Value=&amp;quot;200&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;100&amp;quot; Value=&amp;quot;150&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would give a temperature that starts at 200K midday then gradually decreases to 150K just after sunset and stays at 150K all night before starting to increase just before sunrise back up to 200K.&lt;br /&gt;
==== Gas ====&lt;br /&gt;
Gas composition of a world is defined by type and quantity of each constituent gas. &amp;quot;Type&amp;quot; follows the prefab name of the gas as it appears in the stationpeda, &#039;&#039;(no spaces between words)&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Quantity&amp;quot; is measured in mols per frame, which matches what reading you would get with an [[Atmos Analyzer]] tablet when standing in any empty grid outside. This input doesn&#039;t correlate very intuitively with pressure, which needs to be calculated from the total mols of gas, volume of a frame (8000L) and the temperature &#039;&#039;(which varies according the the temperature map)&#039;&#039;. The external tool [https://www.omnicalculator.com/physics/ideal-gas-law  Omni Calculator] can be helpful for this.&lt;br /&gt;
&lt;br /&gt;
== Terrain ==&lt;br /&gt;
Custom terrain can be generated using the in-game command &amp;quot;terraineditor&amp;quot; in the f3 console. For this you need a heightmap and optionally crust map, cracks map, and lava map. In the terrain editor GUI you can navigate to each of the images saved on your computer for the terrain generator to use and hit generate. Once the 16 terrain files are generated, they should be placed in the terrain folder of the modded world.&lt;br /&gt;
&lt;br /&gt;
=== Import Terrain Heightmap ===&lt;br /&gt;
The in-game terrain editor tool requires a specific format of image for the heightmap; black and white 32-bit linear Grayscale in .raw or .data formats with a size of 4096x4096 pixels &#039;&#039;(though other sizes are probably possible?)&#039;&#039;. If it is not possible to export in one of these filetypes or it just does not seem to work, [https://www.gimp.org/ GIMP] can be used to convert the image to the correct format. Once it is selected you can choose the minimum (fully black) and maximum (fully white) height.&lt;br /&gt;
&lt;br /&gt;
=== Import Crust Map ===&lt;br /&gt;
The crust map only requires a black and white .PNG image, size does not need to be 4096{verify?}. The terrain material is defined in the worldsettings under &amp;lt;TerrainSettings...&amp;gt; ⇒ &amp;lt;Detail...&amp;gt; ⇒ &amp;lt;GroupOne&amp;gt; and &amp;lt;GroupTwo&amp;gt;. A fully black pixel on the map will correlate to group one, and fully white to group two, with any intermediate greys resulting in a blending of the two materials with varying weight towards one or two accordingly. On Europa, for example, group one is chunky rock and group two is snow. Blending is seen on the steepening faces of each mountain.&lt;br /&gt;
&lt;br /&gt;
=== Import Crack Map ===&lt;br /&gt;
The crack map also requires a black and white .PNG. Importing one into the terrain editor will prompt several additional options to configure the cracks.&lt;br /&gt;
&lt;br /&gt;
=== Making Lava from a Heightmap ===&lt;br /&gt;
The lavamap in the terraineditor is &#039;&#039;(confusingly)&#039;&#039; not actually used. Instead, a regular black and white .PNG heightmap of the lava should be located in the textures folder of the modded world and referenced in the worldsettings. Vulcan&#039;s default worldsettings section for this is:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Lava MinHeight=&amp;quot;32&amp;quot; MaxHeight=&amp;quot;723&amp;quot;&amp;gt;...&lt;br /&gt;
&lt;br /&gt;
== Textures ==&lt;br /&gt;
Texture files are used for colors and normals of the whole map and the close up dirt/rock details. They are also used to define where deep mining regions and POI&#039;s are located, using color codes defined by RGB in the worldsettings. Any modified textures placed in the mod folder must be properly addressed by file path in the worldsettings, as described in the file structure section.&lt;br /&gt;
&lt;br /&gt;
== Useful tools ==&lt;br /&gt;
# [https://www.blender.org/ Blender] is very useful for sculpting a world and generating height maps/normal maps from it.&lt;br /&gt;
# [https://www.omnicalculator.com/physics/ideal-gas-law Omni Calculator] can be helpful in determining the total mols of gas required for a desired atmospheric pressure.&lt;br /&gt;
# [https://www.gimp.org/ GIMP] Is useful to convert image formats to the ones useable by the terrain editor command.&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Modding_talk:XMLMods/Worlds&amp;diff=27724</id>
		<title>Modding talk:XMLMods/Worlds</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Modding_talk:XMLMods/Worlds&amp;diff=27724"/>
		<updated>2026-05-13T20:03:15Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: response to Gimp recommendation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Recommending GIMP seems kind of like suggesting an axe to butter your bread instead of a knife... Surely a simpler image editor such as paint.net (getpaint.net), or if you&#039;re only converting formats even irfanview could just be used/suggested instead of GIMP? [[User:TK421|TK421]] ([[User talk:TK421|talk]]) 07:59, 1 May 2026 (UTC)&lt;br /&gt;
&lt;br /&gt;
I wasn&#039;t aware of any other programs and Gimp was the first one I found when trying to work through this problem on my own. Feel free to modify the suggestion just keep GIMP in there at the bottom of the page. --[[User:Banangecko|Banangecko]] ([[User talk:Banangecko|talk]]) 20:03, 13 May 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27722</id>
		<title>Modding:XMLMods/Worlds</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27722"/>
		<updated>2026-05-12T02:48:01Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: /* File structure */ Adjusted format and verified that the file structure works&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== File structure ==&lt;br /&gt;
Custom worlds have three main parts: world settings, terrain, and textures. For stationeers to recognize a local custom world, the file path should be:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...Documents\My Games\Stationeers\mods\&#039;&#039;&#039;My Modded World\GameData\ (then worldsettings.xml, terrain folder, and textures folder)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Bold are folders you must create&lt;br /&gt;
* &amp;quot;My Modded World&amp;quot; and &amp;quot;worldsettings&amp;quot; can be named anything&lt;br /&gt;
* &amp;quot;About&amp;quot; and &amp;quot;Screenshots&amp;quot; folders also required in &amp;quot;My Modded World&amp;quot; if you plan to upload to the steam workshop.&lt;br /&gt;
* &amp;quot;Language&amp;quot; folder and localization xml&#039;s are also required in &amp;quot;GameData&amp;quot; if the new world uses any new vocabulary/world description that isn&#039;t defined in the base game language folder.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Modded texture filepaths used in the new worldsettings.xml differ from the way they are defined in base game worldsettings. It is important not to define the filepath based on where your local textures are saved, as it may not work when uploaded to the steam workshop and ran on another device. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where in the base game vulcan you might see the path:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Worlds/Vulcan/Textures/LAVA_heights.png&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Your modded world would need the path:&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;GameData/Textures/ModLAVA_heights.png&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== World Settings ==&lt;br /&gt;
World Settings define the structure of a world in stationeers; how it appears in the new world menu, its atmosphere, weather, mineables, deep mining regions, POI&#039;s, terrain path, what textures it uses, lighting and more. Many of these options branch to other .xml files, like mineables and weather, which can also be modified and added to the mod folder alongside the worldsettings folder for more advanced customization. &amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s easiest to start with looking at/copying the world settings of an existing map and modifying the .xml file.&lt;br /&gt;
=== Modifying Atmosphere ===&lt;br /&gt;
The atmosphere is defined in the worldsettings under &amp;lt;GlobalAtmosphere&amp;gt; by a temperature map &amp;lt;Temperature&amp;gt; and gas composition &amp;lt;Gas&amp;gt;. Note that for vacuum worlds this entire section may simply be &amp;lt;GlobalAtmosphere/&amp;gt; with none of the following sections.&lt;br /&gt;
==== Temperature ====&lt;br /&gt;
Temperature for a world is defined by a map interpolated between several keys over the course of an in-game day. Each key has two important entries; time and  value. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Value&amp;quot; is taken as degrees kelvin. The atmosphere will be at this temperature when exactly over the key.&lt;br /&gt;
Over the course of a day, the world &amp;quot;time&amp;quot; moves back and fourth between 0 (noon) and 180 (midnight).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As an example, setting two keys:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;0&amp;quot; Value=&amp;quot;200&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;100&amp;quot; Value=&amp;quot;150&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would give a temperature that starts at 200K midday then gradually decreases to 150K just after sunset and stays at 150K all night before starting to increase just before sunrise back up to 200K.&lt;br /&gt;
==== Gas ====&lt;br /&gt;
Gas composition of a world is defined by type and quantity of each constituent gas. &amp;quot;Type&amp;quot; follows the prefab name of the gas as it appears in the stationpeda, &#039;&#039;(no spaces between words)&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Quantity&amp;quot; is measured in mols per frame, which matches what reading you would get with an [[Atmos Analyzer]] tablet when standing in any empty grid outside. This input doesn&#039;t correlate very intuitively with pressure, which needs to be calculated from the total mols of gas, volume of a frame (8000L) and the temperature &#039;&#039;(which varies according the the temperature map)&#039;&#039;. The external tool [https://www.omnicalculator.com/physics/ideal-gas-law  Omni Calculator] can be helpful for this.&lt;br /&gt;
&lt;br /&gt;
== Terrain ==&lt;br /&gt;
Custom terrain can be generated using the in-game command &amp;quot;terraineditor&amp;quot; in the f3 console. For this you need a heightmap and optionally crust map, cracks map, and lava map. In the terrain editor GUI you can navigate to each of the images saved on your computer for the terrain generator to use and hit generate. Once the 16 terrain files are generated, they should be placed in the terrain folder of the modded world.&lt;br /&gt;
&lt;br /&gt;
=== Import terrain Heightmap ===&lt;br /&gt;
The in-game terrain editor tool requires a specific format of image for the heightmap; black and white 32-bit linear Grayscale in .raw, .data or .tiff formats with a size of 4096x4096 pixels &#039;&#039;(though other sizes are probably possible?)&#039;&#039;. If it is not possible to export in one of these filetypes or it just does not seem to work, [https://www.gimp.org/ GIMP] can be used to convert the image to the correct format. Once it is selected you can choose the minimum (fully black) and maximum (fully white) height. &lt;br /&gt;
&lt;br /&gt;
=== Import Crust Map ===&lt;br /&gt;
The crust map only requires a black and white .PNG image, size does not need to be 4096{verify?}. The terrain material is defined in the worldsettings under &amp;lt;TerrainSettings...&amp;gt; ⇒ &amp;lt;Detail...&amp;gt; ⇒ &amp;lt;GroupOne&amp;gt; and &amp;lt;GroupTwo&amp;gt;. A fully black pixel on the map will correlate to group one, and fully white to group two, with any intermediate greys resulting in a blending of the two materials with varying weight towards one or two accordingly. On Europa, for example, group one is chunky rock and group two is snow. Blending is seen on the steepening faces of each mountain.&lt;br /&gt;
&lt;br /&gt;
=== Import Crack Map ===&lt;br /&gt;
The crack map also requires a black and white .PNG. Importing one into the terrain editor will prompt several additional options to configure the cracks.&lt;br /&gt;
&lt;br /&gt;
=== Making Lava from a Heightmap ===&lt;br /&gt;
The lavamap in the terraineditor is &#039;&#039;(confusingly)&#039;&#039; not actually used. Instead, a regular black and white .PNG heightmap of the lava should be located in the textures folder of the modded world and referenced in the worldsettings. Vulcan&#039;s default worldsettings section for this is:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Lava MinHeight=&amp;quot;32&amp;quot; MaxHeight=&amp;quot;723&amp;quot;&amp;gt;...&lt;br /&gt;
&lt;br /&gt;
== Textures ==&lt;br /&gt;
Texture files are used for colors and normals of the whole map and the close up dirt/rock details. They are also used to define where deep mining regions and POI&#039;s are located, using color codes defined by RGB in the worldsettings. Any modified textures placed in the mod folder must be properly addressed by file path in the worldsettings, as described in the file structure section.&lt;br /&gt;
&lt;br /&gt;
== Useful tools ==&lt;br /&gt;
# [https://www.blender.org/ Blender] is very useful for sculpting a world and generating height maps/normal maps from it.&lt;br /&gt;
# [https://www.omnicalculator.com/physics/ideal-gas-law Omni Calculator] can be helpful in determining the total mols of gas required for a desired atmospheric pressure.&lt;br /&gt;
# [https://www.gimp.org/ GIMP] Is useful to convert image formats to the ones useable by the terrain editor command.&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27710</id>
		<title>Modding:XMLMods/Worlds</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27710"/>
		<updated>2026-04-30T01:01:31Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Referenced GIMP and fixed a mistake in the file path section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== File structure ==&lt;br /&gt;
Custom worlds have three main parts: world settings, terrain, and textures. For stationeers to recognize a local custom world, the file path should be:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...Documents\My Games\Stationeers\mods\&#039;&#039;&#039;My Modded World\GameData\ (then worldsettings, terrain folder, and textures folder)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Bold are folders you must create&lt;br /&gt;
* &amp;quot;My Modded World&amp;quot; and &amp;quot;worldsettings&amp;quot; can be named anything&lt;br /&gt;
* &amp;quot;About&amp;quot; and &amp;quot;Screenshots&amp;quot; folders also required in &amp;quot;My Modded World&amp;quot; if you plan to upload to the steam workshop.&lt;br /&gt;
* &amp;quot;Language&amp;quot; folder is also required in &amp;quot;GameData&amp;quot; if the new world uses any new vocabulary/world description that isn&#039;t defined in the base game language folder.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Modded texture filepaths used in the new worldsettings.xml differ from the way they are defined in base game worldsettings. It is important not to define the filepath based on where your local textures are saved, as it may not work when uploaded to the steam workshop and ran on another device. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where in the base game vulcan you might see the path:&amp;lt;br&amp;gt;&lt;br /&gt;
Worlds/Vulcan/Textures/LAVA_heights.png&amp;lt;br&amp;gt;&lt;br /&gt;
Your modded world would need the path:&amp;lt;br&amp;gt;&lt;br /&gt;
GameData/Textures/ModLAVA_heights.png {verify?}&lt;br /&gt;
&lt;br /&gt;
== World Settings ==&lt;br /&gt;
World Settings define the structure of a world in stationeers; how it appears in the new world menu, its atmosphere, weather, mineables, deep mining regions, POI&#039;s, terrain path, what textures it uses, lighting and more. Many of these options branch to other .xml files, like mineables and weather, which can also be modified and added to the mod folder alongside the worldsettings folder for more advanced customization. &amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s easiest to start with looking at/copying the world settings of an existing map and modifying the .xml file.&lt;br /&gt;
=== Modifying Atmosphere ===&lt;br /&gt;
The atmosphere is defined in the worldsettings under &amp;lt;GlobalAtmosphere&amp;gt; by a temperature map &amp;lt;Temperature&amp;gt; and gas composition &amp;lt;Gas&amp;gt;. Note that for vacuum worlds this entire section may simply be &amp;lt;GlobalAtmosphere/&amp;gt; with none of the following sections.&lt;br /&gt;
==== Temperature ====&lt;br /&gt;
Temperature for a world is defined by a map interpolated between several keys over the course of an in-game day. Each key has two important entries; time and  value. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Value&amp;quot; is taken as degrees kelvin. The atmosphere will be at this temperature when exactly over the key.&lt;br /&gt;
Over the course of a day, the world &amp;quot;time&amp;quot; moves back and fourth between 0 (noon) and 180 (midnight).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As an example, setting two keys:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;0&amp;quot; Value=&amp;quot;200&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;100&amp;quot; Value=&amp;quot;150&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would give a temperature that starts at 200K midday then gradually decreases to 150K just after sunset and stays at 150K all night before starting to increase just before sunrise back up to 200K.&lt;br /&gt;
==== Gas ====&lt;br /&gt;
Gas composition of a world is defined by type and quantity of each constituent gas. &amp;quot;Type&amp;quot; follows the prefab name of the gas as it appears in the stationpeda, &#039;&#039;(no spaces between words)&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Quantity&amp;quot; is measured in mols per frame, which matches what reading you would get with an [[Atmos Analyzer]] tablet when standing in any empty grid outside. This input doesn&#039;t correlate very intuitively with pressure, which needs to be calculated from the total mols of gas, volume of a frame (8000L) and the temperature &#039;&#039;(which varies according the the temperature map)&#039;&#039;. The external tool [https://www.omnicalculator.com/physics/ideal-gas-law  Omni Calculator] can be helpful for this.&lt;br /&gt;
&lt;br /&gt;
== Terrain ==&lt;br /&gt;
Custom terrain can be generated using the in-game command &amp;quot;terraineditor&amp;quot; in the f3 console. For this you need a heightmap and optionally crust map, cracks map, and lava map. In the terrain editor GUI you can navigate to each of the images saved on your computer for the terrain generator to use and hit generate. Once the 16 terrain files are generated, they should be placed in the terrain folder of the modded world.&lt;br /&gt;
&lt;br /&gt;
=== Import terrain Heightmap ===&lt;br /&gt;
The in-game terrain editor tool requires a specific format of image for the heightmap; black and white 32-bit linear Grayscale in .raw, .data or .tiff formats with a size of 4096x4096 pixels &#039;&#039;(though other sizes are probably possible?)&#039;&#039;. If it is not possible to export in one of these filetypes or it just does not seem to work, [https://www.gimp.org/ GIMP] can be used to convert the image to the correct format. Once it is selected you can choose the minimum (fully black) and maximum (fully white) height. &lt;br /&gt;
&lt;br /&gt;
=== Import Crust Map ===&lt;br /&gt;
The crust map only requires a black and white .PNG image, size does not need to be 4096{verify?}. The terrain material is defined in the worldsettings under &amp;lt;TerrainSettings...&amp;gt; ⇒ &amp;lt;Detail...&amp;gt; ⇒ &amp;lt;GroupOne&amp;gt; and &amp;lt;GroupTwo&amp;gt;. A fully black pixel on the map will correlate to group one, and fully white to group two, with any intermediate greys resulting in a blending of the two materials with varying weight towards one or two accordingly. On Europa, for example, group one is chunky rock and group two is snow. Blending is seen on the steepening faces of each mountain.&lt;br /&gt;
&lt;br /&gt;
=== Import Crack Map ===&lt;br /&gt;
The crack map also requires a black and white .PNG. Importing one into the terrain editor will prompt several additional options to configure the cracks.&lt;br /&gt;
&lt;br /&gt;
=== Making Lava from a Heightmap ===&lt;br /&gt;
The lavamap in the terraineditor is &#039;&#039;(confusingly)&#039;&#039; not actually used. Instead, a regular black and white .PNG heightmap of the lava should be located in the textures folder of the modded world and referenced in the worldsettings. Vulcan&#039;s default worldsettings section for this is:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Lava MinHeight=&amp;quot;32&amp;quot; MaxHeight=&amp;quot;723&amp;quot;&amp;gt;...&lt;br /&gt;
&lt;br /&gt;
== Textures ==&lt;br /&gt;
Texture files are used for colors and normals of the whole map and the close up dirt/rock details. They are also used to define where deep mining regions and POI&#039;s are located, using color codes defined by RGB in the worldsettings. Any modified textures placed in the mod folder must be properly addressed by file path in the worldsettings, as described in the file structure section.&lt;br /&gt;
&lt;br /&gt;
== Useful tools ==&lt;br /&gt;
# [https://www.blender.org/ Blender] is very useful for sculpting a world and generating height maps/normal maps from it.&lt;br /&gt;
# [https://www.omnicalculator.com/physics/ideal-gas-law Omni Calculator] can be helpful in determining the total mols of gas required for a desired atmospheric pressure.&lt;br /&gt;
# [https://www.gimp.org/ GIMP] Is useful to convert image formats to the ones useable by the terrain editor command.&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27706</id>
		<title>Modding:XMLMods/Worlds</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27706"/>
		<updated>2026-04-29T08:03:44Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== File structure ==&lt;br /&gt;
Custom worlds have three main parts: world settings, terrain, and textures. For stationeers to recognize a local custom world, the file path should be:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...Documents\My Games\Stationeers\mods\&#039;&#039;&#039;My Modded World\GameData\World Name\ (then worldsettings, terrain folder, and textures folder)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Bold are folders you must create&lt;br /&gt;
* &amp;quot;My Modded World&amp;quot; and &amp;quot;World Name&amp;quot; and &amp;quot;worldsettings&amp;quot; can be named anything&lt;br /&gt;
* &amp;quot;About&amp;quot; and &amp;quot;Screenshots&amp;quot; folders also required in &amp;quot;My Modded World&amp;quot; if you plan to upload to the steam workshop.&lt;br /&gt;
* &amp;quot;Language&amp;quot; folder is also required in &amp;quot;GameData&amp;quot; if the new world uses any new vocabulary that isn&#039;t defined in the base game language folder.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Modded texture filepaths used in the new worldsettings.xml differ from the way they are defined in base game worldsettings. It is important not to define the filepath based on where your local textures are saved, as it may not work when uploaded to the steam workshop and ran on another device. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where in the base game vulcan you might see the path:&amp;lt;br&amp;gt;&lt;br /&gt;
Worlds/Vulcan/Textures/LAVA_heights.png&amp;lt;br&amp;gt;&lt;br /&gt;
Your modded world would need the path:&amp;lt;br&amp;gt;&lt;br /&gt;
GameData/Textures/ModLAVA_heights.png {verify?}&lt;br /&gt;
&lt;br /&gt;
== World Settings ==&lt;br /&gt;
World Settings define the structure of a world in stationeers; how it appears in the new world menu, its atmosphere, weather, mineables, deep mining regions, POI&#039;s, terrain path, what textures it uses, lighting and more. Many of these options branch to other .xml files, like mineables and weather, which can also be modified and added to the mod folder alongside the worldsettings folder. for more advanced customization. &amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s easiest to start with looking at/copying the world settings of an existing map and modifying the .xml file.&lt;br /&gt;
=== Modifying Atmosphere ===&lt;br /&gt;
The atmosphere is defined in the worldsettings under &amp;lt;GlobalAtmosphere&amp;gt; by a temperature map &amp;lt;Temperature&amp;gt; and gas composition &amp;lt;Gas&amp;gt;. Note that for vacuum worlds this entire section may simply be &amp;lt;GlobalAtmosphere/&amp;gt; with none of the following sections.&lt;br /&gt;
==== Temperature ====&lt;br /&gt;
Temperature for a world is defined by a map interpolated between several keys over the course of an in-game day. Each key has two important entries; time and  value. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Value&amp;quot; is taken as degrees kelvin. The atmosphere will be at this temperature when exactly over the key.&lt;br /&gt;
Over the course of a day, the world &amp;quot;time&amp;quot; moves back and fourth between 0 (noon) and 180 (midnight).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As an example, setting two keys:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;0&amp;quot; Value=&amp;quot;200&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;100&amp;quot; Value=&amp;quot;150&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would give a temperature that starts at 200K midday then gradually decreases to 150K just after sunset and stays at 150K all night before starting to increase just before sunrise back up to 200K.&lt;br /&gt;
==== Gas ====&lt;br /&gt;
Gas composition of a world is defined by type and quantity of each constituent gas. &amp;quot;Type&amp;quot; follows the prefab name of the gas as it appears in the stationpeda, &#039;&#039;(no spaces between words)&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Quantity&amp;quot; is measured in mols per frame, which matches what reading you would get with an [[Atmos Analyzer]] tablet when standing in any empty grid outside. This input doesn&#039;t correlate very intuitively with pressure, which needs to be calculated from the total mols of gas, volume of a frame (8000L) and the temperature &#039;&#039;(which varies according the the temperature map)&#039;&#039;. The external tool [https://www.omnicalculator.com/physics/ideal-gas-law  Omni Calculator] can be helpful for this.&lt;br /&gt;
&lt;br /&gt;
== Terrain ==&lt;br /&gt;
Custom terrain can be generated using the in-game command &amp;quot;terraineditor&amp;quot; in the f3 console. For this you need a heightmap and optionally crust map, cracks map, and lava map. In the terrain editor GUI you can navigate to each of the images saved on your computer for the terrain generator to use and hit generate. Once the 16 terrain files are generated, they should be placed in the terrain folder of the modded world.&lt;br /&gt;
&lt;br /&gt;
=== Import terrain Heightmap ===&lt;br /&gt;
The in-game terrain editor tool requires a specific format of image for the heightmap. black and white 32-bit Grayscale images in .raw, .data or .tiff formats with a size of 4096x4096 pixels &#039;&#039;(though other sizes are probably possible?)&#039;&#039;. Once it is selected you can choose the minimum (fully black) and maximum (fully white) height. &lt;br /&gt;
&lt;br /&gt;
=== Import Crust Map ===&lt;br /&gt;
The crust map only requires a black and white .PNG image, size does not need to be 4096{verify?}. The terrain material is defined in the worldsettings under &amp;lt;TerrainSettings...&amp;gt; ⇒ &amp;lt;Detail...&amp;gt; ⇒ &amp;lt;GroupOne&amp;gt; and &amp;lt;GroupTwo&amp;gt;. A fully black pixel on the map will correlate to group one, and fully white to group two, with any intermediate greys resulting in a blending of the two materials with varying weight towards one or two accordingly. On Europa, for example, group one is chunky rock and group two is snow. Blending is seen on the steepening faces of each mountain.&lt;br /&gt;
&lt;br /&gt;
=== Import Crack Map ===&lt;br /&gt;
The crack map also requires a black and white .PNG. Importing one into the terrain editor will prompt several additional options to configure the cracks.&lt;br /&gt;
&lt;br /&gt;
=== Making Lava from a Heightmap ===&lt;br /&gt;
The lavamap in the terraineditor is &#039;&#039;(confusingly)&#039;&#039; not actually used. Instead, a regular black and white .PNG heightmap of the lava should be located in the textures folder of the modded world and referenced in the worldsettings. Vulcan&#039;s default worldsettings section for this is:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Lava MinHeight=&amp;quot;32&amp;quot; MaxHeight=&amp;quot;723&amp;quot;&amp;gt;...&lt;br /&gt;
&lt;br /&gt;
== Textures ==&lt;br /&gt;
Texture files are used for colors and normals of the whole map and the close up dirt/rock details. They are also used to define where deep mining regions and POI&#039;s are located, using color codes defined by RGB in the worldsettings. Any modified textures placed in the mod folder must be properly addressed by file path in the worldsettings, as described in the file structure section.&lt;br /&gt;
&lt;br /&gt;
== Useful tools ==&lt;br /&gt;
# [https://www.blender.org/ Blender] is very useful for sculpting a world and generating height maps/normal maps from it.&lt;br /&gt;
# [https://www.omnicalculator.com/physics/ideal-gas-law Omni Calculator] can be helpful in determining the total mols of gas required for a desired atmospheric pressure.&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27705</id>
		<title>Modding:XMLMods/Worlds</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Modding:XMLMods/Worlds&amp;diff=27705"/>
		<updated>2026-04-29T07:58:13Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Created page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== File structure ==&lt;br /&gt;
Custom worlds have three main parts: world settings, terrain, and textures. For stationeers to recognize a local custom world, the file path should be:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
...Documents\My Games\Stationeers\mods\&#039;&#039;&#039;My Modded World\GameData\World Name\ (then worldsettings, terrain folder, and textures folder)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Bold are folders you must create&lt;br /&gt;
* &amp;quot;My Modded World&amp;quot; and &amp;quot;World Name&amp;quot; and &amp;quot;worldsettings&amp;quot; can be named anything&lt;br /&gt;
* &amp;quot;About&amp;quot; and &amp;quot;Screenshots&amp;quot; folders also required in &amp;quot;My Modded World&amp;quot; if you plan to upload to the steam workshop.&lt;br /&gt;
* &amp;quot;Language&amp;quot; folder is also required in &amp;quot;GameData&amp;quot; if the new world uses any new vocabulary that isn&#039;t defined in the base game language folder.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Modded texture filepaths used in the new worldsettings.xml differ from the way they are defined in base game worldsettings. It is important not to define the filepath based on where your local textures are saved, as it may not work when uploaded to the steam workshop and ran on another device. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where in the base game vulcan you might see the path:&amp;lt;br&amp;gt;&lt;br /&gt;
Worlds/Vulcan/Textures/LAVA_heights.png&amp;lt;br&amp;gt;&lt;br /&gt;
Your modded world would need the path:&amp;lt;br&amp;gt;&lt;br /&gt;
GameData/Textures/ModLAVA_heights.png {verify?}&lt;br /&gt;
&lt;br /&gt;
== World Settings ==&lt;br /&gt;
World Settings define the structure of a world in stationeers; how it appears in the new world menu, its atmosphere, weather, mineables, deep mining regions, POI&#039;s, terrain path, what textures it uses, lighting and more. Many of these options branch to other .xml files, like mineables and weather, which can also be modified and added to the mod folder alongside the worldsettings folder. for more advanced customization. &amp;lt;br&amp;gt;&lt;br /&gt;
It&#039;s easiest to start with looking at/copying the world settings of an existing map and modifying the .xml file.&lt;br /&gt;
=== Modifying Atmosphere ===&lt;br /&gt;
The atmosphere is defined in the worldsettings under &amp;lt;GlobalAtmosphere&amp;gt; by a temperature map &amp;lt;Temperature&amp;gt; and gas composition &amp;lt;Gas&amp;gt;. Note that for vacuum worlds this entire section may simply be &amp;lt;GlobalAtmosphere/&amp;gt; with none of the following sections.&lt;br /&gt;
==== Temperature ====&lt;br /&gt;
Temperature for a world is defined by a map interpolated between several keys over the course of an in-game day. Each key has two important entries; time and  value. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Value&amp;quot; is taken as degrees kelvin. The atmosphere will be at this temperature when exactly over the key.&lt;br /&gt;
Over the course of a day, the world &amp;quot;time&amp;quot; moves back and fourth between 0 (noon) and 180 (midnight).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As an example, setting two keys:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;0&amp;quot; Value=&amp;quot;200&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Key Time=&amp;quot;100&amp;quot; Value=&amp;quot;150&amp;quot; InTangent=.../&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would give a temperature that starts at 200K midday then gradually decreases to 150K just after sunset and stays at 150K all night before starting to increase just before sunrise back up to 200K.&lt;br /&gt;
==== Gas ====&lt;br /&gt;
Gas composition of a world is defined by type and quantity of each constituent gas. &amp;quot;Type&amp;quot; follows the prefab name of the gas as it appears in the stationpeda, &#039;&#039;(no spaces between words)&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Quantity&amp;quot; is measured in mols per frame, which matches what reading you would get with an [[Atmos Analyzer]] tablet when standing in any empty grid outside. This input doesn&#039;t correlate very intuitively with pressure, which needs to be calculated from the total mols of gas, volume of a frame (8000L) and the temperature &#039;&#039;(which varies according the the temperature map)&#039;&#039;. The external tool [https://www.omnicalculator.com/physics/ideal-gas-law| Omni Calculator] can be helpful for this.&lt;br /&gt;
&lt;br /&gt;
== Terrain ==&lt;br /&gt;
Custom terrain can be generated using the in-game command &amp;quot;terraineditor&amp;quot; in the f3 console. For this you need a heightmap and optionally crust map, cracks map, and lava map. In the terrain editor GUI you can navigate to each of the images saved on your computer for the terrain generator to use and hit generate. Once the 16 terrain files are generated, they should be placed in the terrain folder of the modded world.&lt;br /&gt;
&lt;br /&gt;
=== Import terrain Heightmap ===&lt;br /&gt;
The in-game terrain editor tool requires a specific format of image for the heightmap. black and white 32-bit Grayscale images in .raw, .data or .tiff formats with a size of 4096x4096 pixels &#039;&#039;(though other sizes are probably possible?)&#039;&#039;. Once it is selected you can choose the minimum (fully black) and maximum (fully white) height. &lt;br /&gt;
&lt;br /&gt;
=== Import Crust Map ===&lt;br /&gt;
The crust map only requires a black and white .PNG image, size does not need to be 4096{verify?}. The terrain material is defined in the worldsettings under &amp;lt;TerrainSettings...&amp;gt; ⇒ &amp;lt;Detail...&amp;gt; ⇒ &amp;lt;GroupOne&amp;gt; and &amp;lt;GroupTwo&amp;gt;. A fully black pixel on the map will correlate to group one, and fully white to group two, with any intermediate greys resulting in a blending of the two materials with varying weight towards one or two accordingly. On Europa, for example, group one is chunky rock and group two is snow. Blending is seen on the steepening faces of each mountain.&lt;br /&gt;
&lt;br /&gt;
=== Import Crack Map ===&lt;br /&gt;
The crack map also requires a black and white .PNG. Importing one into the terrain editor will prompt several additional options to configure the cracks.&lt;br /&gt;
&lt;br /&gt;
=== Making Lava from a Heightmap ===&lt;br /&gt;
The lavamap in the terraineditor is &#039;&#039;(confusingly)&#039;&#039; not actually used. Instead, a regular black and white .PNG heightmap of the lava should be located in the textures folder of the modded world and referenced in the worldsettings. Vulcan&#039;s default worldsettings section for this is:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;Lava MinHeight=&amp;quot;32&amp;quot; MaxHeight=&amp;quot;723&amp;quot;&amp;gt;...&lt;br /&gt;
&lt;br /&gt;
== Textures ==&lt;br /&gt;
Texture files are used for colors and normals of the whole map and the close up dirt/rock details. They are also used to define where deep mining regions and POI&#039;s are located, using color codes defined by RGB in the worldsettings. Any modified textures placed in the mod folder must be properly addressed by file path in the worldsettings, as described in the file structure section.&lt;br /&gt;
&lt;br /&gt;
== Useful tools ==&lt;br /&gt;
# [https://www.blender.org/| Blender] is very usefull for sculpting a world and generating height maps/normal maps from it.&lt;br /&gt;
# [https://www.omnicalculator.com/physics/ideal-gas-law| Omni Calculator] can be helpful in determining the total mols of gas required for a desired atmospheric pressure.&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Mining_Charge&amp;diff=25699</id>
		<title>Mining Charge</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Mining_Charge&amp;diff=25699"/>
		<updated>2026-02-09T00:40:31Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Prefab info and note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tools]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Mining Charge&lt;br /&gt;
 | image       = [[File:Mining charge.png]]&lt;br /&gt;
 | stacks      = 3&lt;br /&gt;
 | recipe_machine1 = Security Printer&lt;br /&gt;
 | recipe_cost1 = 1g [[Iron]], 1g [[Gold]], 3g [[Silicon]]&lt;br /&gt;
 | recipe_machine2 = Tool Manufactory&lt;br /&gt;
 | recipe_cost2 = 1g [[Iron]], 1g [[Gold]], 5g [[Silicon]]&lt;br /&gt;
 | prefabhash = 15829510&lt;br /&gt;
 | prefabname = ItemMiningCharge&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
The Mining Charge is a timed explosive that can be used to destroy terrain or mine ores.&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
Hold the Mining Charge and activate it to arm and drop the charge. It will explode after 10 seconds. Picking up the charge or activating the lever will reset the fuse.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* The explosion power/radius seems to be the same as the [[Demolition Charge]], just with a timed explosion instead of remotely triggered detonation.&lt;br /&gt;
* The mining charge will explode immediately if destroyed while armed (such as by fire).&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Thermal_Convection_and_Radiation_Values&amp;diff=25696</id>
		<title>Thermal Convection and Radiation Values</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Thermal_Convection_and_Radiation_Values&amp;diff=25696"/>
		<updated>2026-02-08T00:32:30Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: /* Heat Exchangers */  fixed super large heat exchanger link/image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a collection of thermal convection, radiation, and solar heating values for easy comparison to one another.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Pipe Network===&lt;br /&gt;
Note that all equivalent liquid structures have the same values as their gas counterparts, except for the [[Kit (Liquid Radiator)| &#039;&#039;Liquid Pipe Convection Radiator&#039;&#039;]] which is listed separately.&amp;lt;br&amp;gt;&lt;br /&gt;
Insulated tanks, pipes and in-line tanks have zero for all values.&amp;lt;br&amp;gt;&lt;br /&gt;
Solar heating does not seem to apply to pipe-mounted radiators.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pipe Network Structure !! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemPipeStraight.png]]&amp;lt;/div&amp;gt; [[Pipes|Pipe]] || 0.005|| &#039;&#039;0.001&#039;&#039;* || 0.05&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPipeRadiator.png]]&amp;lt;/div&amp;gt; [[Pipe Radiator|Pipe Radiator]] || 0.231 || 3.46 || 2.31&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemPipeRadiator.png]]&amp;lt;/div&amp;gt; [[Pipe Radiator|Pipe Convection Radiator]] || 1.05 || 0.79 || 0.105&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPipeRadiatorLiquid.png]]&amp;lt;/div&amp;gt; [[Kit (Liquid Radiator)| &#039;&#039;Liquid Pipe Convection Radiator&#039;&#039;]] || 1.02 || 0.763 || 0.102&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPassiveLargeRadiatorGas.png]]&amp;lt;/div&amp;gt; [[Medium Radiator|Medium Radiator]] || 1.5 || 30 || 15&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPassiveLargeRadiatorGas.png]]&amp;lt;/div&amp;gt; [[Medium Radiator|Medium Convection Radiator]] || 9.38 || 3 || 1.5&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitLargeExtendableRadiator.png]]&amp;lt;/div&amp;gt; [[Large Extendable Radiator]] || 0.736 || 73.6 || &#039;&#039;950 (at 100% efficiency)&#039;&#039;*&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitTank.png]]&amp;lt;/div&amp;gt; [[Tank|Small Tank]] || 0.758 || 0.03 || 1.52&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitTank.png]]&amp;lt;/div&amp;gt; [[Tank|Large Tank]] || 4.24 || 0.17 || 8.49&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureInLineTankGas.png]]&amp;lt;/div&amp;gt; [[In-Line Tank Gas]] || 0.025 || 0.001 || 0.25&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureInLineTankSmallGas.png]]&amp;lt;/div&amp;gt; [[In-Line Tank Small Gas]] || 0.015 || 0.001|| 0.152&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; &#039;&#039;Not listed in stationpedia, approximated value&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Items===&lt;br /&gt;
Note that [[Gas Tank MKII]] and liquid variant are insulated, with zeros for all values&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Item!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemGasCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Gas Canister]] || 0.04 || 0.04 || 0.081&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemLiquidCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Liquid Canister]] || 0.041|| 0.041 || 0.082&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemGasCanisterSmart.png]]&amp;lt;/div&amp;gt;[[Gas Canister (Smart)]] || 0.081 || 0.081 || 0.081&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemLiquidCanisterSmart.png]]&amp;lt;/div&amp;gt;[[Liquid Canister (Smart)]] || 0.084 || 0.084 || 0.084&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:DynamicGasCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Portable Gas Tank]] || 0.129 || 0.129 || 0.515&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[Portable Liquid Tank]] || 0.129 || 0.129 || 0.515&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Devices===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Furnace.jpg]]&amp;lt;/div&amp;gt;[[Furnace]] || 0.816 || 0.816 || 4.08&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureAdvancedFurnace.png]]&amp;lt;/div&amp;gt;[[Advanced Furnace]] || 1.35 || 1.35 || 1.35&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:H2 Combustor.jpg]]&amp;lt;/div&amp;gt;[[H2 Combustor]] || 0.506 || 0.506 || 0.506&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Electrolyzer front.png]]&amp;lt;/div&amp;gt;[[Electrolyzer]] || 0.526 || 0.526 || 0.526&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Evaporation-chamber-icon.png]]&amp;lt;/div&amp;gt;[[Evaporation Chamber]] || 0.007 || || 0.747&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Condensation-chamber.png]]&amp;lt;/div&amp;gt;[[Condensation Chamber]] || 0.007 || || 0.742&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHydroponicTray.png]]&amp;lt;/div&amp;gt;[[Hydroponics Tray]] || 0.014|| 0.001 || 0.145&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHydroponicTray.png]]&amp;lt;/div&amp;gt;[[Hydroponics Device]] || 0.146 || 0.146 || 0.146&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt; &#039;&#039;Blanks not listed in stationpedia, assumed to be zero&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Suits===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Suit!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemSpaceHelmet.png]]&amp;lt;/div&amp;gt; [[Space Helmet]] || || || 1.26&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemEvaSuit.png]]&amp;lt;/div&amp;gt; [[EVA Suit]] || 0.205 || 0.205 || 8.19&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHardsuitHelmet.png]]&amp;lt;/div&amp;gt; [[Hardsuit Helmet]] || || || &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHardSuit.png]]&amp;lt;/div&amp;gt; [[Hardsuit]] || 0.062 || 0.062 || 6.23&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[HARM Helmet]] || || ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[HARM Suit]] || || 0.04 || 0.159&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt; [[Emergency EVA Helmet]]||  ||  || 1&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemEmergencyEvaSuit.png]]&amp;lt;/div&amp;gt; [[Emergency EVA Suit]] || 0.132 || 0.132 || 0.662&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt; &#039;&#039;Blanks not listed in stationpedia, assumed to be zero&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Heat Exchangers===&lt;br /&gt;
Heat exchangers are different from most other atmospheric devices because they operate between pipe networks instead of an internal volume and outside atmosphere. Heat transfer between two networks follows the same rules as thermal convection.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Exchanger !! Thermal Convection&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Small direct heat exchanger gas to gas.png]]&amp;lt;/div&amp;gt; [[Kit (Small Direct Heat Exchanger)|Small Direct Heat Exchanger]] || 1&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Stationeers large direct heat exchanger gas to gas.png]]&amp;lt;/div&amp;gt; [[Kit (Large Direct Heat Exchanger)|Large Direct Heat Exchanger]] || 8&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Stationeers super large direct heat exchanger liquids.png]]&amp;lt;/div&amp;gt; [[Kit (Large Direct Heat Exchanger)|Super Large Direct Heat Exchanger]] || 28&lt;br /&gt;
|}&lt;br /&gt;
[[Kit (Counterflow Heat Exchanger)|Counterflow heat exchangers]] are not easily comparable to direct heat exchangers. See external link below.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://discord.com/channels/276525882049429515/395912153795788803/1393151312983621703 Discord post containing formulas for radiation and convection ]&lt;br /&gt;
* [https://discord.com/channels/276525882049429515/395912153795788803/1398761976477384755 Discord post containing formulas for counterflow heat exchanger]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Guides_and_Tutorials&amp;diff=25687</id>
		<title>Guides and Tutorials</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Guides_and_Tutorials&amp;diff=25687"/>
		<updated>2026-02-06T09:04:45Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Thermal cheat sheet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;small-12 columns&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;small-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-book fa-lg&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ingame Tutorials&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Stationeers provides a few basic tutorials when you are in the starting menu. For those who are completely new in the game this is very advisable.&amp;lt;br&amp;gt;It should be noted that those tutorials only teach you a bare minimum of this game and there is always much more to learn. Do not expect to be good in only a few hours.&amp;lt;/p&amp;gt;&lt;br /&gt;
* &amp;quot;Tutorial 1: Inventory and Interactions&amp;quot;&lt;br /&gt;
* &amp;quot;Tutorial 2: Connections&amp;quot;&lt;br /&gt;
* &amp;quot;Tutorial 3: Atmospherics&amp;quot;&lt;br /&gt;
* &amp;quot;Community Walkthrough: Airlocks&amp;quot;&lt;br /&gt;
* &amp;quot;Community Walkthrough: Furnace Basics&amp;quot;&lt;br /&gt;
* &amp;quot;Community Walkthrough: Manufacturing&amp;quot;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;small-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-book fa-lg&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ingame Guides&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;While being ingame you can always look up the standard ingame guides in the Stationpedia.&amp;lt;/p&amp;gt;&lt;br /&gt;
* [[Ingame_Guides_-_Construction|&amp;quot;Construction&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Making_Music|&amp;quot;Making Music&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Temperature_Control|&amp;quot;Temperature Control&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Weather|&amp;quot;Weather&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Hunger_and_Nutrition|&amp;quot;Hunger and nutrition&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Growing_Food|&amp;quot;Growing Food&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Food_Decay|&amp;quot;Food Decay&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Thirst_and_Hydration|&amp;quot;Thirst + hydration&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_EVA_Suits|&amp;quot;EVA Suits&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Smelting|&amp;quot;Smelting&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Mining|&amp;quot;Mining&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Trading|&amp;quot;Trading&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Rockets|&amp;quot;Rockets&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Genetics|&amp;quot;Genetics&amp;quot;]]&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;small-12 columns&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-tasks fa-lg&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Guides&amp;lt;/h4&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;&#039;&#039;&#039;[[Special:MyLanguage/Beginner&#039;s Guide|Beginner&#039;s Guide]]&#039;&#039;&#039;&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Guide (Airlock)|Guide (Airlock)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Guide (Farming)|Guide (Farming)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Technical Standards |Technical Standards]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Phase_Change_Mechanics|Phase Change Mechanics]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Furnace#Some_example_alloy_recipes|Making alloys in the basic furnace using ice only]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Advanced_Furnace#Ice_only_smelting|Making alloys in the advanced furnace using ice only]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Fuel#Collecting_gases|Collecting gases and making fuel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Furnace#Gaseous_Fuel_Recipes|Making ores with gaseous fuel in the furnace]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Advanced_Furnace#Gaseous_Fueling|Making super alloys with gaseous fuel in the advanced furnace]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;/ul&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Air_Filtration_System|Air Filtration System]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Craftable items|List of all craftable items]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Constructing and Deconstructing Walls|Constructing and Deconstructing Walls]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Dedicated_Server_Guide|Dedicated server guide]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[SystemD_Server_Guide|Setting up a Linux dedicated server using SystemD]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Starting Gear|Starting Gear]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Guide_(Modding)|Modding the Game]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Power_Tips_and_Tricks|Power Tips and Tricks for early game]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;[[Special:MyLanguage/Making_the_most_of_smelting|Making the most of smelting (Early game alloys)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;/ul&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;small-12 columns&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-book fa-lg&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;User Made Guides&amp;lt;/h4&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;Cheat Sheets&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Research Tree]] (Wiki Page)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[https://goo.gl/TsdqfM Silent1&#039;s Cheat Sheet] by silent1 (Reference sheet)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Atmospheric Components Quick Reference]]&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Energy Storage Reference]]&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Thermal Convection and Radiation Values]] (Wiki Page)&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;/ul&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;Tutorial&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1230358763 Building your first base] by Sunspots (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1230373894 Hardly&#039;s List of Lamentable Mistakes] by Hardly (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1253687517 Tutorial Video Series] by Rhadamant (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[https://www.youtube.com/watch?v=tws-kvGIT-w&amp;amp;list=PLI3obvEEdTGA08fNWVX2270nDKarf17MJ&amp;amp;index=2&amp;amp;ab_channel=PanicAndDieGaming Tutorial Series For New Players] by Panic And Die Gaming (YouTube Playlist)&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;/ul&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;Modding&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Adding new worlds]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;/ul&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;Automation&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/Auto_Night_Lights|Auto Night Lights circuit]] by DocRabbit (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/Simple_Arc_Furnace_Automation|Simple Arc Furnace Automation]] by itsjusty0gurt (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/Automated_Arc_Furnace|Automated Arc Furnace]] by JavaSkeptre (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/Automated_Coal_Generator|Automated Coal Generator]] by JavaSkeptre (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1251261186 Simple Stacker Automatisation] by Arran Chace (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1232888907 Super Simple Autocycling Airlock] by Hardly (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1231660909 Super Simple Steel Smelting] by Hardly (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/Semi-Automatic_Autolathe|Semi-Automatic Autolathe]] by Korbah (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/Satellite_Tracking|Automatic Satellite Tracking]] by JedBolt (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/Easy_Auto_Arc_Furnace|Easy Automated Arc Furnace]] by Sarstan (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/Solar_Logic_Circuits_Guide|Solar Panel Control using Logic Gates]] (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/grow_light_automation|Simple logic automation of grow-light]] by Fuddnir (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Simple_Daylight_Light_Switch|Simple daylight light switch]] by Nihilinius (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Automated_Room_Light|Simple Automated Room Light]] by Azdle (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;/ul&amp;gt;&lt;br /&gt;
			&amp;lt;/ul&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;large-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;Atmospherics&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[https://steamcommunity.com/sharedfiles/filedetails/?id=1283505695 25 Watt Passive Cooling Solution] By Amallore (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Automated Temperature Regulation]] by Jaffa (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Basic Canister Mixing Setup]] by Viperel (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Temperature independent fuel mixing]] by Wark (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1271148797 Canister handling made easy] by Gears (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1232718432 HELP! My welder fuel is gone!] by Moomanji (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1256512507 Logic Thermostat 20-25C] by Gears (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1248037824 Pipe Regulators 101] by NugunsKnight (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1245663146 Simple Gas Filtration System] by Wesir (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[https://steamcommunity.com/sharedfiles/filedetails/?id=1293043168 Thermostat or Filtration with Buffer] By Amallore (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Custom_Airlock_IC10|Custom Airlock with IC10]] by JedBolt (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;/ul&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;Logic&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[https://steamcommunity.com/sharedfiles/filedetails/?id=2407406977 2 chip battery charge Display] by trucksarenoisy (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Always-on circuit guide|Always-On- / Auto-Restart- Circuit]] by Raumfahrtdoc (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Advanced IC10 Programming]] by JedBolt (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Dead Simple Light Switch]] by Evie Codes (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[https://steamcommunity.com/workshop/filedetails/discussion/1517633472/1735465524705571551/ How to use IC scripts from the workshop] By DirtyRat (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Logic Pulse Former]] by Evie Codes (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Timing Circuit|Timer circuit]] by MrBigras (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[http://steamcommunity.com/sharedfiles/filedetails/?id=1236169037 Slightly-Less-Simple Logic Units] by Hardly (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[https://steamcommunity.com/sharedfiles/filedetails/?id=1536155985 The ultimate power display] by adamkk03 (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[https://steamcommunity.com/sharedfiles/filedetails/?id=2356339571 Weather Station Guide] by Applesauce (Steam Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                                        &amp;lt;li&amp;gt;[[Solar_Logic_Circuits_Guide|Solar logic circuits guide]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Logic_Monostable_Multivibrator|Logic Monostable Multivibrator]] by illiux#5291 &amp;amp; grilled_salmon#1537 (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Logic_Toggle|Logic Toggle]] by Patistar#8335 (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;/ul&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;Math&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Pressure, Volume, Quantity, and Temperature]] by Micro&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Furnace temperature and pressure math]]&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;/ul&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;Phase Changes&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;[[Special:MyLanguage/Phase Change guide|Phase Change guide]] by Wark (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;/ul&amp;gt;&lt;br /&gt;
			&amp;lt;/ul&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Small_Direct_Heat_Exchanger)&amp;diff=25686</id>
		<title>Kit (Small Direct Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Small_Direct_Heat_Exchanger)&amp;diff=25686"/>
		<updated>2026-02-06T08:51:18Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Overhauled page, triple structure box and simplified equation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]] [[Category:Heat Exchanger]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = &lt;br /&gt;
 | name        = Kit (Small Direct Heat Exchanger)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 5g [[Copper]], 3g [[Steel]]&lt;br /&gt;
 | stacks      = Yes (10)&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | constructs = &#039;&#039;&#039;Small Direct Heat Exchanger&#039;&#039;&#039; &amp;lt;br&amp;gt; (Gas + Gas, Liquid + Gas Liquid + Liquid)&lt;br /&gt;
 | prefabhash = -1332682164&lt;br /&gt;
 | prefabname = ItemKitSmallDirectHeatExchanger&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | image       = &lt;br /&gt;
 | name        = &lt;br /&gt;
Small Direct Heat Exchanger - Gas + Gas&lt;br /&gt;
[[File:Small direct heat exchanger gas to gas.png|in-game screenshot showing gas pipe inputs and meter]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Small Direct Heat Exchanger - Liquid + Gas&lt;br /&gt;
[[File:Small direct heat exchanger liquid to gas.png|in-game screenshot showing different pipe inputs and meter]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Small Direct Heat Exchanger - Liquid + Liquid&lt;br /&gt;
[[File:Small direct heat exchanger liquid to liquid.png|in-game screenshot showing liquid pipe inputs and meter]]&lt;br /&gt;
 | prefab_hash = Varies&lt;br /&gt;
 | prefab_name = Varies&lt;br /&gt;
 | placed_with_item = &#039;&#039;&#039;Kit (Small Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | requires_frames  = No&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt; Direct Heat Exchangers equalize the temperature of the two input networks. &amp;lt;/q&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Exchanges heat between two pipe networks. It&#039;s next upgrade is the [[Kit (Large Direct Heat Exchanger)‏‎|Large Direct Heat Exchanger]]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The kit produces 3 versions, gas to gas, liquid to gas and liquid to liquid. Each version has 2 pipe connections for pipe atmospheres whose contents&#039; heat will be exchanged. The heat exchanger itself does not have an internal volume and instead acts directly on the input pipe networks. A meter on the side displays the heat exchange rate in joules (per tick).&lt;br /&gt;
&lt;br /&gt;
==Heat Exchange==&lt;br /&gt;
Heat flows from hot to cold, flowing faster the greater the temperature difference. For small heat exchangers the rate will follow 100 joules/tick per degree celcius of difference.&lt;br /&gt;
== Notes ==&lt;br /&gt;
* Can be placed in any orientation&lt;br /&gt;
* Gas in the pipe does not need to be flowing to exchange heat effectively. Stationeers treats each pipe network as one object, so cooling one end of a pipe will immediately cool everywhere else in the pipe. &lt;br /&gt;
&lt;br /&gt;
=== Prefab Information ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  !! Prefab Hash !! Prefab Name&lt;br /&gt;
|-&lt;br /&gt;
| Gas + Gas || 1310303582 || StructureSmallDirectHeatExchangeGastoGas&lt;br /&gt;
|-&lt;br /&gt;
| Liquid + Gas || 1825212016 || StructureSmallDirectHeatExchangeLiquidtoGas&lt;br /&gt;
|-&lt;br /&gt;
| Example || -507770416 || StructureSmallDirectHeatExchangeLiquidtoLiquid&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=25685</id>
		<title>Kit (Large Direct Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=25685"/>
		<updated>2026-02-06T08:11:13Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Updated description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Itembox&lt;br /&gt;
 | name        = Kit (Large Direct Heat Exchanger)&lt;br /&gt;
 | image       = &lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | constructs = &#039;&#039;&#039;Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&#039;&#039;&#039;(Gas + Gas, Gas + Liquid, Liquid + Liquid),&amp;lt;br&amp;gt; &#039;&#039;&#039;Super-Large Direct Heat Exchanger &amp;lt;br&amp;gt;&#039;&#039;&#039; (Gases, Gas to Liquid, Liquids)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] Tier two&lt;br /&gt;
 | cost        = 10g [[Steel]], 10g [[Invar]]&lt;br /&gt;
 | prefabhash = 450164077&lt;br /&gt;
 | prefabname = ItemKitLargeDirectHeatExchanger&lt;br /&gt;
 | slot_class =&lt;br /&gt;
 | sorting_class =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Gas&lt;br /&gt;
[[File:Stationeers large direct heat exchanger gas to gas.png|In-game screenshot showing the exhchanger gas pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to gas.png|In-game screenshot showing the exhchanger different pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Liquid + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to liquid.png|In-game screenshot showing the exhchanger liquid pipe inputs]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
| requires_frames  = Yes&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Wrench]]&lt;br /&gt;
| const_with_item1 = [[Kit (Pipe)]] x1&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = [[Welder]]&lt;br /&gt;
| const_with_item2 = [[Steel Sheets]] x1&lt;br /&gt;
| decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
| item_rec2        = [[Kit (Pipe)]] x1&lt;br /&gt;
&lt;br /&gt;
| const_with_tool3 = &lt;br /&gt;
| const_with_item3 = &lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| item_rec3        = [[Steel Sheets]] x1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Super-Large Direct Heat Exchanger&lt;br /&gt;
(Gases)&lt;br /&gt;
[[File:Stationeers super large direct heat exchanger gases.png|Screenshot of the super heat exchanger]]&lt;br /&gt;
Super-Large Direct Heat Exchanger&lt;br /&gt;
(Gas to Liquid)&lt;br /&gt;
[[File:Stationeers super large direct heat exchanger gas to liquid.png|Screenshot of the super gas to liquid heat exchanger]]&lt;br /&gt;
Super-Large Direct Heat Exchanger&lt;br /&gt;
(Liquids)&lt;br /&gt;
[[File:Stationeers super large direct heat exchanger liquids.png|Screenshot of the super liquid heat exchanger]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
| requires_frames  = Yes&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Wrench]]&lt;br /&gt;
| const_with_item1 = [[Kit (Pipe)]] x3&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = [[Welder]]&lt;br /&gt;
| const_with_item2 = [[Steel Sheets]] x3&lt;br /&gt;
| decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
| item_rec2        = [[Kit (Pipe)]] x3&lt;br /&gt;
&lt;br /&gt;
| const_with_tool3 = &lt;br /&gt;
| const_with_item3 = &lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| item_rec3        = [[Steel Sheets]] x3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt; Direct Heat Exchangers equalize the temperature of the two input networks. &amp;lt;/q&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Exchanges heat between two pipe networks very quickly. Comes in two variants, large and super large, which both act as bulkier upgrades to the [[Kit (Small Direct Heat Exchanger)‏‎|Small Direct Heat Exchanger]]. It&#039;s temperature-swapping counterpart is the [[Kit (Counterflow Heat Exchanger)‏‎|Counterflow Heat Exchanger]]. &amp;lt;small&amp;gt;&amp;lt;sub&amp;gt;pun intended&amp;lt;/sub&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
It&#039;s purpose is to equalize the temperature of two pipe networks without allowing their contents to mix. &amp;lt;br&amp;gt;&lt;br /&gt;
The heat exchanger does not have an internal volume and instead transfers heat directly between the two input pipe networks. A meter on the side displays the surface area and heat exchange rate in joules per tick.&lt;br /&gt;
===Heat Transfer===&lt;br /&gt;
Heat will flow from warmer to colder at a rate that increases with a greater difference in temperature. Newton&#039;s law of cooling can be used to approximate the rate of heat transfer according to the equation:&amp;lt;br&amp;gt;&lt;br /&gt;
       Rate = h*A*(T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;-T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Where: &amp;lt;br&amp;gt;&lt;br /&gt;
* h = Heat Exchange Coefficient: 100 W/m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;*K if both networks are at or above either 1atm or 1% liquid volume, scaled down by whichever factor is greater for each network. &amp;lt;br&amp;gt;&lt;br /&gt;
* A = Heat Exchange Area (1 m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; for [[Kit_(Small_Direct_Heat_Exchanger)|Small Direct Heat Exchanger]], 8 m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; for Large, 28 m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; for Super-Large)&amp;lt;br&amp;gt;&lt;br /&gt;
* T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; = Input 1 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
* T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; = Input 2 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* It has no logic port&lt;br /&gt;
* Requires frame support, unlike the small heat exchanger&lt;br /&gt;
* In older versions, [[Kit (Heat Exchanger)|heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow. This feature has been consolidated in the form of the [[Kit (Counterflow Heat Exchanger)|counterflow heat exchanger]]&lt;br /&gt;
&lt;br /&gt;
=== Prefab Information ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  !! Prefab Hash !! Prefab Name&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Gas ||-1230658883||StructureLargeDirectHeatExchangeGastoGas&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Liquid ||1412338038||StructureLargeDirectHeatExchangeGastoLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Liquid to Liquid ||792686502||StructureLargeDirectHeatExchangeLiquidtoLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Gases (Super-Large) ||-257115623||StructureSuperLargeDirectHeatExchangeGastoGas&lt;br /&gt;
|-&lt;br /&gt;
| Liquids (Super-Large) ||223034547||StructureSuperLargeDirectHeatExchangeLiquidToLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Gas To Liquid (Super-large) ||1905804401||StructureSuperLargeDirectHeatExchangeGastoLiquid&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Atmospherics]][[Category:Heat Exchanger]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=25684</id>
		<title>Kit (Large Direct Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=25684"/>
		<updated>2026-02-06T07:47:10Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Reformat kit construction options&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Itembox&lt;br /&gt;
 | name        = Kit (Large Direct Heat Exchanger)&lt;br /&gt;
 | image       = &lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | constructs = &#039;&#039;&#039;Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&#039;&#039;&#039;(Gas + Gas, Gas + Liquid, Liquid + Liquid),&amp;lt;br&amp;gt; &#039;&#039;&#039;Super-Large Direct Heat Exchanger &amp;lt;br&amp;gt;&#039;&#039;&#039; (Gases, Gas to Liquid, Liquids)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] Tier two&lt;br /&gt;
 | cost        = 10g [[Steel]], 10g [[Invar]]&lt;br /&gt;
 | prefabhash = 450164077&lt;br /&gt;
 | prefabname = ItemKitLargeDirectHeatExchanger&lt;br /&gt;
 | slot_class =&lt;br /&gt;
 | sorting_class =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Gas&lt;br /&gt;
[[File:Stationeers large direct heat exchanger gas to gas.png|In-game screenshot showing the exhchanger gas pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to gas.png|In-game screenshot showing the exhchanger different pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Liquid + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to liquid.png|In-game screenshot showing the exhchanger liquid pipe inputs]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
| requires_frames  = Yes&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Wrench]]&lt;br /&gt;
| const_with_item1 = [[Kit (Pipe)]] x1&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = [[Welder]]&lt;br /&gt;
| const_with_item2 = [[Steel Sheets]] x1&lt;br /&gt;
| decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
| item_rec2        = [[Kit (Pipe)]] x1&lt;br /&gt;
&lt;br /&gt;
| const_with_tool3 = &lt;br /&gt;
| const_with_item3 = &lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| item_rec3        = [[Steel Sheets]] x1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Super-Large Direct Heat Exchanger&lt;br /&gt;
(Gases)&lt;br /&gt;
[[File:Stationeers super large direct heat exchanger gases.png|Screenshot of the super heat exchanger]]&lt;br /&gt;
Super-Large Direct Heat Exchanger&lt;br /&gt;
(Gas to Liquid)&lt;br /&gt;
[[File:Stationeers super large direct heat exchanger gas to liquid.png|Screenshot of the super gas to liquid heat exchanger]]&lt;br /&gt;
Super-Large Direct Heat Exchanger&lt;br /&gt;
(Liquids)&lt;br /&gt;
[[File:Stationeers super large direct heat exchanger liquids.png|Screenshot of the super liquid heat exchanger]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
| requires_frames  = Yes&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Wrench]]&lt;br /&gt;
| const_with_item1 = [[Kit (Pipe)]] x3&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = [[Welder]]&lt;br /&gt;
| const_with_item2 = [[Steel Sheets]] x3&lt;br /&gt;
| decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
| item_rec2        = [[Kit (Pipe)]] x3&lt;br /&gt;
&lt;br /&gt;
| const_with_tool3 = &lt;br /&gt;
| const_with_item3 = &lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| item_rec3        = [[Steel Sheets]] x3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt; Direct Heat Exchangers equalize the temperature of the two input networks. &amp;lt;/q&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Exchanges heat between two pipe networks very quickly, ~10x as fast as the [[Kit (Small Direct Heat Exchanger)‏‎|Small Direct Heat Exchanger]]. It&#039;s counterpart is the [[Kit (Counterflow Heat Exchanger)‏‎|Counterflow Heat Exchanger]]. &amp;lt;small&amp;gt;&amp;lt;sub&amp;gt;pun intended&amp;lt;/sub&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
It&#039;s purpose is to equalize the temperature of two pipe networks without allowing their contents to mix. &amp;lt;br&amp;gt;&lt;br /&gt;
The heat exchanger does not have an internal volume and instead transfers heat directly between the two input pipe networks. A meter on the side displays the heat exchange rate in joules per tick.&lt;br /&gt;
===Heat Transfer===&lt;br /&gt;
Heat will flow from warmer to colder at a rate that increases with a greater difference in temperature. Newton&#039;s law of cooling can be used to approximate the rate of heat transfer according to the equation:&amp;lt;br&amp;gt;&lt;br /&gt;
       Rate = h*A*(T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;-T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Where: &amp;lt;br&amp;gt;&lt;br /&gt;
* h = Heat Exchange Coefficient: 100 W/m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;*K if both networks are at or above either 1atm or 1% liquid volume, scaled down by whichever factor is greater for each network. &amp;lt;br&amp;gt;&lt;br /&gt;
* A = Heat Exchange Area (1 m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; for [[Kit_(Small_Direct_Heat_Exchanger)|Small Direct Heat Exchanger]], 8 m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; for Large, 28 m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; for Super-Large)&amp;lt;br&amp;gt;&lt;br /&gt;
* T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; = Input 1 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
* T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; = Input 2 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* It has no logic port&lt;br /&gt;
* Requires frame support, unlike the small heat exchanger&lt;br /&gt;
* In older versions, [[Kit (Heat Exchanger)|heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow. This feature has been consolidated in the form of the [[Kit (Counterflow Heat Exchanger)|counterflow heat exchanger]]&lt;br /&gt;
&lt;br /&gt;
=== Prefab Information ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  !! Prefab Hash !! Prefab Name&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Gas ||-1230658883||StructureLargeDirectHeatExchangeGastoGas&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Liquid ||1412338038||StructureLargeDirectHeatExchangeGastoLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Liquid to Liquid ||792686502||StructureLargeDirectHeatExchangeLiquidtoLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Gases (Super-Large) ||-257115623||StructureSuperLargeDirectHeatExchangeGastoGas&lt;br /&gt;
|-&lt;br /&gt;
| Liquids (Super-Large) ||223034547||StructureSuperLargeDirectHeatExchangeLiquidToLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Gas To Liquid (Super-large) ||1905804401||StructureSuperLargeDirectHeatExchangeGastoLiquid&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Atmospherics]][[Category:Heat Exchanger]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=25683</id>
		<title>Kit (Large Direct Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=25683"/>
		<updated>2026-02-06T07:40:11Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Structure box for super large exchanger&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Itembox&lt;br /&gt;
 | name        = Kit (Large Direct Heat Exchanger)&lt;br /&gt;
 | image       = &lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | constructs = &#039;&#039;&#039;Large Direct Heat Exchanger -&amp;lt;br&amp;gt;Gas + Gas&#039;&#039;&#039;,&amp;lt;br&amp;gt; &#039;&#039;&#039;Large Direct Heat Exchanger -&amp;lt;br&amp;gt;Gas + Liquid&#039;&#039;&#039;,&amp;lt;br&amp;gt; &#039;&#039;&#039;Large Direct Heat Exchanger -&amp;lt;br&amp;gt;Liquid + Liquid&#039;&#039;&#039;&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] Tier two&lt;br /&gt;
 | cost        = 10g [[Steel]], 10g [[Invar]]&lt;br /&gt;
 | prefabhash = 450164077&lt;br /&gt;
 | prefabname = ItemKitLargeDirectHeatExchanger&lt;br /&gt;
 | slot_class =&lt;br /&gt;
 | sorting_class =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Gas&lt;br /&gt;
[[File:Stationeers large direct heat exchanger gas to gas.png|In-game screenshot showing the exhchanger gas pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to gas.png|In-game screenshot showing the exhchanger different pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Liquid + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to liquid.png|In-game screenshot showing the exhchanger liquid pipe inputs]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
| requires_frames  = Yes&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Wrench]]&lt;br /&gt;
| const_with_item1 = [[Kit (Pipe)]] x1&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = [[Welder]]&lt;br /&gt;
| const_with_item2 = [[Steel Sheets]] x1&lt;br /&gt;
| decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
| item_rec2        = [[Kit (Pipe)]] x1&lt;br /&gt;
&lt;br /&gt;
| const_with_tool3 = &lt;br /&gt;
| const_with_item3 = &lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| item_rec3        = [[Steel Sheets]] x1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Super-Large Direct Heat Exchanger&lt;br /&gt;
(Gases)&lt;br /&gt;
[[File:Stationeers super large direct heat exchanger gases.png|Screenshot of the super heat exchanger]]&lt;br /&gt;
Super-Large Direct Heat Exchanger&lt;br /&gt;
(Gas to Liquid)&lt;br /&gt;
[[File:Stationeers super large direct heat exchanger gas to liquid.png|Screenshot of the super gas to liquid heat exchanger]]&lt;br /&gt;
Super-Large Direct Heat Exchanger&lt;br /&gt;
(Liquids)&lt;br /&gt;
[[File:Stationeers super large direct heat exchanger liquids.png|Screenshot of the super liquid heat exchanger]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
| requires_frames  = Yes&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Wrench]]&lt;br /&gt;
| const_with_item1 = [[Kit (Pipe)]] x3&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = [[Welder]]&lt;br /&gt;
| const_with_item2 = [[Steel Sheets]] x3&lt;br /&gt;
| decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
| item_rec2        = [[Kit (Pipe)]] x3&lt;br /&gt;
&lt;br /&gt;
| const_with_tool3 = &lt;br /&gt;
| const_with_item3 = &lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| item_rec3        = [[Steel Sheets]] x3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt; Direct Heat Exchangers equalize the temperature of the two input networks. &amp;lt;/q&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Exchanges heat between two pipe networks very quickly, ~10x as fast as the [[Kit (Small Direct Heat Exchanger)‏‎|Small Direct Heat Exchanger]]. It&#039;s counterpart is the [[Kit (Counterflow Heat Exchanger)‏‎|Counterflow Heat Exchanger]]. &amp;lt;small&amp;gt;&amp;lt;sub&amp;gt;pun intended&amp;lt;/sub&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
It&#039;s purpose is to equalize the temperature of two pipe networks without allowing their contents to mix. &amp;lt;br&amp;gt;&lt;br /&gt;
The heat exchanger does not have an internal volume and instead transfers heat directly between the two input pipe networks. A meter on the side displays the heat exchange rate in joules per tick.&lt;br /&gt;
===Heat Transfer===&lt;br /&gt;
Heat will flow from warmer to colder at a rate that increases with a greater difference in temperature. Newton&#039;s law of cooling can be used to approximate the rate of heat transfer according to the equation:&amp;lt;br&amp;gt;&lt;br /&gt;
       Rate = h*A*(T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;-T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Where: &amp;lt;br&amp;gt;&lt;br /&gt;
* h = Heat Exchange Coefficient: 100 W/m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;*K if both networks are at or above either 1atm or 1% liquid volume, scaled down by whichever factor is greater for each network. &amp;lt;br&amp;gt;&lt;br /&gt;
* A = Heat Exchange Area (1 m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; for [[Kit_(Small_Direct_Heat_Exchanger)|Small Direct Heat Exchanger]], 8 m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; for Large, 28 m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; for Super-Large)&amp;lt;br&amp;gt;&lt;br /&gt;
* T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; = Input 1 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
* T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; = Input 2 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* It has no logic port&lt;br /&gt;
* Requires frame support, unlike the small heat exchanger&lt;br /&gt;
* In older versions, [[Kit (Heat Exchanger)|heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow. This feature has been consolidated in the form of the [[Kit (Counterflow Heat Exchanger)|counterflow heat exchanger]]&lt;br /&gt;
&lt;br /&gt;
=== Prefab Information ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  !! Prefab Hash !! Prefab Name&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Gas ||-1230658883||StructureLargeDirectHeatExchangeGastoGas&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Liquid ||1412338038||StructureLargeDirectHeatExchangeGastoLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Liquid to Liquid ||792686502||StructureLargeDirectHeatExchangeLiquidtoLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Gases (Super-Large) ||-257115623||StructureSuperLargeDirectHeatExchangeGastoGas&lt;br /&gt;
|-&lt;br /&gt;
| Liquids (Super-Large) ||223034547||StructureSuperLargeDirectHeatExchangeLiquidToLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Gas To Liquid (Super-large) ||1905804401||StructureSuperLargeDirectHeatExchangeGastoLiquid&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Atmospherics]][[Category:Heat Exchanger]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Stationeers_super_large_direct_heat_exchanger_gases.png&amp;diff=25682</id>
		<title>File:Stationeers super large direct heat exchanger gases.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Stationeers_super_large_direct_heat_exchanger_gases.png&amp;diff=25682"/>
		<updated>2026-02-06T07:27:58Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Screenshot of the super heat exchanger}}&lt;br /&gt;
|date=2026-02-05&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures]]&lt;br /&gt;
[[Category:Atmospherics]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Stationeers_super_large_direct_heat_exchanger_gas_to_liquid.png&amp;diff=25681</id>
		<title>File:Stationeers super large direct heat exchanger gas to liquid.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Stationeers_super_large_direct_heat_exchanger_gas_to_liquid.png&amp;diff=25681"/>
		<updated>2026-02-06T07:27:58Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Screenshot of the super gas to liquid heat exchanger}}&lt;br /&gt;
|date=2026-02-05&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures]]&lt;br /&gt;
[[Category:Atmospherics]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Stationeers_super_large_direct_heat_exchanger_liquids.png&amp;diff=25680</id>
		<title>File:Stationeers super large direct heat exchanger liquids.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Stationeers_super_large_direct_heat_exchanger_liquids.png&amp;diff=25680"/>
		<updated>2026-02-06T07:27:58Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Screenshot of the super liquid heat exchanger}}&lt;br /&gt;
|date=2026-02-05&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures]]&lt;br /&gt;
[[Category:Atmospherics]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Thermal_Convection_and_Radiation_Values&amp;diff=25212</id>
		<title>Thermal Convection and Radiation Values</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Thermal_Convection_and_Radiation_Values&amp;diff=25212"/>
		<updated>2025-12-24T00:21:43Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Added heat exchanger table referenced external links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a collection of thermal convection, radiation, and solar heating values for easy comparison to one another.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Pipe Network===&lt;br /&gt;
Note that all equivalent liquid structures have the same values as their gas counterparts, except for the [[Kit (Liquid Radiator)| &#039;&#039;Liquid Pipe Convection Radiator&#039;&#039;]] which is listed separately.&amp;lt;br&amp;gt;&lt;br /&gt;
Insulated tanks, pipes and in-line tanks have zero for all values.&amp;lt;br&amp;gt;&lt;br /&gt;
Solar heating does not seem to apply to pipe-mounted radiators.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pipe Network Structure !! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemPipeStraight.png]]&amp;lt;/div&amp;gt; [[Pipes|Pipe]] || 0.005|| &#039;&#039;0.001&#039;&#039;* || 0.05&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPipeRadiator.png]]&amp;lt;/div&amp;gt; [[Pipe Radiator|Pipe Radiator]] || 0.231 || 3.46 || 2.31&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemPipeRadiator.png]]&amp;lt;/div&amp;gt; [[Pipe Radiator|Pipe Convection Radiator]] || 1.05 || 0.79 || 0.105&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPipeRadiatorLiquid.png]]&amp;lt;/div&amp;gt; [[Kit (Liquid Radiator)| &#039;&#039;Liquid Pipe Convection Radiator&#039;&#039;]] || 1.02 || 0.763 || 0.102&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPassiveLargeRadiatorGas.png]]&amp;lt;/div&amp;gt; [[Medium Radiator|Medium Radiator]] || 1.5 || 30 || 15&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPassiveLargeRadiatorGas.png]]&amp;lt;/div&amp;gt; [[Medium Radiator|Medium Convection Radiator]] || 9.38 || 3 || 1.5&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitLargeExtendableRadiator.png]]&amp;lt;/div&amp;gt; [[Large Extendable Radiator]] || 0.736 || 73.6 || &#039;&#039;950 (at 100% efficiency)&#039;&#039;*&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitTank.png]]&amp;lt;/div&amp;gt; [[Tank|Small Tank]] || 0.758 || 0.03 || 1.52&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitTank.png]]&amp;lt;/div&amp;gt; [[Tank|Large Tank]] || 4.24 || 0.17 || 8.49&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureInLineTankGas.png]]&amp;lt;/div&amp;gt; [[In-Line Tank Gas]] || 0.025 || 0.001 || 0.25&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureInLineTankSmallGas.png]]&amp;lt;/div&amp;gt; [[In-Line Tank Small Gas]] || 0.015 || 0.001|| 0.152&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; &#039;&#039;Not listed in stationpedia, approximated value&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Items===&lt;br /&gt;
Note that [[Gas Tank MKII]] and liquid variant are insulated, with zeros for all values&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Item!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemGasCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Gas Canister]] || 0.04 || 0.04 || 0.081&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemLiquidCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Liquid Canister]] || 0.041|| 0.041 || 0.082&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemGasCanisterSmart.png]]&amp;lt;/div&amp;gt;[[Gas Canister (Smart)]] || 0.081 || 0.081 || 0.081&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemLiquidCanisterSmart.png]]&amp;lt;/div&amp;gt;[[Liquid Canister (Smart)]] || 0.084 || 0.084 || 0.084&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:DynamicGasCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Portable Gas Tank]] || 0.129 || 0.129 || 0.515&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[Portable Liquid Tank]] || 0.129 || 0.129 || 0.515&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Devices===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Furnace.jpg]]&amp;lt;/div&amp;gt;[[Furnace]] || 0.816 || 0.816 || 4.08&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureAdvancedFurnace.png]]&amp;lt;/div&amp;gt;[[Advanced Furnace]] || 1.35 || 1.35 || 1.35&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:H2 Combustor.jpg]]&amp;lt;/div&amp;gt;[[H2 Combustor]] || 0.506 || 0.506 || 0.506&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Electrolyzer front.png]]&amp;lt;/div&amp;gt;[[Electrolyzer]] || 0.526 || 0.526 || 0.526&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Evaporation-chamber-icon.png]]&amp;lt;/div&amp;gt;[[Evaporation Chamber]] || 0.007 || || 0.747&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Condensation-chamber.png]]&amp;lt;/div&amp;gt;[[Condensation Chamber]] || 0.007 || || 0.742&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHydroponicTray.png]]&amp;lt;/div&amp;gt;[[Hydroponics Tray]] || 0.014|| 0.001 || 0.145&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHydroponicTray.png]]&amp;lt;/div&amp;gt;[[Hydroponics Device]] || 0.146 || 0.146 || 0.146&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt; &#039;&#039;Blanks not listed in stationpedia, assumed to be zero&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Suits===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Suit!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemSpaceHelmet.png]]&amp;lt;/div&amp;gt; [[Space Helmet]] || || || 1.26&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemEvaSuit.png]]&amp;lt;/div&amp;gt; [[EVA Suit]] || 0.205 || 0.205 || 8.19&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHardsuitHelmet.png]]&amp;lt;/div&amp;gt; [[Hardsuit Helmet]] || || || &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHardSuit.png]]&amp;lt;/div&amp;gt; [[Hardsuit]] || 0.062 || 0.062 || 6.23&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[HARM Helmet]] || || ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[HARM Suit]] || || 0.04 || 0.159&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt; [[Emergency EVA Helmet]]||  ||  || 1&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemEmergencyEvaSuit.png]]&amp;lt;/div&amp;gt; [[Emergency EVA Suit]] || 0.132 || 0.132 || 0.662&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt; &#039;&#039;Blanks not listed in stationpedia, assumed to be zero&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Heat Exchangers===&lt;br /&gt;
Heat exchangers are different from most other atmospheric devices because they operate between pipe networks instead of an internal volume and outside atmosphere. Heat transfer between two networks follows the same rules as thermal convection.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Exchanger !! Thermal Convection&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Small direct heat exchanger gas to gas.png]]&amp;lt;/div&amp;gt; [[Kit (Small Direct Heat Exchanger)|Small Direct Heat Exchanger]] || 1&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Stationeers large direct heat exchanger gas to gas.png]]&amp;lt;/div&amp;gt; [[Kit (Large Direct Heat Exchanger)|Large Direct Heat Exchanger]] || 8&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt; [[Kit (Super Large Direct Heat Exchanger)|Super Large Direct Heat Exchanger]] || 28&lt;br /&gt;
|}&lt;br /&gt;
[[Kit (Counterflow Heat Exchanger)|Counterflow heat exchangers]] are not easily comparable to direct heat exchangers. See external link below.&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://discord.com/channels/276525882049429515/395912153795788803/1393151312983621703 Discord post containing formulas for radiation and convection ]&lt;br /&gt;
* [https://discord.com/channels/276525882049429515/395912153795788803/1398761976477384755 Discord post containing formulas for counterflow heat exchanger]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Counterflow_Heat_Exchanger)&amp;diff=25071</id>
		<title>Kit (Counterflow Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Counterflow_Heat_Exchanger)&amp;diff=25071"/>
		<updated>2025-12-12T19:33:39Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Updated stationpedia quote format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = &lt;br /&gt;
 | name        = Kit (Counterflow Heat Exchanger)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] Tier two&lt;br /&gt;
 | cost        = 10g [[Steel]], 10g [[Invar]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | prefabhash = 6361127870&lt;br /&gt;
 | prefabname = ItemKitPassthroughHeatExchanger&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Counterflow Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Gas&lt;br /&gt;
[[File:Stationeers counterflow heat exchanger gas to gas.png|In game screenshot showing the gas pipe connections]]&lt;br /&gt;
Counterflow Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Liquid&lt;br /&gt;
[[File:Stationeers counterflow heat exchanger gas to liquid.png|In game screenshot showing the different pipe connections]]&lt;br /&gt;
Counterflow Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Liquid + Liquid&lt;br /&gt;
[[File:Stationeers counterflow heat exchanger liquid to liquid.png|In game screenshot showing the liquid pipe connections]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Counterflow Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Welder]]&lt;br /&gt;
| const_with_item1 = [[Steel Sheets]] x1&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Counterflow Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = &lt;br /&gt;
| const_with_item2 = &lt;br /&gt;
| decon_with_tool2 = [[Wrench]]&lt;br /&gt;
| item_rec2        = [[Steel Sheets]] x1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
{{description| Exchange heat from one pipe network to another. By drawing down the pressure of the outputs with a pump or regulator and regulating input pressures, the temperatures of the two counterflowing networks can be effectively exchanged. &amp;lt;br&amp;gt;&lt;br /&gt;
     Balancing the throughput of both inputs is key to creating a good exchange of temperatures.}}&lt;br /&gt;
&lt;br /&gt;
Swaps the temperature of two input fluids, how well it does this depends on the relative flow rate of each input.&amp;lt;br&amp;gt;&lt;br /&gt;
Perfect temperature exchange is thermodynamically impossible, and doesn&#039;t happen in stationeers either. The two connections on the top are part of network 1, and the two on the bottom are part of network 2. A meter on the side displays the heat exchange rate in joules per tick as well as the throughput of input 1 and 2 in moles per tick.&lt;br /&gt;
==Usage==&lt;br /&gt;
1. The intended use case for a counterflow heat exchanger is when you have two fluids with the same thermal mass flowing at the same rate in opposite directions. In this condition the heat exchanger will swap the temperatures of the two input fluids and send them to their outputs, possibly off by a few degrees. See first [[Kit (Counterflow Heat Exchanger)#Setup|example]]. &amp;lt;br&amp;gt;&lt;br /&gt;
*This can be useful for phase change cooling loops to warm the evaporated phase before it is condensed and to cool the condensed phase before it is evaporated, improving efficiency.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
2. They are also commonly used as a more effective heat exchanger that can take greater advantage of a coolant&#039;s thermal energy and keep a consistant temperature in a pipe network. In this case fluid properties and flow rate are not the same.&amp;lt;br&amp;gt;&lt;br /&gt;
*Say you have a 20C coolant flow trying to cool down a trickle of hot waste gas down to 20C. As long as the flow &#039;&#039;(or thermal mass)&#039;&#039; of the coolant is much greater than the waste gas, the output temperature of the waste gas will always be very close to the coolant. If using the [[Kit (Large Direct Heat Exchanger)|Direct heat exchanger]] instead, the temperature would spike every time more hot gas was introduced to the network before cooling down to the temperature of the coolant again. See second [[Kit (Counterflow Heat Exchanger)#Setup|example]].&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setup===&lt;br /&gt;
* Example temperature differences are exaggerated, usually the input 1 and output 2 temperatures get very close, within tenths of a degree.&lt;br /&gt;
Example showing how the two inputs can effectively exchange their temperatures in ideal conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Counter flow example diagram.png|Example of how to set up a counterflow heat exchanger]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Example showing how the initial temperature of network 1 determines the output temperature of network 2, when flowrate / thermal mass is skewed heavily in favor of network 1.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Counter flow example 2 diagram.png|Example of how to set up a counterlow heat exchanger to consistently cool hot gas]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* It has no logic port&lt;br /&gt;
* Requires frame support&lt;br /&gt;
* In older versions, [[Kit (Heat Exchanger)|heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow, but the heat swapping mechanic wasn&#039;t fleshed out. This eventually became the &#039;&#039;&#039;counterflow heat exchanger&#039;&#039;&#039; after the [[Update v0.2.4294.19984|Airflow update]].&lt;br /&gt;
&lt;br /&gt;
=== Prefab Information ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  !! Prefab Hash !! Prefab Name&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Gas ||-1674187440||StructurePassthroughHeatExchangerGasToGas&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Liquid ||1928991265||StructurePassthroughHeatExchangerGasToLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Liquid to Liquid ||-1472829583||StructurePassthroughHeatExchangerLiquidToLiquid&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Thermal_Convection_and_Radiation_Values&amp;diff=25070</id>
		<title>Thermal Convection and Radiation Values</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Thermal_Convection_and_Radiation_Values&amp;diff=25070"/>
		<updated>2025-12-12T18:05:22Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Added phase change devices icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a collection of thermal convection, radiation, and solar heating values for easy comparison to one another.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Pipe Network===&lt;br /&gt;
Note that all equivalent liquid structures have the same values as their gas counterparts, except for the [[Kit (Liquid Radiator)| &#039;&#039;Liquid Pipe Convection Radiator&#039;&#039;]] which is listed separately.&amp;lt;br&amp;gt;&lt;br /&gt;
Insulated tanks, pipes and in-line tanks have zero for all values.&amp;lt;br&amp;gt;&lt;br /&gt;
Solar heating does not seem to apply to pipe-mounted radiators.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pipe Network Structure !! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemPipeStraight.png]]&amp;lt;/div&amp;gt; [[Pipes|Pipe]] || 0.005|| &#039;&#039;0.001&#039;&#039;* || 0.05&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPipeRadiator.png]]&amp;lt;/div&amp;gt; [[Pipe Radiator|Pipe Radiator]] || 0.231 || 3.46 || 2.31&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemPipeRadiator.png]]&amp;lt;/div&amp;gt; [[Pipe Radiator|Pipe Convection Radiator]] || 1.05 || 0.79 || 0.105&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPipeRadiatorLiquid.png]]&amp;lt;/div&amp;gt; [[Kit (Liquid Radiator)| &#039;&#039;Liquid Pipe Convection Radiator&#039;&#039;]] || 1.02 || 0.763 || 0.102&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPassiveLargeRadiatorGas.png]]&amp;lt;/div&amp;gt; [[Medium Radiator|Medium Radiator]] || 1.5 || 30 || 15&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPassiveLargeRadiatorGas.png]]&amp;lt;/div&amp;gt; [[Medium Radiator|Medium Convection Radiator]] || 9.38 || 3 || 1.5&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitLargeExtendableRadiator.png]]&amp;lt;/div&amp;gt; [[Large Extendable Radiator]] || 0.736 || 73.6 || &#039;&#039;950 (at 100% efficiency)&#039;&#039;*&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitTank.png]]&amp;lt;/div&amp;gt; [[Tank|Small Tank]] || 0.758 || 0.03 || 1.52&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitTank.png]]&amp;lt;/div&amp;gt; [[Tank|Large Tank]] || 4.24 || 0.17 || 8.49&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureInLineTankGas.png]]&amp;lt;/div&amp;gt; [[In-Line Tank Gas]] || 0.025 || 0.001 || 0.25&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureInLineTankSmallGas.png]]&amp;lt;/div&amp;gt; [[In-Line Tank Small Gas]] || 0.015 || 0.001|| 0.152&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; &#039;&#039;Not listed in stationpedia, approximated value&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Items===&lt;br /&gt;
Note that [[Gas Tank MKII]] and liquid variant are insulated, with zeros for all values&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Item!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemGasCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Gas Canister]] || 0.04 || 0.04 || 0.081&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemLiquidCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Liquid Canister]] || 0.041|| 0.041 || 0.082&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemGasCanisterSmart.png]]&amp;lt;/div&amp;gt;[[Gas Canister (Smart)]] || 0.081 || 0.081 || 0.081&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemLiquidCanisterSmart.png]]&amp;lt;/div&amp;gt;[[Liquid Canister (Smart)]] || 0.084 || 0.084 || 0.084&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:DynamicGasCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Portable Gas Tank]] || 0.129 || 0.129 || 0.515&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[Portable Liquid Tank]] || 0.129 || 0.129 || 0.515&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Devices===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Furnace.jpg]]&amp;lt;/div&amp;gt;[[Furnace]] || 0.816 || 0.816 || 4.08&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureAdvancedFurnace.png]]&amp;lt;/div&amp;gt;[[Advanced Furnace]] || 1.35 || 1.35 || 1.35&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:H2 Combustor.jpg]]&amp;lt;/div&amp;gt;[[H2 Combustor]] || 0.506 || 0.506 || 0.506&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Electrolyzer front.png]]&amp;lt;/div&amp;gt;[[Electrolyzer]] || 0.526 || 0.526 || 0.526&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Evaporation-chamber-icon.png]]&amp;lt;/div&amp;gt;[[Evaporation Chamber]] || 0.007 || || 0.747&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Condensation-chamber.png]]&amp;lt;/div&amp;gt;[[Condensation Chamber]] || 0.007 || || 0.742&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHydroponicTray.png]]&amp;lt;/div&amp;gt;[[Hydroponics Tray]] || 0.014|| 0.001 || 0.145&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHydroponicTray.png]]&amp;lt;/div&amp;gt;[[Hydroponics Device]] || 0.146 || 0.146 || 0.146&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt; &#039;&#039;Blanks not listed in stationpedia, assumed to be zero&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Suits===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Suit!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemSpaceHelmet.png]]&amp;lt;/div&amp;gt; [[Space Helmet]] || || || 1.26&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemEvaSuit.png]]&amp;lt;/div&amp;gt; [[EVA Suit]] || 0.205 || 0.205 || 8.19&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHardsuitHelmet.png]]&amp;lt;/div&amp;gt; [[Hardsuit Helmet]] || || || &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHardSuit.png]]&amp;lt;/div&amp;gt; [[Hardsuit]] || 0.062 || 0.062 || 6.23&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[HARM Helmet]] || || ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[HARM Suit]] || || 0.04 || 0.159&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt; [[Emergency EVA Helmet]]||  ||  || 1&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemEmergencyEvaSuit.png]]&amp;lt;/div&amp;gt; [[Emergency EVA Suit]] || 0.132 || 0.132 || 0.662&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt; &#039;&#039;Blanks not listed in stationpedia, assumed to be zero&#039;&#039;&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Talk:Kit_(PowerTransmitter)&amp;diff=24027</id>
		<title>Talk:Kit (PowerTransmitter)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Talk:Kit_(PowerTransmitter)&amp;diff=24027"/>
		<updated>2025-11-13T19:23:23Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Resolved redirect, please delete page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Double redirect is resolved, this page is ready to be removed&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Power_Transmitter)&amp;diff=24026</id>
		<title>Kit (Power Transmitter)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Power_Transmitter)&amp;diff=24026"/>
		<updated>2025-11-13T19:12:29Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Fixed redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT[[Power Transmitter]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Power_Transmitter&amp;diff=24025</id>
		<title>Power Transmitter</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Power_Transmitter&amp;diff=24025"/>
		<updated>2025-11-13T19:10:18Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Removed self-links and added to power category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Power]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Power Transmitter)&lt;br /&gt;
 | image       = [[File:Kit (PowerTransmitter).jpg]]&lt;br /&gt;
 | stacks      = 10&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | constructs  = &#039;&#039;&#039;Power Transmitter, Power Reciever&#039;&#039;&#039;&lt;br /&gt;
 | createdwith = [[Electronics Printer]]&lt;br /&gt;
 | cost        = 5 [[Gold]], 7 [[Copper]], 3 [[Steel]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Power Transmitter [[File:Microwave Power Transmitter.jpg]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = &#039;&#039;&#039;Kit (Power Transmitter)&#039;&#039;&#039;&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | build states     = Three&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = 3x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
 | item_rec2        = 2x [[Iron Sheets]]&lt;br /&gt;
 | decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
 | item_rec3        = &#039;&#039;&#039;Kit (Power Transmitter)&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Power Receiver [[File:Microwave Power Receiver.jpg]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = &#039;&#039;&#039;Kit (Power Transmitter)&#039;&#039;&#039;&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | build states     = Three&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = 1x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
 | item_rec2        = 2x [[Iron Sheets]]&lt;br /&gt;
 | decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
 | item_rec3        = &#039;&#039;&#039;Kit (Power Transmitter)&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt; The [[Norsec (Faction)|Norsec]] Wireless Power Transmitter is an uni-directional, A-to-B, far field microwave electical transmission system. The rotatable base transmitter delivers a narrow, non-lethal microwave beam to a dedicated base receiver.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transmitter must be aligned to the base station in order to transmit any power. The brightness of the transmitter&#039;s collimator arc provides an indication of transmission intensity. Note that there is an attrition over longer ranges, so the unit requires more power over greater distances to deliver the same output. &amp;lt;/q&amp;gt;&amp;lt;br&amp;gt; &#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General behaviour==&lt;br /&gt;
*5kW is the maximum PowerPotential that can be transmitted, this amount is reduced by distance.&lt;br /&gt;
*Unaffected by storms.&lt;br /&gt;
*Using two emitters on the same receiver doesn&#039;t appear to work&lt;br /&gt;
*A Logic Transmitter can mirror receivers, but not emitters.&lt;br /&gt;
*The coordinates of these devices will change slightly when the head moves.&lt;br /&gt;
*Both structures and terrain will block the beam. Once a beam is formed it will no longer be blocked by building things between them.&lt;br /&gt;
*When these devices are built their placement rotation is important. The easiest way is to point the data-port to the west (270° on the space suit compass), otherwise a horizontal correction angle must be added or subtracted when doing the math.&lt;br /&gt;
*When the device head is being rotated horizontally it is rotating in the opposite of the expected direction, this must be compensated for when doing the math.&lt;br /&gt;
&lt;br /&gt;
==Range==&lt;br /&gt;
===Power transfer with 4000 W PowerPotential===&lt;br /&gt;
98m = 3630 W (-0.37kW)&lt;br /&gt;
&amp;lt;br&amp;gt;198m = 2863 W (-1.14kW)&lt;br /&gt;
&amp;lt;br&amp;gt;300m = 1409 W (-2.59kW)&lt;br /&gt;
&amp;lt;br&amp;gt;400m = 0 W&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Power transfer with 5000 W PowerPotential===&lt;br /&gt;
98m = 4630 W (-0.37kW)&lt;br /&gt;
&amp;lt;br&amp;gt;198m = 3863 W (-1.14kW)&lt;br /&gt;
&amp;lt;br&amp;gt;300m = 2409 W (-2.59kW)&lt;br /&gt;
&amp;lt;br&amp;gt;400m = 651 W (-4.35kW)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Alignment formulas==&lt;br /&gt;
All data ports point west, the delta values are calculated from: &amp;quot;receiver coordinate&amp;quot; - &amp;quot;emitter coordinate&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Horizontal for &amp;quot;emitter&amp;quot; = atan2( delta-x / delta-z ) * 180 / pi&lt;br /&gt;
&amp;lt;br&amp;gt;Vertical for &amp;quot;emitter&amp;quot; = 90 + atan( delta-y / sqrt( (delta-z)^2 + (delta-x)^2 ) ) * 180 / pi&lt;br /&gt;
&lt;br /&gt;
Horizontal for &amp;quot;receiver&amp;quot; = 180 + Horizontal for &amp;quot;emitter&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Vertical for &amp;quot;receiver&amp;quot; = 180 - Vertical for &amp;quot;emitter&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Comments:&lt;br /&gt;
&amp;lt;br&amp;gt;When the data-port points west, +0° is added to the Horizontal rotation.&lt;br /&gt;
&amp;lt;br&amp;gt;When the Vertical rotation is 90° the device head points towards the horizon, 90° must be added because when delta-y is 0 (no height difference) then atan() will be 0&lt;br /&gt;
&amp;lt;br&amp;gt;Both atan2() and atan() uses radians for the angle, radians are converted to degrees by multiplying with 180 / pi&lt;br /&gt;
&amp;lt;br&amp;gt;atan2(x/z) should be z/x in a normal situation, but it has been inverted to compensate for the devices inverted rotation direction&lt;br /&gt;
&amp;lt;br&amp;gt;atan(y/x) uses Pythagoras theorem to set x as the horizontal-plane distance between emitter and receiver&lt;br /&gt;
&lt;br /&gt;
==IC script==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##POWER TRANSMITTER ALIGNMENT##&lt;br /&gt;
#When the alignment is complete, this IC housing..&lt;br /&gt;
#..and the Logic Transmitter can be unpowered&lt;br /&gt;
&lt;br /&gt;
#Power Transmitter data-port must point NORTH&lt;br /&gt;
#Power Receiver data-port must point NORTH&lt;br /&gt;
&lt;br /&gt;
#transmitter = Microwave Power Transmitter&lt;br /&gt;
alias transmitter d0&lt;br /&gt;
#receiver = Logic Transmitter linked to the..&lt;br /&gt;
#..Microwave Power Receiver&lt;br /&gt;
alias receiver d1&lt;br /&gt;
&lt;br /&gt;
alias deltaX r13&lt;br /&gt;
alias deltaZ r14&lt;br /&gt;
alias deltaY r15&lt;br /&gt;
define pi 3.1415&lt;br /&gt;
&lt;br /&gt;
main:&lt;br /&gt;
yield&lt;br /&gt;
#calculate delta values&lt;br /&gt;
l r0 receiver PositionX&lt;br /&gt;
l r1 transmitter PositionX&lt;br /&gt;
sub deltaX r0 r1&lt;br /&gt;
l r0 receiver PositionZ&lt;br /&gt;
l r1 transmitter PositionZ&lt;br /&gt;
sub deltaZ r0 r1&lt;br /&gt;
l r0 receiver PositionY&lt;br /&gt;
l r1 transmitter PositionY&lt;br /&gt;
sub deltaY r0 r1&lt;br /&gt;
&lt;br /&gt;
#Horizontal for &amp;quot;transmitter&amp;quot;&lt;br /&gt;
#atan2(deltaX/deltaZ)*180/pi&lt;br /&gt;
atan2 r0 deltaX deltaZ&lt;br /&gt;
mul r0 r0 180&lt;br /&gt;
div r0 r0 pi&lt;br /&gt;
s transmitter Horizontal r0&lt;br /&gt;
&lt;br /&gt;
#Horizontal for &amp;quot;receiver&amp;quot;&lt;br /&gt;
#180 + Horizontal for &amp;quot;emitter&amp;quot;&lt;br /&gt;
add r0 180 r0&lt;br /&gt;
s receiver Horizontal r0&lt;br /&gt;
&lt;br /&gt;
#Vertical for &amp;quot;transmitter&amp;quot;&lt;br /&gt;
#atan(deltaY/sqrt(deltaX^2+deltaZ^2))*180/pi+90&lt;br /&gt;
mul r0 deltaX deltaX&lt;br /&gt;
mul r1 deltaZ deltaZ&lt;br /&gt;
add r0 r0 r1&lt;br /&gt;
sqrt r0 r0&lt;br /&gt;
div r0 deltaY r0&lt;br /&gt;
atan r0 r0&lt;br /&gt;
mul r0 r0 180&lt;br /&gt;
div r0 r0 pi&lt;br /&gt;
add r0 r0 90&lt;br /&gt;
s transmitter Vertical r0&lt;br /&gt;
&lt;br /&gt;
#Vertical for &amp;quot;receiver&amp;quot;&lt;br /&gt;
#180 - Vertical for &amp;quot;transmitter&amp;quot;&lt;br /&gt;
sub r0 180 r0&lt;br /&gt;
s receiver Vertical r0&lt;br /&gt;
j main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=PowerTransmitter&amp;diff=24024</id>
		<title>PowerTransmitter</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=PowerTransmitter&amp;diff=24024"/>
		<updated>2025-11-13T18:46:33Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Banangecko moved page PowerTransmitter to Power Transmitter: Name correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Power Transmitter]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Power_Transmitter&amp;diff=24023</id>
		<title>Power Transmitter</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Power_Transmitter&amp;diff=24023"/>
		<updated>2025-11-13T18:46:30Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Banangecko moved page PowerTransmitter to Power Transmitter: Name correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Power Transmitter)&lt;br /&gt;
 | image       = [[File:Kit (PowerTransmitter).jpg]]&lt;br /&gt;
 | stacks      = 10&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | constructs  = &#039;&#039;&#039;Power Transmitter, Power Reciever&#039;&#039;&#039;&lt;br /&gt;
 | createdwith = [[Electronics Printer]]&lt;br /&gt;
 | cost        = 5 [[Gold]], 7 [[Copper]], 3 [[Steel]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Power Transmitter [[File:Microwave Power Transmitter.jpg]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = [[Kit (PowerTransmitter)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | build states     = Three&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = 3x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
 | item_rec2        = 2x [[Iron Sheets]]&lt;br /&gt;
 | decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
 | item_rec3        = [[Kit (PowerTransmitter)]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Power Receiver [[File:Microwave Power Receiver.jpg]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = [[Kit (PowerTransmitter)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | build states     = Three&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = 1x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
 | item_rec2        = 2x [[Iron Sheets]]&lt;br /&gt;
 | decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
 | item_rec3        = [[Kit (PowerTransmitter)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt; The [[Norsec (Faction)|Norsec]] Wireless Power Transmitter is an uni-directional, A-to-B, far field microwave electical transmission system. The rotatable base transmitter delivers a narrow, non-lethal microwave beam to a dedicated base receiver.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transmitter must be aligned to the base station in order to transmit any power. The brightness of the transmitter&#039;s collimator arc provides an indication of transmission intensity. Note that there is an attrition over longer ranges, so the unit requires more power over greater distances to deliver the same output. &amp;lt;/q&amp;gt;&amp;lt;br&amp;gt; &#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General behaviour==&lt;br /&gt;
*5kW is the maximum PowerPotential that can be transmitted, this amount is reduced by distance.&lt;br /&gt;
*Unaffected by storms.&lt;br /&gt;
*Using two emitters on the same receiver doesn&#039;t appear to work&lt;br /&gt;
*A Logic Transmitter can mirror receivers, but not emitters.&lt;br /&gt;
*The coordinates of these devices will change slightly when the head moves.&lt;br /&gt;
*Both structures and terrain will block the beam. Once a beam is formed it will no longer be blocked by building things between them.&lt;br /&gt;
*When these devices are built their placement rotation is important. The easiest way is to point the data-port to the west (270° on the space suit compass), otherwise a horizontal correction angle must be added or subtracted when doing the math.&lt;br /&gt;
*When the device head is being rotated horizontally it is rotating in the opposite of the expected direction, this must be compensated for when doing the math.&lt;br /&gt;
&lt;br /&gt;
==Range==&lt;br /&gt;
===Power transfer with 4000 W PowerPotential===&lt;br /&gt;
98m = 3630 W (-0.37kW)&lt;br /&gt;
&amp;lt;br&amp;gt;198m = 2863 W (-1.14kW)&lt;br /&gt;
&amp;lt;br&amp;gt;300m = 1409 W (-2.59kW)&lt;br /&gt;
&amp;lt;br&amp;gt;400m = 0 W&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Power transfer with 5000 W PowerPotential===&lt;br /&gt;
98m = 4630 W (-0.37kW)&lt;br /&gt;
&amp;lt;br&amp;gt;198m = 3863 W (-1.14kW)&lt;br /&gt;
&amp;lt;br&amp;gt;300m = 2409 W (-2.59kW)&lt;br /&gt;
&amp;lt;br&amp;gt;400m = 651 W (-4.35kW)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Alignment formulas==&lt;br /&gt;
All data ports point west, the delta values are calculated from: &amp;quot;receiver coordinate&amp;quot; - &amp;quot;emitter coordinate&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Horizontal for &amp;quot;emitter&amp;quot; = atan2( delta-x / delta-z ) * 180 / pi&lt;br /&gt;
&amp;lt;br&amp;gt;Vertical for &amp;quot;emitter&amp;quot; = 90 + atan( delta-y / sqrt( (delta-z)^2 + (delta-x)^2 ) ) * 180 / pi&lt;br /&gt;
&lt;br /&gt;
Horizontal for &amp;quot;receiver&amp;quot; = 180 + Horizontal for &amp;quot;emitter&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Vertical for &amp;quot;receiver&amp;quot; = 180 - Vertical for &amp;quot;emitter&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Comments:&lt;br /&gt;
&amp;lt;br&amp;gt;When the data-port points west, +0° is added to the Horizontal rotation.&lt;br /&gt;
&amp;lt;br&amp;gt;When the Vertical rotation is 90° the device head points towards the horizon, 90° must be added because when delta-y is 0 (no height difference) then atan() will be 0&lt;br /&gt;
&amp;lt;br&amp;gt;Both atan2() and atan() uses radians for the angle, radians are converted to degrees by multiplying with 180 / pi&lt;br /&gt;
&amp;lt;br&amp;gt;atan2(x/z) should be z/x in a normal situation, but it has been inverted to compensate for the devices inverted rotation direction&lt;br /&gt;
&amp;lt;br&amp;gt;atan(y/x) uses Pythagoras theorem to set x as the horizontal-plane distance between emitter and receiver&lt;br /&gt;
&lt;br /&gt;
==IC script==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##POWER TRANSMITTER ALIGNMENT##&lt;br /&gt;
#When the alignment is complete, this IC housing..&lt;br /&gt;
#..and the Logic Transmitter can be unpowered&lt;br /&gt;
&lt;br /&gt;
#Power Transmitter data-port must point NORTH&lt;br /&gt;
#Power Receiver data-port must point NORTH&lt;br /&gt;
&lt;br /&gt;
#transmitter = Microwave Power Transmitter&lt;br /&gt;
alias transmitter d0&lt;br /&gt;
#receiver = Logic Transmitter linked to the..&lt;br /&gt;
#..Microwave Power Receiver&lt;br /&gt;
alias receiver d1&lt;br /&gt;
&lt;br /&gt;
alias deltaX r13&lt;br /&gt;
alias deltaZ r14&lt;br /&gt;
alias deltaY r15&lt;br /&gt;
define pi 3.1415&lt;br /&gt;
&lt;br /&gt;
main:&lt;br /&gt;
yield&lt;br /&gt;
#calculate delta values&lt;br /&gt;
l r0 receiver PositionX&lt;br /&gt;
l r1 transmitter PositionX&lt;br /&gt;
sub deltaX r0 r1&lt;br /&gt;
l r0 receiver PositionZ&lt;br /&gt;
l r1 transmitter PositionZ&lt;br /&gt;
sub deltaZ r0 r1&lt;br /&gt;
l r0 receiver PositionY&lt;br /&gt;
l r1 transmitter PositionY&lt;br /&gt;
sub deltaY r0 r1&lt;br /&gt;
&lt;br /&gt;
#Horizontal for &amp;quot;transmitter&amp;quot;&lt;br /&gt;
#atan2(deltaX/deltaZ)*180/pi&lt;br /&gt;
atan2 r0 deltaX deltaZ&lt;br /&gt;
mul r0 r0 180&lt;br /&gt;
div r0 r0 pi&lt;br /&gt;
s transmitter Horizontal r0&lt;br /&gt;
&lt;br /&gt;
#Horizontal for &amp;quot;receiver&amp;quot;&lt;br /&gt;
#180 + Horizontal for &amp;quot;emitter&amp;quot;&lt;br /&gt;
add r0 180 r0&lt;br /&gt;
s receiver Horizontal r0&lt;br /&gt;
&lt;br /&gt;
#Vertical for &amp;quot;transmitter&amp;quot;&lt;br /&gt;
#atan(deltaY/sqrt(deltaX^2+deltaZ^2))*180/pi+90&lt;br /&gt;
mul r0 deltaX deltaX&lt;br /&gt;
mul r1 deltaZ deltaZ&lt;br /&gt;
add r0 r0 r1&lt;br /&gt;
sqrt r0 r0&lt;br /&gt;
div r0 deltaY r0&lt;br /&gt;
atan r0 r0&lt;br /&gt;
mul r0 r0 180&lt;br /&gt;
div r0 r0 pi&lt;br /&gt;
add r0 r0 90&lt;br /&gt;
s transmitter Vertical r0&lt;br /&gt;
&lt;br /&gt;
#Vertical for &amp;quot;receiver&amp;quot;&lt;br /&gt;
#180 - Vertical for &amp;quot;transmitter&amp;quot;&lt;br /&gt;
sub r0 180 r0&lt;br /&gt;
s receiver Vertical r0&lt;br /&gt;
j main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Power_Transmitter&amp;diff=24022</id>
		<title>Power Transmitter</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Power_Transmitter&amp;diff=24022"/>
		<updated>2025-11-13T18:42:09Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Added to itembox and format changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Power Transmitter)&lt;br /&gt;
 | image       = [[File:Kit (PowerTransmitter).jpg]]&lt;br /&gt;
 | stacks      = 10&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | constructs  = &#039;&#039;&#039;Power Transmitter, Power Reciever&#039;&#039;&#039;&lt;br /&gt;
 | createdwith = [[Electronics Printer]]&lt;br /&gt;
 | cost        = 5 [[Gold]], 7 [[Copper]], 3 [[Steel]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Power Transmitter [[File:Microwave Power Transmitter.jpg]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = [[Kit (PowerTransmitter)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | build states     = Three&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = 3x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
 | item_rec2        = 2x [[Iron Sheets]]&lt;br /&gt;
 | decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
 | item_rec3        = [[Kit (PowerTransmitter)]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Power Receiver [[File:Microwave Power Receiver.jpg]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = [[Kit (PowerTransmitter)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | build states     = Three&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = 1x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
 | item_rec2        = 2x [[Iron Sheets]]&lt;br /&gt;
 | decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
 | item_rec3        = [[Kit (PowerTransmitter)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt; The [[Norsec (Faction)|Norsec]] Wireless Power Transmitter is an uni-directional, A-to-B, far field microwave electical transmission system. The rotatable base transmitter delivers a narrow, non-lethal microwave beam to a dedicated base receiver.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The transmitter must be aligned to the base station in order to transmit any power. The brightness of the transmitter&#039;s collimator arc provides an indication of transmission intensity. Note that there is an attrition over longer ranges, so the unit requires more power over greater distances to deliver the same output. &amp;lt;/q&amp;gt;&amp;lt;br&amp;gt; &#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==General behaviour==&lt;br /&gt;
*5kW is the maximum PowerPotential that can be transmitted, this amount is reduced by distance.&lt;br /&gt;
*Unaffected by storms.&lt;br /&gt;
*Using two emitters on the same receiver doesn&#039;t appear to work&lt;br /&gt;
*A Logic Transmitter can mirror receivers, but not emitters.&lt;br /&gt;
*The coordinates of these devices will change slightly when the head moves.&lt;br /&gt;
*Both structures and terrain will block the beam. Once a beam is formed it will no longer be blocked by building things between them.&lt;br /&gt;
*When these devices are built their placement rotation is important. The easiest way is to point the data-port to the west (270° on the space suit compass), otherwise a horizontal correction angle must be added or subtracted when doing the math.&lt;br /&gt;
*When the device head is being rotated horizontally it is rotating in the opposite of the expected direction, this must be compensated for when doing the math.&lt;br /&gt;
&lt;br /&gt;
==Range==&lt;br /&gt;
===Power transfer with 4000 W PowerPotential===&lt;br /&gt;
98m = 3630 W (-0.37kW)&lt;br /&gt;
&amp;lt;br&amp;gt;198m = 2863 W (-1.14kW)&lt;br /&gt;
&amp;lt;br&amp;gt;300m = 1409 W (-2.59kW)&lt;br /&gt;
&amp;lt;br&amp;gt;400m = 0 W&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Power transfer with 5000 W PowerPotential===&lt;br /&gt;
98m = 4630 W (-0.37kW)&lt;br /&gt;
&amp;lt;br&amp;gt;198m = 3863 W (-1.14kW)&lt;br /&gt;
&amp;lt;br&amp;gt;300m = 2409 W (-2.59kW)&lt;br /&gt;
&amp;lt;br&amp;gt;400m = 651 W (-4.35kW)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Alignment formulas==&lt;br /&gt;
All data ports point west, the delta values are calculated from: &amp;quot;receiver coordinate&amp;quot; - &amp;quot;emitter coordinate&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Horizontal for &amp;quot;emitter&amp;quot; = atan2( delta-x / delta-z ) * 180 / pi&lt;br /&gt;
&amp;lt;br&amp;gt;Vertical for &amp;quot;emitter&amp;quot; = 90 + atan( delta-y / sqrt( (delta-z)^2 + (delta-x)^2 ) ) * 180 / pi&lt;br /&gt;
&lt;br /&gt;
Horizontal for &amp;quot;receiver&amp;quot; = 180 + Horizontal for &amp;quot;emitter&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Vertical for &amp;quot;receiver&amp;quot; = 180 - Vertical for &amp;quot;emitter&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Comments:&lt;br /&gt;
&amp;lt;br&amp;gt;When the data-port points west, +0° is added to the Horizontal rotation.&lt;br /&gt;
&amp;lt;br&amp;gt;When the Vertical rotation is 90° the device head points towards the horizon, 90° must be added because when delta-y is 0 (no height difference) then atan() will be 0&lt;br /&gt;
&amp;lt;br&amp;gt;Both atan2() and atan() uses radians for the angle, radians are converted to degrees by multiplying with 180 / pi&lt;br /&gt;
&amp;lt;br&amp;gt;atan2(x/z) should be z/x in a normal situation, but it has been inverted to compensate for the devices inverted rotation direction&lt;br /&gt;
&amp;lt;br&amp;gt;atan(y/x) uses Pythagoras theorem to set x as the horizontal-plane distance between emitter and receiver&lt;br /&gt;
&lt;br /&gt;
==IC script==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##POWER TRANSMITTER ALIGNMENT##&lt;br /&gt;
#When the alignment is complete, this IC housing..&lt;br /&gt;
#..and the Logic Transmitter can be unpowered&lt;br /&gt;
&lt;br /&gt;
#Power Transmitter data-port must point NORTH&lt;br /&gt;
#Power Receiver data-port must point NORTH&lt;br /&gt;
&lt;br /&gt;
#transmitter = Microwave Power Transmitter&lt;br /&gt;
alias transmitter d0&lt;br /&gt;
#receiver = Logic Transmitter linked to the..&lt;br /&gt;
#..Microwave Power Receiver&lt;br /&gt;
alias receiver d1&lt;br /&gt;
&lt;br /&gt;
alias deltaX r13&lt;br /&gt;
alias deltaZ r14&lt;br /&gt;
alias deltaY r15&lt;br /&gt;
define pi 3.1415&lt;br /&gt;
&lt;br /&gt;
main:&lt;br /&gt;
yield&lt;br /&gt;
#calculate delta values&lt;br /&gt;
l r0 receiver PositionX&lt;br /&gt;
l r1 transmitter PositionX&lt;br /&gt;
sub deltaX r0 r1&lt;br /&gt;
l r0 receiver PositionZ&lt;br /&gt;
l r1 transmitter PositionZ&lt;br /&gt;
sub deltaZ r0 r1&lt;br /&gt;
l r0 receiver PositionY&lt;br /&gt;
l r1 transmitter PositionY&lt;br /&gt;
sub deltaY r0 r1&lt;br /&gt;
&lt;br /&gt;
#Horizontal for &amp;quot;transmitter&amp;quot;&lt;br /&gt;
#atan2(deltaX/deltaZ)*180/pi&lt;br /&gt;
atan2 r0 deltaX deltaZ&lt;br /&gt;
mul r0 r0 180&lt;br /&gt;
div r0 r0 pi&lt;br /&gt;
s transmitter Horizontal r0&lt;br /&gt;
&lt;br /&gt;
#Horizontal for &amp;quot;receiver&amp;quot;&lt;br /&gt;
#180 + Horizontal for &amp;quot;emitter&amp;quot;&lt;br /&gt;
add r0 180 r0&lt;br /&gt;
s receiver Horizontal r0&lt;br /&gt;
&lt;br /&gt;
#Vertical for &amp;quot;transmitter&amp;quot;&lt;br /&gt;
#atan(deltaY/sqrt(deltaX^2+deltaZ^2))*180/pi+90&lt;br /&gt;
mul r0 deltaX deltaX&lt;br /&gt;
mul r1 deltaZ deltaZ&lt;br /&gt;
add r0 r0 r1&lt;br /&gt;
sqrt r0 r0&lt;br /&gt;
div r0 deltaY r0&lt;br /&gt;
atan r0 r0&lt;br /&gt;
mul r0 r0 180&lt;br /&gt;
div r0 r0 pi&lt;br /&gt;
add r0 r0 90&lt;br /&gt;
s transmitter Vertical r0&lt;br /&gt;
&lt;br /&gt;
#Vertical for &amp;quot;receiver&amp;quot;&lt;br /&gt;
#180 - Vertical for &amp;quot;transmitter&amp;quot;&lt;br /&gt;
sub r0 180 r0&lt;br /&gt;
s receiver Vertical r0&lt;br /&gt;
j main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Heater&amp;diff=23961</id>
		<title>Pipe Heater</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Heater&amp;diff=23961"/>
		<updated>2025-11-09T01:47:23Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Updated structure box and added note about max temperature.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Machines]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       =  [[File:PipeHeater.jpg|400px]]&lt;br /&gt;
 | name        = Pipe Heater Kit (Gas)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe_Bender | Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 5g [[Iron]], 3g [[Gold]], 3g [[Copper]]&lt;br /&gt;
 | prefabhash  = -1751627006&lt;br /&gt;
 | prefabname  = ItemPipeHeater&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Pipe Heater (Gas)&lt;br /&gt;
 | prefab_hash      = -419758574&lt;br /&gt;
 | prefab_name      = StructurePipeHeater&lt;br /&gt;
 | power_usage      = 10W idle + 1000W&lt;br /&gt;
 | placed_with_item = &#039;&#039;&#039;Pipe Heater Kit (Gas)&#039;&#039;&#039;&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = &#039;&#039;&#039;Pipe Heater Kit (Gas)&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to heat gas inside a pipe by converting electrical power into heat.&lt;br /&gt;
&lt;br /&gt;
==Notes== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
The heat transfer rate is 1000 Joules per tick. Max temperature it can heat to is 2500K.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Item hash&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || In Watts&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Wall_Heater&amp;diff=23953</id>
		<title>Wall Heater</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Wall_Heater&amp;diff=23953"/>
		<updated>2025-11-08T08:09:01Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Updated structurebox and noted max temperature&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Machines]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       =  [[File:ItemWallHeater.png]]&lt;br /&gt;
 | name        = Kit (Wall Heater)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe_Bender | Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 3g [[Iron]], 1g [[Gold]], 3g [[Copper]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Wall Heater&lt;br /&gt;
 | power_usage      = 1010W&lt;br /&gt;
 | prefab_hash      = 24258244&lt;br /&gt;
 | prefab_name      = StructureWallHeater&lt;br /&gt;
 | placed_with_item = &#039;&#039;&#039;Kit (Wall Heater)&#039;&#039;&#039;&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = &#039;&#039;&#039;Kit (Wall Heater)&#039;&#039;&#039;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to heat a rooms atmosphere by converting electrical power into heat.&lt;br /&gt;
&lt;br /&gt;
==Notes== &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
The HeatTransfer rate is 1000 Joules per tick. Max temperature it can heat to is 2500K.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Output Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Item hash&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || In Watts&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=23809</id>
		<title>Pipe Radiator</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=23809"/>
		<updated>2025-10-24T07:54:35Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Several changes to wording, added tip about minumum radiation temperature and linked thermal values page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:ItemKitPipeRadiator.png]]&lt;br /&gt;
 | name        = Kit (Pipe Radiator)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] &amp;lt;!--[[Fabricator]]--&amp;gt;&lt;br /&gt;
 | cost        = 3g [[Gold]], 2g [[Steel]] &amp;lt;!-- Recipe is ok as of 30.6.2022--&amp;gt;&lt;br /&gt;
 | stacks      = Yes (10)&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Pipe Convection Radiator&lt;br /&gt;
 | image            = [[File:ItemPipeRadiator.png]]&lt;br /&gt;
 | other            = Optimized for Atmosphere&lt;br /&gt;
 | power_usage      = &lt;br /&gt;
 | placed_with_item = [[Kit (Radiator)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Pipe Radiator]]&lt;br /&gt;
 | paintable        = Yes&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Pipe Radiator&lt;br /&gt;
 | image            = &lt;br /&gt;
 | other            = Optimized for Vacuum&lt;br /&gt;
 | power_usage      = &lt;br /&gt;
 | placed_with_item = [[Kit (Radiator)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Pipe Radiator]]&lt;br /&gt;
 | paintable        = Yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to cool or warm the gasses within pipes. These are the cheapest radiators, with the next upgrade being the [[Medium Radiator]].&lt;br /&gt;
&lt;br /&gt;
It comes in 2 flavors, selected by moving the mouse wheel;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Convection Radiators&#039;&#039;&#039; have a grill on one side of the pipe, which exchanges and balances the temperature of the gasses inside the pipe with the environment. As convection requires an environment, they have no use in a vacuum. They provide a more reliable, cheaper, but slower alternative to [[Wall Cooler]]s when used inside a station (pressurized room or collection of rooms).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Radiation Radiators&#039;&#039;&#039; add radiator sheets around the pipe, for radiating the heat into a vacuum. As they only radiate and don&#039;t capture, they can only be used to cool down the piped gasses and they do so at a much slower rate. Radiation is the only viable method of shedding excess heat without venting gasses or otherwise sacrificing resources on planets with no atmosphere.&lt;br /&gt;
&lt;br /&gt;
*In an atmosphere the radiators will convert energy based on their temperature and the atmosphere. &lt;br /&gt;
**If the pipe has a higher temperature then they will transfer heat into the room. &lt;br /&gt;
**If the pipe has a lower temperature then they will receive heat from the room.&lt;br /&gt;
*Without an atmosphere they will radiate heat into space. Note that they will receive a little energy if the sun shines on them due to the solar constant (The ability for pipe radiators to absorb thermal energy in any environment in game is contested).&lt;br /&gt;
**In a vacuum on the [[Moon]] or Mimas heat will be radiated until the pipe reaches 50 Kelvin. On planets with an atmosphere, radiators that are in a vacuumed room will radiate heat until they reach the current temperature of the outside atmosphere, preventing endless free cooling.&lt;br /&gt;
&lt;br /&gt;
In layman&#039;s terms you can think of the radiator as a &amp;quot;valve for heat&amp;quot;. It will allow heat (but no gases!) to be exchanged between the pipe it&#039;s attached to and the surrounding environment. This &amp;quot;valve&amp;quot; will work bidirectionally (heat can flow in both directions). And heat will always flow from the hotter to the colder side.&lt;br /&gt;
&lt;br /&gt;
Pipes without radiators are actually able to exchange heat with their surroundings the same way on their own, but a radiator will greatly accelerate how fast this exchange will happen. The effect of multiple radiators on the same pipe system will be cumulative, so you can speed up the transfer even more by placing more than one radiator on the same pipe system. The &amp;quot;shape&amp;quot; of the pipe system is not relevant, though. So a straight pipe with a certain amount of radiators will have the same heat exchange than a pipe of equal length (same amount of pipe segments) and equal amount of radiators, that snakes around or forms any other imaginable shape. The part of the pipe with the radiators must be free and not touch the floor or wall, even partially.&lt;br /&gt;
&lt;br /&gt;
Another factor that will influence how well (and how much) heat will be transferred between the pipe/radiator and its surroundings is the gas mixture inside both the pipe and its surroundings. Gases differ in both the &amp;quot;speed&amp;quot; in which they can exchange heat and the &amp;quot;amount&amp;quot; of heat they can &amp;quot;absorb&amp;quot;. Pollutants (X) for example are able to exchange heat very quickly, but the &amp;quot;amount&amp;quot; of heat they can absorb is limited. Water (H2O) on the other hand will exchange heat slower that pollutants will, but the &amp;quot;amount&amp;quot; of heat water can absorb is significantly larger (over 3 times, hence [[Kit (Liquid Radiator)|Liquid Radiators]]).&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[Thermal Convection and Radiation Values]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=23808</id>
		<title>Pipe Radiator</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Pipe_Radiator&amp;diff=23808"/>
		<updated>2025-10-24T07:08:45Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Fixed kit image and convection radiator structure box title. Added structure box for radiative version.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:ItemKitPipeRadiator.png]]&lt;br /&gt;
 | name        = Kit (Pipe Radiator)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] &amp;lt;!--[[Fabricator]]--&amp;gt;&lt;br /&gt;
 | cost        = 3g [[Gold]], 2g [[Steel]] &amp;lt;!-- Recipe is ok as of 30.6.2022--&amp;gt;&lt;br /&gt;
 | stacks      = Yes (10)&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Pipe Convection Radiator&lt;br /&gt;
 | image            = [[File:ItemPipeRadiator.png]]&lt;br /&gt;
 | other            = Optimized for Atmosphere&lt;br /&gt;
 | power_usage      = &lt;br /&gt;
 | placed_with_item = [[Kit (Radiator)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Pipe Radiator]]&lt;br /&gt;
 | paintable        = Yes&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Pipe Radiator&lt;br /&gt;
 | image            = &lt;br /&gt;
 | other            = Optimized for Vacuum&lt;br /&gt;
 | power_usage      = &lt;br /&gt;
 | placed_with_item = [[Kit (Radiator)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Pipe Radiator]]&lt;br /&gt;
 | paintable        = Yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description== &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Used to cool or warm the gasses within pipes. These are the cheapest radiators, with the next upgrade being the [[Medium Radiator]].&lt;br /&gt;
&lt;br /&gt;
It comes in 2 flavors, selected by moving the mouse wheel;&lt;br /&gt;
&lt;br /&gt;
Convection Radiators have a grill on one side of the pipe, which exchanges and balances the temperature of the gasses inside the pipe with the environment. As they do require an environment, they have no use in a vacuum, but still provide a more reliable, cheaper though slower alternative to [[Wall Cooler]]s when used inside a station (pressurized room or collection of rooms).&lt;br /&gt;
&lt;br /&gt;
Radiation Radiators add radiator sheets around the pipe, radiating the heat even into a vacuum. As they only radiate and don&#039;t capture, they can only be used to cool down the piped gasses and they do so at a much slower rate. This is the only viable method (apart from the [[Kit (Liquid Radiator)|Kit (Liquid Radiator)]]) of shedding excess heat without venting gasses or otherwise sacrificing resources.&lt;br /&gt;
&lt;br /&gt;
*In an atmosphere the radiators will convert energy based on their temperature and the atmosphere. &lt;br /&gt;
**If the pipe has a higher temperature then they will transfer heat into the room. &lt;br /&gt;
**If the pipe has a lower temperature then they will receive heat from the room.&lt;br /&gt;
*Without an atmosphere they will radiate heat into space. Note that they will receive a little energy if the sun shines on them due to the solar constant (The ability for pipe radiators to absorb thermal energy in any environment in game is contested).&lt;br /&gt;
&lt;br /&gt;
In layman&#039;s terms you can think of the radiator as a &amp;quot;valve for heat&amp;quot;. It will allow heat (but no gases!) to be exchanged between the pipe it&#039;s attached to and the surrounding environment. This &amp;quot;valve&amp;quot; will work bidirectional (heat can flow in both directions). And heat will always flow from the hotter to the colder side.&lt;br /&gt;
&lt;br /&gt;
Pipes without radiators are actually capable to exchange heat with their surroundings the same way on their own. But a radiator will greatly accelerate how fast this exchange will happen. And the effect of multiple radiators on the same pipe system will be cumulative. So you can speed up the transfer even more by placing more than one radiator on the same pipe system. The &amp;quot;shape&amp;quot; of the pipe system is not relevant, though. So a straight pipe with a certain amount of radiators will have the same heat exchange than a pipe of equal length (same amount of pipe segments) and equal amount of radiators, that snakes around or forms any other imaginable shape. The part of the pipe with the radiators must be free and not touch the floor or wall, even partially.&lt;br /&gt;
&lt;br /&gt;
Another factor that will influence how well (and how much) heat will be transferred between the pipe/radiator and its surroundings is the gas mixture inside both the pipe and its surroundings. Gases differ in both the &amp;quot;speed&amp;quot; in which they can exchange heat and the &amp;quot;amount&amp;quot; of heat they can &amp;quot;absorb&amp;quot;. Pollutants (X) for example are able to exchange heat very quickly, but the &amp;quot;amount&amp;quot; of heat they can absorb is limited. Water (H2O) on the other hand will exchange heat slower that pollutants will, but the &amp;quot;amount&amp;quot; of heat water can absorb is significantly larger (over 3 times, hence [[Kit (Liquid Radiator)|Kit (Liquid Radiator)]]s).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Thermal_Convection_and_Radiation_Values&amp;diff=23804</id>
		<title>Thermal Convection and Radiation Values</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Thermal_Convection_and_Radiation_Values&amp;diff=23804"/>
		<updated>2025-10-23T17:50:00Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Noticed these values were missing from stationeers wiki, created page. Required some in-game testing. Will be linked by radiator pages later, but not sure where else.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a collection of thermal convection, radiation, and solar heating values for easy comparison to one another.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Pipe Network===&lt;br /&gt;
Note that all equivalent liquid structures have the same values as their gas counterparts, except for the [[Kit (Liquid Radiator)| &#039;&#039;Liquid Pipe Convection Radiator&#039;&#039;]] which is listed separately.&amp;lt;br&amp;gt;&lt;br /&gt;
Insulated tanks, pipes and in-line tanks have zero for all values.&amp;lt;br&amp;gt;&lt;br /&gt;
Solar heating does not seem to apply to pipe-mounted radiators.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Pipe Network Structure !! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemPipeStraight.png]]&amp;lt;/div&amp;gt; [[Pipes|Pipe]] || 0.005|| &#039;&#039;0.001&#039;&#039;* || 0.05&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPipeRadiator.png]]&amp;lt;/div&amp;gt; [[Pipe Radiator|Pipe Radiator]] || 0.231 || 3.46 || 2.31&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemPipeRadiator.png]]&amp;lt;/div&amp;gt; [[Pipe Radiator|Pipe Convection Radiator]] || 1.05 || 0.79 || 0.105&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPipeRadiatorLiquid.png]]&amp;lt;/div&amp;gt; [[Kit (Liquid Radiator)| &#039;&#039;Liquid Pipe Convection Radiator&#039;&#039;]] || 1.02 || 0.763 || 0.102&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPassiveLargeRadiatorGas.png]]&amp;lt;/div&amp;gt; [[Medium Radiator|Medium Radiator]] || 1.5 || 30 || 15&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitPassiveLargeRadiatorGas.png]]&amp;lt;/div&amp;gt; [[Medium Radiator|Medium Convection Radiator]] || 9.38 || 3 || 1.5&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitLargeExtendableRadiator.png]]&amp;lt;/div&amp;gt; [[Large Extendable Radiator]] || 0.736 || 73.6 || &#039;&#039;950 (at 100% efficiency)&#039;&#039;*&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitTank.png]]&amp;lt;/div&amp;gt; [[Tank|Small Tank]] || 0.758 || 0.03 || 1.52&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemKitTank.png]]&amp;lt;/div&amp;gt; [[Tank|Large Tank]] || 4.24 || 0.17 || 8.49&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureInLineTankGas.png]]&amp;lt;/div&amp;gt; [[In-Line Tank Gas]] || 0.025 || 0.001 || 0.25&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureInLineTankSmallGas.png]]&amp;lt;/div&amp;gt; [[In-Line Tank Small Gas]] || 0.015 || 0.001|| 0.152&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt;&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt; &#039;&#039;Not listed in stationpedia, approximated value&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Items===&lt;br /&gt;
Note that [[Gas Tank MKII]] and liquid variant are insulated, with zeros for all values&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Item!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemGasCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Gas Canister]] || 0.04 || 0.04 || 0.081&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemLiquidCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Liquid Canister]] || 0.041|| 0.041 || 0.082&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemGasCanisterSmart.png]]&amp;lt;/div&amp;gt;[[Gas Canister (Smart)]] || 0.081 || 0.081 || 0.081&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemLiquidCanisterSmart.png]]&amp;lt;/div&amp;gt;[[Liquid Canister (Smart)]] || 0.084 || 0.084 || 0.084&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:DynamicGasCanisterEmpty.png]]&amp;lt;/div&amp;gt;[[Portable Gas Tank]] || 0.129 || 0.129 || 0.515&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[Portable Liquid Tank]] || 0.129 || 0.129 || 0.515&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Devices===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Device!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Furnace.jpg]]&amp;lt;/div&amp;gt;[[Furnace]] || 0.816 || 0.816 || 4.08&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:StructureAdvancedFurnace.png]]&amp;lt;/div&amp;gt;[[Advanced Furnace]] || 1.35 || 1.35 || 1.35&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:H2 Combustor.jpg]]&amp;lt;/div&amp;gt;[[H2 Combustor]] || 0.506 || 0.506 || 0.506&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:Electrolyzer front.png]]&amp;lt;/div&amp;gt;[[Electrolyzer]] || 0.526 || 0.526 || 0.526&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[Evaporation Chamber]] || 0.007 || || 0.747&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[Condensation Chamber]] || 0.007 || || 0.742&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHydroponicTray.png]]&amp;lt;/div&amp;gt;[[Hydroponics Tray]] || 0.014|| 0.001 || 0.145&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHydroponicTray.png]]&amp;lt;/div&amp;gt;[[Hydroponics Device]] || 0.146 || 0.146 || 0.146&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt; &#039;&#039;Blanks not listed in stationpedia, assumed to be zero&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Suits===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Suit!! Thermal Convection !! Thermal Radiation !! Solar Heating&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemSpaceHelmet.png]]&amp;lt;/div&amp;gt; [[Space Helmet]] || || || 1.26&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemEvaSuit.png]]&amp;lt;/div&amp;gt; [[EVA Suit]] || 0.205 || 0.205 || 8.19&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHardsuitHelmet.png]]&amp;lt;/div&amp;gt; [[Hardsuit Helmet]] || || || &lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemHardSuit.png]]&amp;lt;/div&amp;gt; [[Hardsuit]] || 0.062 || 0.062 || 6.23&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[HARM Helmet]] || || ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;[[HARM Suit]] || || 0.04 || 0.159&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;&amp;lt;/div&amp;gt; [[Emergency EVA Helmet]]||  ||  || 1&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;div class=&amp;quot;stationeers-icon&amp;quot;&amp;gt;[[image:ItemEmergencyEvaSuit.png]]&amp;lt;/div&amp;gt; [[Emergency EVA Suit]] || 0.132 || 0.132 || 0.662&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;small&amp;gt; &#039;&#039;Blanks not listed in stationpedia, assumed to be zero&#039;&#039;&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=23741</id>
		<title>Kit (Large Direct Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=23741"/>
		<updated>2025-10-17T03:14:07Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Added stationpedia quote, construction options and heat exchange constant.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Large Direct Heat Exchanger)&lt;br /&gt;
 | image       = &lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | constructs = &#039;&#039;&#039;Large Direct Geat Exchanger -&amp;lt;br&amp;gt;Gas + Gas&#039;&#039;&#039;,&amp;lt;br&amp;gt; &#039;&#039;&#039;Large Direct Geat Exchanger -&amp;lt;br&amp;gt;Gas + Liquid&#039;&#039;&#039;,&amp;lt;br&amp;gt; &#039;&#039;&#039;Large Direct Geat Exchanger -&amp;lt;br&amp;gt;Liquid + Liquid&#039;&#039;&#039;&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] Tier two&lt;br /&gt;
 | cost        = 10g [[Steel]], 10g [[Invar]]&lt;br /&gt;
 | prefabhash = 450164077&lt;br /&gt;
 | prefabname = ItemKitLargeDirectHeatExchanger&lt;br /&gt;
 | slot_class =&lt;br /&gt;
 | sorting_class =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Large Direct Geat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Gas&lt;br /&gt;
[[File:Stationeers large direct heat exchanger gas to gas.png|In-game screenshot showing the exhchanger gas pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to gas.png|In-game screenshot showing the exhchanger different pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Liquid + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to liquid.png|In-game screenshot showing the exhchanger liquid pipe inputs]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Wrench]]&lt;br /&gt;
| const_with_item1 = [[Kit (Pipe)]] x1&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = [[Welder]]&lt;br /&gt;
| const_with_item2 = [[Steel Sheets]] x1&lt;br /&gt;
| decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
| item_rec2        = [[Kit (Pipe)]] x1&lt;br /&gt;
&lt;br /&gt;
| const_with_tool3 = &lt;br /&gt;
| const_with_item3 = &lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| item_rec3        = [[Steel Sheets]] x1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt; Direct Heat Exchangers equalize the temperature of the two input networks. &amp;lt;/q&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Exchanges heat between two pipe networks very quickly, ~10x as fast as the [[Kit (Small Direct Heat Exchanger)‏‎|Small Direct Heat Exchanger]]. It&#039;s counterpart is the [[Kit (Counterflow Heat Exchanger)‏‎|Counterflow Heat Exchanger]]. &amp;lt;small&amp;gt;&amp;lt;sub&amp;gt;pun intended&amp;lt;/sub&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
It&#039;s purpose is to equalize the temperature of two pipe networks without allowing their contents to mix. &amp;lt;br&amp;gt;&lt;br /&gt;
The heat exchanger does not have an internal volume and instead transfers heat directly between the two input pipe networks. A meter on the side displays the heat exchange rate in joules per tick.&lt;br /&gt;
===Heat Transfer===&lt;br /&gt;
Heat will flow from warmer to colder at a rate that increases with a greater difference in temperature. Newton&#039;s law of cooling can be used to approximate the rate of heat transfer according to the equation:&amp;lt;br&amp;gt;&lt;br /&gt;
       Rate = k(T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;-T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Where: &amp;lt;br&amp;gt;&lt;br /&gt;
       k = 425 Heat Exchange constant &#039;&#039;(Rough estimate)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
       T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; = Input 1 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
       T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; = Input 2 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
== Notes ==&lt;br /&gt;
* It has no logic port&lt;br /&gt;
* Requires frame support, unlike the small heat exchanger&lt;br /&gt;
* In older versions, [[Kit (Heat Exchanger)|heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow. This feature has been consolidated in the form of the [[Kit (Counterflow Heat Exchanger)|counterflow heat exchanger]]&lt;br /&gt;
&lt;br /&gt;
=== Prefab Information ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  !! Prefab Hash !! Prefab Name&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Gas ||-1230658883||StructureLargeDirectHeatExchangeGastoGas&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Liquid ||1412338038||StructureLargeDirectHeatExchangeGastoLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Liquid to Liquid ||792686502||StructureLargeDirectHeatExchangeLiquidtoLiquid&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Counterflow_Heat_Exchanger)&amp;diff=23729</id>
		<title>Kit (Counterflow Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Counterflow_Heat_Exchanger)&amp;diff=23729"/>
		<updated>2025-10-16T07:18:26Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Created page. Also used 3-in-one structurebox like in large direct x. Provided a couple setup examples to explain how it operates.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = &lt;br /&gt;
 | name        = Kit (Counterflow Heat Exchanger)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] Tier two&lt;br /&gt;
 | cost        = 10g [[Steel]], 10g [[Invar]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | prefabhash = 6361127870&lt;br /&gt;
 | prefabname = ItemKitPassthroughHeatExchanger&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Counterflow Geat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Gas&lt;br /&gt;
[[File:Stationeers counterflow heat exchanger gas to gas.png|In game screenshot showing the gas pipe connections]]&lt;br /&gt;
Counterflow Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Liquid&lt;br /&gt;
[[File:Stationeers counterflow heat exchanger gas to liquid.png|In game screenshot showing the different pipe connections]]&lt;br /&gt;
Counterflow Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Liquid + Liquid&lt;br /&gt;
[[File:Stationeers counterflow heat exchanger liquid to liquid.png|In game screenshot showing the liquid pipe connections]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Counterflow Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Welder]]&lt;br /&gt;
| const_with_item1 = [[Steel Sheets]] x1&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Counterflow Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = &lt;br /&gt;
| const_with_item2 = &lt;br /&gt;
| decon_with_tool2 = [[Wrench]]&lt;br /&gt;
| item_rec2        = [[Steel Sheets]] x1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt;     Exchange heat from one pipe network to another. By drawing down the pressure of the outputs with a pump or regulator and regulating input pressures, the temperatures of the two counterflowing networks can be effectively exchanged.&amp;lt;br&amp;gt;&lt;br /&gt;
     Balancing the throughput of both inputs is key to creating a good exchange of temperatures.&amp;lt;/q&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;- Stationpedia&#039;&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Swaps the temperature of two input fluids, how well it does this depends on the relative flow rate of each input.&amp;lt;br&amp;gt;&lt;br /&gt;
Perfect temperature exchange is thermodynamically impossible, and doesn&#039;t happen in stationeers either. The two connections on the top are part of network 1, and the two on the bottom are part of network 2. A meter on the side displays the heat exchange rate in joules per tick as well as the throughput of input 1 and 2 in moles per tick.&lt;br /&gt;
==Usage==&lt;br /&gt;
1. The intended use case for a counterflow heat exchanger is when you have two fluids with the same thermal mass flowing at the same rate in opposite directions. In this condition the heat exchanger will swap the temperatures of the two input fluids and send them to their outputs, possibly off by a few degrees. See first [[Kit (Counterflow Heat Exchanger)#Setup|example]]. &amp;lt;br&amp;gt;&lt;br /&gt;
*This can be useful for phase change cooling loops to warm the evaporated phase before it is condensed and to cool the condensed phase before it is evaporated, improving efficiency.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
2. They are also commonly used as a more effective heat exchanger that can take greater advantage of a coolant&#039;s thermal energy and keep a consistant temperature in a pipe network. In this case fluid properties and flow rate are not the same.&amp;lt;br&amp;gt;&lt;br /&gt;
*Say you have a 20C coolant flow trying to cool down a trickle of hot waste gas down to 20C. As long as the flow &#039;&#039;(or thermal mass)&#039;&#039; of the coolant is much greater than the waste gas, the output temperature of the waste gas will always be very close to the coolant. If using the [[Kit (Large Direct Heat Exchanger)|Direct heat exchanger]] instead, the temperature would spike every time more hot gas was introduced to the network before cooling down to the temperature of the coolant again. See second [[Kit (Counterflow Heat Exchanger)#Setup|example]].&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setup===&lt;br /&gt;
* Example temerature differences are exaggerated, usually the input 1 and output 2 temperatures get very close, within tenths of a degree.&lt;br /&gt;
Example showing how the two inputs can effectively exchange their temperatures in ideal conditions.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Counter flow example diagram.png|Example of how to set up a counterflow heat exchanger]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Example showing how the initial temperature of network 1 determines the output temperature of network 2, when flowrate / thermal mass is skewed heavily in favor of network 1.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Counter flow example 2 diagram.png|Example of how to set up a counterlow heat exchanger to consistently cool hot gas]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* It has no logic port&lt;br /&gt;
* Requires frame support&lt;br /&gt;
* In older versions, [[Kit (Heat Exchanger)|heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow, but the heat swapping mechanic wasn&#039;t fleshed out. This eventually became the &#039;&#039;&#039;counterflow heat exchanger&#039;&#039;&#039; after the [[Update v0.2.4294.19984|Airflow update]].&lt;br /&gt;
&lt;br /&gt;
=== Prefab Information ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  !! Prefab Hash !! Prefab Name&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Gas ||-1674187440||StructurePassthroughHeatExchangerGasToGas&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Liquid ||1928991265||StructurePassthroughHeatExchangerGasToLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Liquid to Liquid ||-1472829583||StructurePassthroughHeatExchangerLiquidToLiquid&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Counter_flow_example_2_diagram.png&amp;diff=23728</id>
		<title>File:Counter flow example 2 diagram.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Counter_flow_example_2_diagram.png&amp;diff=23728"/>
		<updated>2025-10-16T06:54:06Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Example of how to set up a counterlow heat exchanger to consistently cool hot gas}}&lt;br /&gt;
|date=2025-10-15&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Counter_flow_example_diagram.png&amp;diff=23725</id>
		<title>File:Counter flow example diagram.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Counter_flow_example_diagram.png&amp;diff=23725"/>
		<updated>2025-10-16T05:23:16Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Example of how to set up a counterflow heat exchanger}}&lt;br /&gt;
|date=2025-10-15&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Stationeers_counterflow_heat_exchanger_liquid_to_liquid.png&amp;diff=23724</id>
		<title>File:Stationeers counterflow heat exchanger liquid to liquid.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Stationeers_counterflow_heat_exchanger_liquid_to_liquid.png&amp;diff=23724"/>
		<updated>2025-10-16T05:23:16Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=In game screenshot showing the liquid pipe connections}}&lt;br /&gt;
|date=2025-10-15&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Structures]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Stationeers_counterflow_heat_exchanger_gas_to_gas.png&amp;diff=23723</id>
		<title>File:Stationeers counterflow heat exchanger gas to gas.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Stationeers_counterflow_heat_exchanger_gas_to_gas.png&amp;diff=23723"/>
		<updated>2025-10-16T05:23:16Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=In game screenshot showing the gas pipe connections}}&lt;br /&gt;
|date=2025-10-15&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Structures]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Stationeers_counterflow_heat_exchanger_gas_to_liquid.png&amp;diff=23722</id>
		<title>File:Stationeers counterflow heat exchanger gas to liquid.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Stationeers_counterflow_heat_exchanger_gas_to_liquid.png&amp;diff=23722"/>
		<updated>2025-10-16T05:23:16Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=In game screenshot showing the different pipe connections}}&lt;br /&gt;
|date=2025-10-15&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Structures]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=23716</id>
		<title>Kit (Large Direct Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=23716"/>
		<updated>2025-10-14T07:49:16Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Fixed structure names, re-added missing prefab info in a table, updated description and added equation. Needs in game testing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = &lt;br /&gt;
 | name        = Kit (Large Direct Heat Exchanger)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] Tier two&lt;br /&gt;
 | cost        = 10g [[Steel]], 10g [[Invar]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | prefabhash = 450164077&lt;br /&gt;
 | prefabname = ItemKitLargeDirectHeatExchanger&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
Large Direct Geat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Gas&lt;br /&gt;
[[File:Stationeers large direct heat exchanger gas to gas.png|In-game screenshot showing the exhchanger gas pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Gas + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to gas.png|In-game screenshot showing the exhchanger different pipe inputs]]&lt;br /&gt;
Large Direct Heat Exchanger -&amp;lt;br&amp;gt;&lt;br /&gt;
Liquid + Liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to liquid.png|In-game screenshot showing the exhchanger liquid pipe inputs]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Wrench]]&lt;br /&gt;
| const_with_item1 = [[Kit (Pipe)]] x1&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = [[Welder]]&lt;br /&gt;
| const_with_item2 = [[Steel Sheets]] x1&lt;br /&gt;
| decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
| item_rec2        = [[Kit (Pipe)]] x1&lt;br /&gt;
&lt;br /&gt;
| const_with_tool3 = &lt;br /&gt;
| const_with_item3 = &lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| item_rec3        = [[Steel Sheets]] x1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Exchanges heat between two pipe networks very quickly, ~10x as fast as the [[Kit (Small Direct Heat Exchanger)‏‎|Small Direct Heat Exchanger]]. It&#039;s counterpart is the [[Kit (Counterflow Heat Exchanger)‏‎|Counterflow Heat Exchanger]]. &amp;lt;small&amp;gt;&amp;lt;sub&amp;gt;pun intended&amp;lt;/sub&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
It&#039;s purpose is to equalize the temperature of two pipe networks without allowing their contents to mix. &amp;lt;br&amp;gt;&lt;br /&gt;
The kit produces 3 versions, gas to gas, gas to liquid and liquid to liquid. The heat exchanger itself does not have an internal volume and instead transfers heat directly between the two input pipe networks. A meter on the side displays the heat exchange rate in joules per tick.&lt;br /&gt;
===Heat Transfer===&lt;br /&gt;
Heat will flow from warmer to colder at a rate that increases with a greater difference in temperature. Newton&#039;s law of cooling can presumably be used to approximate the rate of heat transfer according to the equation:&amp;lt;br&amp;gt;&lt;br /&gt;
       Rate = k(T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;-T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Where: &amp;lt;br&amp;gt;&lt;br /&gt;
       k = ? &#039;&#039;(to be determined)&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
       T&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; = Input 1 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
       T&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; = Input 2 Temperature &amp;lt;br&amp;gt;&lt;br /&gt;
== Notes ==&lt;br /&gt;
* It has no logic port&lt;br /&gt;
* Requires frame support, unlike the small heat exchanger&lt;br /&gt;
* In older versions, [[Kit (Heat Exchanger)|heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow. This feature has been consolidated in the form of the [[Kit (Counterflow Heat Exchanger)|counterflow heat exchanger]]&lt;br /&gt;
&lt;br /&gt;
=== Prefab Information ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  !! Prefab Hash !! Prefab Name&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Gas ||-1230658883||StructureLargeDirectHeatExchangeGastoGas&lt;br /&gt;
|-&lt;br /&gt;
| Gas to Liquid ||1412338038||StructureLargeDirectHeatExchangeGastoLiquid&lt;br /&gt;
|-&lt;br /&gt;
| Liquid to Liquid ||792686502||StructureLargeDirectHeatExchangeLiquidtoLiquid&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=23715</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=23715"/>
		<updated>2025-10-14T05:25:13Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Replaced old heat exchanger links with new heat exchanger varieties.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;small-12 column main-banner text-center&amp;quot;&amp;gt;&lt;br /&gt;
            [[Image:Wiki_home_banner.png|center|link=https://stationeers.com/]]&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-4 column&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&#039;&#039;&#039;Welcome to the unofficial Stationeers Community Wiki!&#039;&#039;&#039;&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&lt;br /&gt;
                [[Special:MyLanguage/Stationeers|Stationeers]] is being developed by RocketWerkz Ltd., directed by Dean &#039;rocket2guns&#039; Hall.&lt;br /&gt;
                To obtain your Early Access copy, please go to [http://store.steampowered.com/app/544550/Stationeers/ Steam] for your purchase. You can also check out the published [https://store.steampowered.com/dlc/544550/ DLCs] to support the team or slightly alter your gameplay experience.&amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
                Keep in touch on [https://discordapp.com/invite/stationeers Discord], [https://www.reddit.com/r/Stationeers/ Reddit] or check out [https://twitter.com/stationeers Twitter/X].&amp;lt;br&amp;gt;&lt;br /&gt;
                &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--T:110--&amp;gt;&lt;br /&gt;
            The latest updates can also be found on [https://store.steampowered.com/news/app/544550?updates=true Stationeers News-Hub on Steam].&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-4 column&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&#039;&#039;&#039;Stationeers needs you!&#039;&#039;&#039;&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&lt;br /&gt;
                Stationeers is a small niche project. The developers know times are tough and their project isn&#039;t for everyone. So if you like the work they do, everyone would love to encourage you to spread the word, grab their supporter [https://store.steampowered.com/dlc/544550/ DLCs], and watch Stationeers content creators on places like twitch and youtube. RocketWerkz wants to keep developing this game for many years, well beyond any early access release and to do this they need your support.&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-4 column&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;&lt;br /&gt;
                [[Image:We need you banner.png|link=https://store.steampowered.com/dlc/544550/]]&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;!-- ABOVE: Welcome-section --&amp;gt;&lt;br /&gt;
&amp;lt;!-- COMMENTSECTION FOR NAVIGATION --&amp;gt;&lt;br /&gt;
&amp;lt;!-- BELOW: First row of &amp;quot;buttons&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; font-size:120%; font-weight:bold; margin:10px 0;&amp;quot;&amp;gt;&lt;br /&gt;
  Current stable version is: [[Updates_Overview|v0.2.5919.26060]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{DISPLAYTITLE:Stationeers Updates}}&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&#039;&#039;&#039;General Overview&#039;&#039;&#039;&amp;lt;/h4&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Stationeers]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Stationeers|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;The Game&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Guides_and_Tutorials]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Guides_and_Tutorials|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Guides &amp;amp;&amp;lt;br&amp;gt;Tutorials&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Worlds]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Worlds|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Worlds&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&#039;&#039;Placeholder&#039;&#039;&amp;lt;/h4&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Universe_and_Lore]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Universe_and_Lore|&amp;lt;span style=&amp;quot;color:white;&amp;quot;&amp;gt;Universe&amp;lt;br&amp;gt;&amp;amp; Lore&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Updates_Overview]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Updates_Overview|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Updates&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;!-- ABOVE: First row of &amp;quot;buttons&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- COMMENTSECTION FOR NAVIGATION --&amp;gt;&lt;br /&gt;
&amp;lt;!-- BELOW: Second row of &amp;quot;buttons&amp;quot; --&amp;gt;&lt;br /&gt;
    &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&#039;&#039;&#039;Resources &amp;amp; Materials&#039;&#039;&#039;&amp;lt;/h4&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Ores]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Ores|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Ores&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Ingots]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Ingots|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Ingots&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Gases_and_Liquids]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Gases_and_Liquids|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Gases &amp;amp;&amp;lt;br&amp;gt;Liquids&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Equipment]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Equipment|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Equipment&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Rocketry]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
            &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Rocketry|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Rocketry&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 column&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&#039;&#039;Placeholder&#039;&#039;&amp;lt;/h4&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;!-- ABOVE: Second row of &amp;quot;buttons&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- COMMENTSECTION FOR NAVIGATION --&amp;gt;&lt;br /&gt;
&amp;lt;!-- BELOW: Third row of &amp;quot;buttons&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;large-6 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Basebuilding&amp;lt;/b&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;large-4 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Structures]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Structures|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Structures&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;large-4 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Furniture]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Furniture|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Furniture&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;large-4 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Data_Network_Colors]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
        &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Data_Network_Colors|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Data Net. Colors&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;large-6 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Creatures, Plants &amp;amp; Food&amp;lt;/b&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;large-4 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Animals]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
          &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Animals|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Animals&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-4 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Plants]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
          &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Plants|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Plants&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-4 column&amp;quot; &amp;quot;style=&amp;quot;position: relative; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;h4 class=&amp;quot;subheader&amp;quot;&amp;gt;[[Image:Main Menu Button.png|center|link=https://stationeers-wiki.com/Food]]&amp;lt;/h4&amp;gt;&lt;br /&gt;
          &amp;lt;div style=&amp;quot;position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:140%; font-weight:bold; text-align: center;&amp;quot;&amp;gt;[[Food|&amp;lt;span style=&amp;quot;color:white&amp;quot;&amp;gt;Food&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;!-- ABOVE: Third row of &amp;quot;buttons&amp;quot; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- COMMENTSECTION FOR NAVIGATION --&amp;gt;&lt;br /&gt;
&amp;lt;!-- BELOW: List of pages in &amp;quot;old&amp;quot; style --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-4 medium-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h3 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-thermometer fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Atmospherics&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Pipes&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe)|Pipe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Pipe)|Liquid Pipe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Insulated Pipe|Insulated Pipe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Insulated Liquid Pipe|Insulated Liquid Pipe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe Organ)|Pipe Organ]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe Label)|Pipe Label]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Vents&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Active Vent)|Active Vent]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Passive Vent)|Passive Vent]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe Cowl)|Pipe Cowl]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Regulators&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Digital Valve)|Digital Valve]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Liquid Digital Valve|Liquid Digital Valve]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Gas Mixer)|Gas Mixer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pipe Valve|Pipe Valve]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/One Way Valve (Gas)|One Way Valve (Gas)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Purge Valve|Purge Valve (Liquid to Gas)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Condensation Valve|Condensation_Valve (Gas to Liquid)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Expansion Valve|Expansion Valve (Liquid to Gas)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Pipe Valve)|Liquid Valve]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Pipe Valve)|One Way Valve (Liquid)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pressure Regulator)|Pressure Regulator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Regulator)|Liquid Pressure Regulator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pressure Regulator)|Back Pressure Regulator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Regulator)|Liquid Back Pressure Regulator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Volume Pump)|Volume Pump]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Turbo Volume Pump - Gas)|Turbo Volume Pump (Gas)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Volume Pump)|Liquid Volume Pump]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Turbo Volume Pump - Liquid)|Turbo Volume Pump (Liquid)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Radiators&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Radiator)|Radiator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Radiator)|Liquid Radiator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Wall Cooler)|Wall Cooler]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Wall Cooler)|Liquid Wall Cooler]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Wall Heater)|Wall Heater]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Small Direct Heat Exchanger)|Small Direct Heat Exchanger]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Large Direct Heat Exchanger)|Large Direct Heat Exchanger]]&amp;lt;/li&amp;gt;&lt;br /&gt;
		        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Counterflow Heat Exchanger)|Counterflow Heat Exchanger]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Processors&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Atmospherics)|Air Conditioner]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Atmospherics)|Electrolyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Atmospherics)|Filtration]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Atmospherics)|H2 Combustor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Portable Air Conditioner)|Portable Air Conditioner]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Portable Scrubber)|Portable Scrubber]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ice Crusher)|Ice Crusher]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Analyzers&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe Analyzer)|Pipe Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/kit (Liquid Pipe Analyzer)|Liquid Pipe Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe Meter)|Pipe Meter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/kit (Liquid Pipe Meter)|Liquid Pipe Meter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&amp;lt;li&amp;gt;Storage&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Canister|Canister]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Gas Canister (Smart)|Gas Canister (Smart)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Liquid Canister|Liquid Canister]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Liquid Canister (Smart)|Liquid Canister (Smart)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Canister Storage)|Canister Storage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Tank Storage)|Liquid Tank Storage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Portable Tank)|Portable Tank]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Portable Tank Mk2)|Portable Tank Mk2 (Empty)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Portable Liquid Tank)|Portable Liquid Tank (Empty)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Portable Liquid Tank Mk2)|Portable Liquid Tank Mk2 (Empty)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Tank)|Large Tank]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Tank)|Small Tank]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Tank Big)|Liquid Tank Big]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Tank Small)|Liquid Tank Small]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Tank Connector)|Tank Connector]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (SDB Silo)|SDB Silo]]&amp;lt;/li&amp;gt;				&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Filter|Filters]]&amp;lt;/li&amp;gt;&lt;br /&gt;
		    &amp;lt;li&amp;gt;Other&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Liquid Drain)|Liquid Drain]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Pipe Heater|Pipe Heater (Gas)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Pipe Heater|Pipe Heater (Liquid)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
		    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-2 medium-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h3 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-cogs fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Power&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-12 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Batteries&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Battery Cell (Large)|Battery Cell (Large)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Battery Cell (Nuclear)|Battery Cell (Nuclear)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Battery Cell (Small)|Battery Cell (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Battery Wireless Cell (Large)|Battery Wireless Cell (Large)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Battery Wireless Cell (Small)|Battery Wireless Cell (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Battery)|Stationary Battery]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Battery Large)|Stationary Battery Large]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Battery Charger)|Battery Charger]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Battery Charger Small|Battery Charger (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Cables&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cable Coil|Cable Coil]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cable Coil (Heavy)|Cable Coil (Heavy)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Cable Analyser)|Cable Analyser]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Cable Fuses)|Cable Fuses]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Power Connector|Power Connector]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Generators&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Gas Fuel Generator)|Gas Fuel Generator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Portable Generator)|Portable Generator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Solar Panel)|Solar Panel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Wind Turbine)|Wind Turbine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Upright Wind Turbine|Upright Wind Turbine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Solid Generator)|Solid Generator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Stirling Engine|Stirling Engine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Portable Solar Panel|Portable Solar Panel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/RTG|RTG]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Regulators&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Power Controller)|Power Controller]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/PowerTransmitter|Power Transmitter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Transformer)|Transformer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Transformer Small)|Transformer Small]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:83--&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-6 medium-4 columns&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h3 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-cogs fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Electronics&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-4 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard|Circuitboards]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Advanced Airlock)|Advanced Airlock]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Air Control)|Air Control]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Airlock)|Airlock]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Door Control)|Door Control]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Gas Display)|Gas Display]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Graph Display)|Graph Display]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Hash  Display)|Hash Display]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Mode Control)|Mode Control]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Power Control)|Power Control]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Ship Display)|Ship Display]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Circuitboard (Solar Control)|Solar Control]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Integrated Circuit (IC10)|Integrated Circuits]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Integrated Circuit (IC10)|Integrated Circuit (IC10)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (IC Housing)|IC Housing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Consoles)|Consoles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Consoles)|Console]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Consoles)|Console Dual]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Consoles)|Console Monitor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Consoles)|LED Display]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-4 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Logic I/O&#039;s]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Batch Reader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Batch Slot Reader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Batch Writer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Logic Mirror]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Logic Writer Switch]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Reader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Reagent Reader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Slot Reader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic I/O)|Writer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Memory)|Logic Memory]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Memory)|Hash Generator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Memory)|Logic Memory]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Processor)|Logic Processors]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Processor)|Logic Compare]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Processor)|Logic Math]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Processor)|Logic Min/Max]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Processor)|Logic Select]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Processor)|Math Unary]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Switch)|Logic Switches]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Switch)|Button]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Switch)|Dial]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Switch)|Lever]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Logic Switch)|Switch]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Logic_Transmitter)|Logic Transmitters]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Logic_Transmitter)|Logic Transmitter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-4 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Motherboard|Motherboards]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Motherboard (Communications)|Communications]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Motherboard (IC Editor)|IC Editor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Motherboard (Logic)|Logic]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Motherboard (Sorter)|Sorter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Sensors|Sensors]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Sensors)|Daylight Sensor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Sensors)|Gas Sensor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Sensors)|Motion Sensor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Trigger Plate)|Trigger Plate (Large)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Trigger Plate)|Trigger Plate (Medium)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Trigger Plate)|Trigger Plate (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Others&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Beacon)|Beacon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Computer)|Computer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Laptop|Laptop]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Igniter)|Igniter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Speaker)|Klaxon Speaker]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Satellite_Dish)|Satellite Dish]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Weather Station)|Weather Station]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Electronic Parts]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;!--T:70--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;large-4 medium-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h3 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-cogs fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Manufacturing&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Fabricators&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Autolathe|Autolathe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Electronics_Printer|Electronics Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hydraulic_Pipe_Bender|Hydraulic Pipe Bender]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tool_Manufactory|Tool Manufactory]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Security_Printer|Security Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Automated_Oven|Automated Oven]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Advanced_Packaging_Machine|Automated Packaging Machine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Rocket_Manufactory|Rocket Manufactory]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Fabricators Mods&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Autolathe Printer Mod]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Electronic Printer Mod]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Pipe Bender Mod]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Tool Printer Mod]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Plant Fertilizers Production&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Portable Composter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Advanced Composter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;The (L)inear (Ar)ticulated (R)ail (E)ntity or LArRE&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[LArRE]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Kit (LArRE Dock Hydroponics)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Kit (LArRE Dock Collector)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Kit (LArRE Dock Cargo)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Kit (LArRE Dock Bypass)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Kit (LArRE Dock Atmo)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt; &lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Appliances&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Chemistry Station|Chemistry Station]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Microwave|Microwave]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Paint Mixer|Paint Mixer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Reagent Processor|Reagent Processor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Smelting&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Advanced Furnace)|Advanced Furnace]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Arc Furnace)|Arc Furnace]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Furnace)|Furnace]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Recycling&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Centrifuge)|Centrifuge]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Combustion Centrifuge|Combustion Centrifuge]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Recycler)|Recycler]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Regulators&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Chutes)|Chutes]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Conveyors)|Conveyors]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Sorter)|Sorter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Stacker)|Stacker]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Vending Machine)|Vending Machine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Vending Machine Refrigerated)|Vending Machine Refrigerated]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(SDB_Hopper)|SDB Hopper]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(SDB_Hopper)|SDB Hopper Advanced]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                   &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:72--&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;medium-2 columns&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h3 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-building fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Unsorted pages&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-12 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Mining&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Kit (Auto Miner Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Kit (OGRE)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[AIMEe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Deep Miner]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Sheets&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Glass Sheets|Glass Sheets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Iron Sheets|Iron Sheets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Plastic Sheets|Plastic Sheets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Steel Sheets|Steel Sheets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Trading|Trading]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Landing_Pad)|Landing Pad (old)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Landing_Pad_Basic)|Landing Pad Basic]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Landing_Pad_Atmospherics)|Landing Pad Atmospherics]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Landing_Pad_Runway)|Landing Pad Runway]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Lander|Lander]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Trader|Trader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:92--&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;medium-6 columns&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;h3 class=&amp;quot;subheader&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fa fa-cogs fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Farming, Plants, Animals &amp;amp; Foods&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-4 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Creatures&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Human|Human]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Zrilian|Zrilian]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/H.E.M. Droid|H.E.M. Droid]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Skeleton|Skeleton]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Chick|Chick]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Chicken|Chicken]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fertilized Egg|Fertilized Egg]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Cooked Foods&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Baked Potato|Baked Potato]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cake|Cake]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cereal Bar|Cereal Bar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Chocolate Bar|Chocolate Bar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Chocolate Cereal Bar|Chocolate Cereal Bar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Chocolate Cake|Chocolate Cake]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Bread Loaf|Bread Loaf]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fries|Fries]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Milk|Milk]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Muffin|Muffin]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pumpkin Pie|Pumpkin Pie]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tomato Soup|Tomato Soup]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pumpkin Soup|Pumpkin Soup]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Corn Soup|Corn Soup]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-4 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Ingredients&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Egg|Egg]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Egg Carton|Egg Carton]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Flour|Flour]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Soy Oil|Soy Oil]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Sugar|Sugar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Empty Can|Empty Can]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Reagents]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Carbon Powder|Carbon Powder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cobalt Powder|Cobalt Powder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cocoa Powder|Cocoa Powder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Electrum Powder|Electrum Powder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fenoxitone Powder|Fenoxitone Powder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Gold Powder|Gold Powder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Invar Powder|Invar Powder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Silver Powder|Silver Powder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Medical&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pill (Medical)|Pill (Medical)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pill (Paralysis)|Pill (Paralysis)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-4 columns&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Hydroponics&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Hydroponics)|Automated Hydroponics]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hydroponics Station|Hydroponics Station]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Hydroponic Tray)|Hydroponic Tray]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Portable Hydroponics)|Portable Hydroponics]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Advanced Composter)|Advanced Composter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Portable Composter|Portable Composter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Harvie)|Harvie]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Grow Light)|Grow Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Plants&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Alien Mushroom|Alien Mushroom]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Blueberry|Blueberry]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cocoa|Cocoa]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Corn|Corn]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fern|Fern]]s&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Flax|Flax]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Flower|Flower]]s&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Gorse|Gorse]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Grass|Grass]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mushroom|Mushroom]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Potato|Potato]]es&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pumpkin|Pumpkin]]s&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Rice|Rice]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Soybean|Soybean]]s&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Strawberry|Strawberry]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Sugarcane|Sugarcane]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Switch Grass|Switch Grass]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tomato|Tomato]]es&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Watermelon|Watermelon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Wheat|Wheat]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Thermogenic plants|Thermogenic plants]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                   &amp;lt;/ul&amp;gt;&lt;br /&gt;
		   &amp;lt;li&amp;gt;Other&amp;lt;/li&amp;gt;&lt;br /&gt;
                   &amp;lt;ul style=&amp;quot;margin-left:8px;&amp;quot;&amp;gt;&lt;br /&gt;
		        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Planter)|Planter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
	           &amp;lt;/ul&amp;gt;&lt;br /&gt;
		   &amp;lt;li&amp;gt;[[Genetics]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;/ul&amp;gt;&lt;br /&gt;
            &amp;lt;/div&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=23714</id>
		<title>Kit (Large Direct Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=23714"/>
		<updated>2025-10-14T01:29:03Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Trying different formatting, 3 similar structures combined into one structure box, forgoing logic data. Corrected template type, added construction info.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = &lt;br /&gt;
 | name        = Kit (Large Direct Heat Exchanger)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] Tier two&lt;br /&gt;
 | cost        = 10g [[Steel]], 10g [[Invar]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | prefabhash = 450164077&lt;br /&gt;
 | prefabname = ItemKitLargeDirectHeatExchanger&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
| name             = &lt;br /&gt;
large direct heat exchanger gas to gas&lt;br /&gt;
[[File:Stationeers large direct heat exchanger gas to gas.png|In-game screenshot showing the exhchanger gas pipe inputs]]&lt;br /&gt;
large direct heat exchanger liquid to gas&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to gas.png|In-game screenshot showing the exhchanger different pipe inputs]]&lt;br /&gt;
large direct heat exchanger liquid to liquid&lt;br /&gt;
[[File:Stationeers large direct heat exchanger liquid to liquid.png|In-game screenshot showing the exhchanger liquid pipe inputs]]&lt;br /&gt;
| prefab_hash      = Varies&lt;br /&gt;
| prefab_name      = Varies&lt;br /&gt;
| placed_with_item = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
| placed_on_grid   = Small Grid&lt;br /&gt;
&lt;br /&gt;
| const_with_tool1 = [[Wrench]]&lt;br /&gt;
| const_with_item1 = [[Kit (Pipe)]] x1&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| item_rec1        = &#039;&#039;&#039;Kit (Large Direct Heat Exchanger)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
| const_with_tool2 = [[Welder]]&lt;br /&gt;
| const_with_item2 = [[Steel Sheets]] x1&lt;br /&gt;
| decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
| item_rec2        = [[Kit (Pipe)]] x1&lt;br /&gt;
&lt;br /&gt;
| const_with_tool3 = &lt;br /&gt;
| const_with_item3 = &lt;br /&gt;
| decon_with_tool3 = [[Hand Drill]]&lt;br /&gt;
| item_rec3        = [[Steel Sheets]] x1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Exchanges heat between two pipe networks very quickly, ~10x as fast as the [[Kit (Small Direct Heat Exchanger)‏‎|Small Direct Heat Exchanger]]. It&#039;s counterpart is the [[Kit (Counterflow Heat Exchanger)‏‎|Counterflow Heat Exchanger]]. &amp;lt;small&amp;gt;&amp;lt;sub&amp;gt;pun intended&amp;lt;/sub&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
It&#039;s purpose is to equalize the temperature of two pipe networks without allowing their contents to mix. &amp;lt;br&amp;gt;&lt;br /&gt;
The kit produces 3 versions, gas to gas, gas to liquid and liquid to liquid. Each version has 2 pipe connections for pipe atmospheres whose contents&#039; heat will be exchanged. The heat exchanger itself does not have an internal volume and instead acts directly on the input pipe networks. A meter on the side displays the heat exchange rate in joules (per tick?).&amp;lt;br&amp;gt;&lt;br /&gt;
== Notes ==&lt;br /&gt;
* It has no logic port&lt;br /&gt;
* Requires frame support, unlike the small heat exchanger&lt;br /&gt;
* In older versions, [[Kit (Heat Exchanger)|heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow. This feature has been consolidated in the form of the [[Kit (Counterflow Heat Exchanger)|counterflow heat exchanger]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Talk:Gas_Mixer&amp;diff=23712</id>
		<title>Talk:Gas Mixer</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Talk:Gas_Mixer&amp;diff=23712"/>
		<updated>2025-10-12T06:23:11Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Created page with &amp;quot;Hey, SchlauFuchs I&amp;#039;m not sure if you saw this but there is a page Pipe Gas Mixer already. Maybe you could make a redirect to it / on the pages that previously linked Gas...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey, SchlauFuchs I&#039;m not sure if you saw this but there is a page [[Pipe Gas Mixer]] already. Maybe you could make a redirect to it / on the pages that previously linked [[Gas Mixer]]? [[User:Banangecko|Banangecko]] ([[User talk:Banangecko|talk]]) 01:23, 12 October 2025 (CDT)&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=23695</id>
		<title>Kit (Large Direct Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Large_Direct_Heat_Exchanger)&amp;diff=23695"/>
		<updated>2025-10-11T08:32:30Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Created page, linked to other heat exchangers and attatched images. Needs a kit icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = &lt;br /&gt;
 | name        = Kit (Large Direct Heat Exchanger)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]] Tier two&lt;br /&gt;
 | cost        = 10g [[Steel]], 10g [[Invar]]&lt;br /&gt;
 | stacks      = No&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | prefabhash = 450164077&lt;br /&gt;
 | prefabname = ItemKitLargeDirectHeatExchanger&lt;br /&gt;
}}&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:Stationeers large direct heat exchanger gas to gas.png|In-game screenshot showing the exhchanger gas pipe inputs]]&lt;br /&gt;
 | name        = Large Direct Heat Exchanger - Gas + Gas&lt;br /&gt;
 | prefabhash = -1230658883&lt;br /&gt;
 | prefabname = StructureLargeDirectHeatExchangeGastoGas&lt;br /&gt;
}}&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:Stationeers large direct heat exchanger liquid to gas.png|In-game screenshot showing the exhchanger different pipe inputs]]&lt;br /&gt;
 | name        = Large Direct Heat Exchanger - Gas + Liquid&lt;br /&gt;
 | placed     = small grid&lt;br /&gt;
 | prefabhash = 1412338038&lt;br /&gt;
 | prefabname = StructureLargeDirectHeatExchangeGastoLiquid&lt;br /&gt;
}}&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:Stationeers large direct heat exchanger liquid to liquid.png|In-game screenshot showing the exhchanger liquid pipe inputs]]&lt;br /&gt;
 | name        = Large Direct Heat Exchanger - Liquid + Liquid&lt;br /&gt;
 | prefabhash = 792686502&lt;br /&gt;
 | prefabname = StructureLargeDirectHeatExchangeLiquidtoLiquid&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Exchanges heat between two pipe networks very quickly, ~10x as fast as the [[Kit (Small Direct Heat Exchanger)‏‎|Small Direct Heat Exchanger]]. It&#039;s counterpart is the [[Kit (Counterflow Heat Exchanger)‏‎|Counterflow Heat Exchanger]]. &amp;lt;small&amp;gt;&amp;lt;sub&amp;gt;pun intended&amp;lt;/sub&amp;gt;&amp;lt;/small&amp;gt;&lt;br /&gt;
==Usage==&lt;br /&gt;
It&#039;s purpose is to equalize the temperature of two pipe networks without allowing their contents to mix. &amp;lt;br&amp;gt;&lt;br /&gt;
The kit produces 3 versions, gas to gas, gas to liquid and liquid to liquid. Each version has 2 pipe connections for pipe atmospheres whose contents&#039; heat will be exchanged. The heat exchanger itself does not have an internal volume and instead acts directly on the input pipe networks. A meter on the side displays the heat exchange rate in joules (per tick?).&amp;lt;br&amp;gt;&lt;br /&gt;
== Notes ==&lt;br /&gt;
* It has no logic port&lt;br /&gt;
* Requires frame support, unlike the small heat exchanger&lt;br /&gt;
* In older versions, [[Kit (Heat Exchanger)|heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow. This feature has been consolidated in the form of the [[Kit (Counterflow Heat Exchanger)|counterflow heat exchanger]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Stationeers_large_direct_heat_exchanger_gas_to_gas.png&amp;diff=23694</id>
		<title>File:Stationeers large direct heat exchanger gas to gas.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Stationeers_large_direct_heat_exchanger_gas_to_gas.png&amp;diff=23694"/>
		<updated>2025-10-11T07:47:20Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=screenshot showing the exhchanger gas pipe inputs}}&lt;br /&gt;
|date=2025-10-11&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures]]&lt;br /&gt;
[[Category:Atmospherics]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Stationeers_large_direct_heat_exchanger_liquid_to_gas.png&amp;diff=23693</id>
		<title>File:Stationeers large direct heat exchanger liquid to gas.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Stationeers_large_direct_heat_exchanger_liquid_to_gas.png&amp;diff=23693"/>
		<updated>2025-10-11T07:47:20Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=screenshot showing the exhchanger different pipe inputs}}&lt;br /&gt;
|date=2025-10-11&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures]]&lt;br /&gt;
[[Category:Atmospherics]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Stationeers_large_direct_heat_exchanger_liquid_to_liquid.png&amp;diff=23692</id>
		<title>File:Stationeers large direct heat exchanger liquid to liquid.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Stationeers_large_direct_heat_exchanger_liquid_to_liquid.png&amp;diff=23692"/>
		<updated>2025-10-11T07:47:20Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=screenshot showing the exhchanger liquid pipe inputs}}&lt;br /&gt;
|date=2025-10-11&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Structures]]&lt;br /&gt;
[[Category:Atmospherics]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Small_Direct_Heat_Exchanger)&amp;diff=23667</id>
		<title>Kit (Small Direct Heat Exchanger)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Small_Direct_Heat_Exchanger)&amp;diff=23667"/>
		<updated>2025-10-09T00:09:50Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: Added screenshots, kit image still needed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = &lt;br /&gt;
 | name        = Kit (Small Direct Heat Exchanger)&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 5g [[Copper]], 3g [[Steel]]&lt;br /&gt;
 | stacks      = Yes (10)&lt;br /&gt;
 | paintable   = Yes&lt;br /&gt;
 | prefabhash = -1332682164&lt;br /&gt;
 | prefabname = ItemKitSmallDirectHeatExchanger&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:Small direct heat exchanger gas to gas.png|in-game screenshot showing gas pipe inputs and meter]]&lt;br /&gt;
 | name        = Small Direct Heat Exchanger - Gas + Gas&lt;br /&gt;
 | prefabhash = 1310303582&lt;br /&gt;
 | prefabname = StructureSmallDirectHeatExchangeGastoGas&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:Small direct heat exchanger liquid to gas.png|in-game screenshot showing different pipe inputs and meter]]&lt;br /&gt;
 | name        = Small Direct Heat Exchanger - Liquid + Gas&lt;br /&gt;
 | prefabhash = 1825212016&lt;br /&gt;
 | prefabname = StructureSmallDirectHeatExchangeLiquidtoGas&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | image       = [[File:Small direct heat exchanger liquid to liquid.png|in-game screenshot showing liquid pipe inputs and meter]]&lt;br /&gt;
 | name        = Small Direct Heat Exchanger - Liquid + Liquid&lt;br /&gt;
 | prefabhash = -507770416&lt;br /&gt;
 | prefabname = StructureSmallDirectHeatExchangeLiquidtoLiquid&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Exchanges heat between two pipe netowrks. It&#039;s next upgrade is the [[Kit (Large Direct Heat Exchanger)‏‎| Large Direct Heat Exchanger]]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The kit produces 3 versions, gas to gas, liquid to gas and liquid to liquid. Each version has 2 pipe connections for pipe atmospheres whose contents&#039; heat will be exchanged. The heat exchanger itself does not have an internal volume and instead acts directly on the input pipe networks. A meter on the side displays the heat exchange rate in joules (per tick?).&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
In older versions, [[Kit (Heat Exchanger) |heat exchangers]] had 2 inputs and 2 outputs intended for active liquid flow. This feature has been consolidated in the form of the [[Kit (Counterflow Heat Exchanger)‏‎| counterflow heat exchanger]].&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Small_direct_heat_exchanger_gas_to_gas.png&amp;diff=23666</id>
		<title>File:Small direct heat exchanger gas to gas.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Small_direct_heat_exchanger_gas_to_gas.png&amp;diff=23666"/>
		<updated>2025-10-08T23:50:41Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=in-game screenshot showing gas pipe inputs and meter}}&lt;br /&gt;
|date=2025-10-08&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Structures]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Small_direct_heat_exchanger_liquid_to_liquid.png&amp;diff=23665</id>
		<title>File:Small direct heat exchanger liquid to liquid.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Small_direct_heat_exchanger_liquid_to_liquid.png&amp;diff=23665"/>
		<updated>2025-10-08T23:50:41Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=in-game screenshot showing liquid pipe inputs and meter}}&lt;br /&gt;
|date=2025-10-08&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Structures]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:Small_direct_heat_exchanger_liquid_to_gas.png&amp;diff=23664</id>
		<title>File:Small direct heat exchanger liquid to gas.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:Small_direct_heat_exchanger_liquid_to_gas.png&amp;diff=23664"/>
		<updated>2025-10-08T23:50:41Z</updated>

		<summary type="html">&lt;p&gt;Banangecko: User created page with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=in-game screenshot showing different pipe inputs and meter}}&lt;br /&gt;
|date=2025-10-08&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Banangecko|Banangecko]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{licensing|generic}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Structures]]&lt;/div&gt;</summary>
		<author><name>Banangecko</name></author>
	</entry>
</feed>