<?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=Halavus</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=Halavus"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Halavus"/>
	<updated>2026-04-04T02:38:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Sorter&amp;diff=27378</id>
		<title>Sorter</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Sorter&amp;diff=27378"/>
		<updated>2026-03-30T12:02:58Z</updated>

		<summary type="html">&lt;p&gt;Halavus: /* Data Slots */ Removed Data disk and cleaned table to match Stationpedia.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Structurebox&lt;br /&gt;
| name = Sorter&lt;br /&gt;
| image = [[File:StructureSorter.png]]&lt;br /&gt;
| prefab_hash = -1009150565&lt;br /&gt;
| prefab_name = StructureSorter&lt;br /&gt;
| power_usage = 5W&lt;br /&gt;
| placed_on_grid = Small Grid&lt;br /&gt;
| decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
| placed_with_item = [[Kit (Sorter)]]&lt;br /&gt;
| item_rec1 = [[Kit (Sorter)]]&lt;br /&gt;
}}&lt;br /&gt;
{{Distinguish|Logic Sorter}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;q&amp;gt;No amount of automation is complete without some way of moving different items to different parts of a system. The [[Xigo (Faction)|Xigo]] A2B sorter can be programmed via a computer with a [[Sorter Motherboard]] to direct various items into different chute networks. Filtered items are always passed out the righthand side of the sorter, while non filtered items continue straight through.&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;
&lt;br /&gt;
&#039;&#039;&#039;Mode 0 (Split):&#039;&#039;&#039; Items alternate between output lanes automatically. The Output property switches between 0 and 1 after each item.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mode 1 (Filter):&#039;&#039;&#039; Requires a [[computer]] with a [[Motherboard|Motherboard (Sorter)]]. Whitelisted items exit one lane, all others exit the alternate lane. When facing the output side (power switch on your right), whitelisted items exit left, rejected items exit right. &#039;&#039;&#039;Note:&#039;&#039;&#039; Some players report issues with the Motherboard (Sorter) interface. Consider using Mode 2 (Logic) with [[IC10]] as a more reliable alternative.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mode 2 (Logic):&#039;&#039;&#039; The sorter waits for [[IC10]] or logic chips to set the Output parameter (0 or 1) before releasing each item. After the item exits, Output resets to -1 automatically. Your controller must set Output for every item - this is intended behavior, not a bug. See [[#Example IC10 sorting script|Example IC10 sorting script]] below for a working implementation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Output orientation:&#039;&#039;&#039; When facing outputs with power switch on your right: Output 0 exits right (near power switch), Output 1 exits left.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters|&lt;br /&gt;
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Sorter is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}}&lt;br /&gt;
{{Data Parameters/row|Mode|Integer|The mode of the Sorter, &#039;&#039;&#039;Split&#039;&#039;&#039; does alternate outputs, &#039;&#039;&#039;Filter&#039;&#039;&#039; decides output via [[Motherboard (Sorter)]], &#039;&#039;&#039;Logic&#039;&#039;&#039; determines output via parameter &#039;&#039;&#039;Output&#039;&#039;&#039;|multiple=3|0|Split|1|Filter|2|Logic}}&lt;br /&gt;
{{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;|1|Error}}&lt;br /&gt;
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Sorter.|multiple=2|0|Unlocked|1|Locked}}&lt;br /&gt;
{{Data Parameters/row|On|Boolean|The current state of the Sorter.|multiple=2|0|Off|1|On}}&lt;br /&gt;
{{Data Parameters/row|RequiredPower|Integer|w=0|Idle operating power quantity, does not necessarily include extra demand power}}&lt;br /&gt;
{{Data Parameters/row|ClearMemory|Integer|r=0|When set to 1, clears the counter memory (e.g. ExportCount). Will set itself back to 0 when actioned}}&lt;br /&gt;
{{Data Parameters/row|ExportCount|Integer|w=0|How many items exported since last ClearMemory}}&lt;br /&gt;
{{Data Parameters/row|ImportCount|Integer|w=0|How many items imported since last ClearMemory}}&lt;br /&gt;
{{Data Parameters/row|Output|Integer|&amp;lt;div&amp;gt;Decides which side the next item will be sent to.&amp;lt;br&amp;gt;&lt;br /&gt;
In &#039;&#039;&#039;Logic&#039;&#039;&#039; mode, defaults to -1 after action. In &#039;&#039;&#039;Split&#039;&#039;&#039; mode, alternates between 0 and 1 after action. Does nothing in &#039;&#039;&#039;Filter&#039;&#039;&#039; mode.&amp;lt;br&amp;gt;&lt;br /&gt;
When set to 0 the item will exit the output slot closest to the power switch.  When set to 1, the item will exit the slot furthest from the power switch.&amp;lt;/div&amp;gt;|multiple=3|-1|Unset|0|Straight (Near Power Switch)|1|Side}}&lt;br /&gt;
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}&lt;br /&gt;
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}&lt;br /&gt;
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Data Slots ===&lt;br /&gt;
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Slots_Reader|Slots Reader]]. The outputs are listed in the order a Slots Reader&#039;s &amp;quot;VAR&amp;quot; setting cycles through them.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Number || Name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0 || Import || Import slot.&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Export || Export slot (accept).&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Export 2 || Export slot (reject).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Data Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| MaxQuantity || Integer || Returns maximum stacksize.&lt;br /&gt;
|-&lt;br /&gt;
| Damage || Integer || Item durability in percent.&lt;br /&gt;
|-&lt;br /&gt;
| Class || Integer || Item class ID.&lt;br /&gt;
|-&lt;br /&gt;
| Quantity || Integer || Size of stack.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Returns [[ItemHash]] of item in slot.&lt;br /&gt;
|-&lt;br /&gt;
| Occupied || Boolean || Returns whether the slot occupied. (0 for no, 1 for yes).&lt;br /&gt;
|-&lt;br /&gt;
| OccupantHash || Integer || Returns [[ItemHash]] of item in slot.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Item Slot Classes / Types ==&lt;br /&gt;
&lt;br /&gt;
Reading the &#039;&#039;class&#039;&#039; attribute of the input slot will give one of the following values:&lt;br /&gt;
&lt;br /&gt;
Note that you can use &amp;lt;pre style=&amp;quot;display: inline&amp;quot;&amp;gt;SlotClass.&amp;lt;Item&amp;gt;&amp;lt;/pre&amp;gt; directly in IC code instead of the numeric value&lt;br /&gt;
*NOTE The classes listed in this section are FilterSlotTypeCompare and NOT sorting class.  &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Item values and descriptions&lt;br /&gt;
! Item !! Value !! Description !! Item !! Value !! Description !! Item !! Value !! Description&lt;br /&gt;
|-&lt;br /&gt;
| None || 0 || || Helmet || 1 || || Suit || 2 ||&lt;br /&gt;
|-&lt;br /&gt;
| Back || 3 || || GasFilter || 4 || || GasCanister || 5 ||&lt;br /&gt;
|-&lt;br /&gt;
| Motherboard || 6 || || Circuitboard || 7 || || DataDisk || 8 ||&lt;br /&gt;
|-&lt;br /&gt;
| Organ || 9 || || Ore || 10 || Includes reagent mixes from recycler and ices || Plant || 11 ||&lt;br /&gt;
|-&lt;br /&gt;
| Uniform || 12 || || Entity || 13 || || Battery || 14 ||&lt;br /&gt;
|-&lt;br /&gt;
| Egg || 15 || || Belt || 16 || || Tool || 17 ||&lt;br /&gt;
|-&lt;br /&gt;
| Appliance || 18 || || Ingot || 19 || || Torpedo || 20 ||&lt;br /&gt;
|-&lt;br /&gt;
| Cartridge || 21 || || AccessCard || 22 || || Magazine || 23 ||&lt;br /&gt;
|-&lt;br /&gt;
| Circuit || 24 || || Bottle || 25 || This refers to Paint Can || ProgrammableChip || 26 ||&lt;br /&gt;
|-&lt;br /&gt;
| Glasses || 27 || || CreditCard || 28 || || DirtCanister || 29 ||&lt;br /&gt;
|-&lt;br /&gt;
| SensorProcessingUnit || 30 || || LiquidCanister || 31 || || LiquidBottle || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| Wreckage || 33 || || SoundCartridge || 34 || || DrillHead || 35 ||&lt;br /&gt;
|-&lt;br /&gt;
| ScanningHead || 36 || || Flare || 37 || || Blocked || 38 ||&lt;br /&gt;
|-&lt;br /&gt;
| SuitMod || 39 || || Crate || 40 || || Portables || 41 ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Example IC10 sorting script ===&lt;br /&gt;
&lt;br /&gt;
Basic ingot sorter - filters one item type to the left output, rejects everything else to the right.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Ingot Sorter Controller&lt;br /&gt;
# When facing outputs (power switch on right): matched items exit left, rejected exit right&lt;br /&gt;
# Setup:&lt;br /&gt;
# 1. Connect d0 to the sorter&lt;br /&gt;
# 2. Change hTarget to match your desired ingot&lt;br /&gt;
&lt;br /&gt;
define hTarget HASH(&amp;quot;ItemIronIngot&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
alias dSorter d0&lt;br /&gt;
alias vHash r0&lt;br /&gt;
alias vOutput r1&lt;br /&gt;
&lt;br /&gt;
s dSorter Mode 2 # Logic mode&lt;br /&gt;
s dSorter On 1 # Turn on&lt;br /&gt;
&lt;br /&gt;
main:&lt;br /&gt;
  ls vHash dSorter 0 OccupantHash # Read import slot&lt;br /&gt;
  beqz vHash skip # Empty - skip processing&lt;br /&gt;
  &lt;br /&gt;
  seq vOutput vHash hTarget # 1=match, 0=reject&lt;br /&gt;
  s dSorter Output vOutput&lt;br /&gt;
  &lt;br /&gt;
  skip:&lt;br /&gt;
  yield&lt;br /&gt;
j main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Machines]]&lt;br /&gt;
[[Category:Import/Export]]&lt;/div&gt;</summary>
		<author><name>Halavus</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Ice_Crusher&amp;diff=27368</id>
		<title>Ice Crusher</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Ice_Crusher&amp;diff=27368"/>
		<updated>2026-03-29T06:14:50Z</updated>

		<summary type="html">&lt;p&gt;Halavus: added dial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Itembox&lt;br /&gt;
 | name        = Kit (Ice Crusher)&lt;br /&gt;
 | image       = [[File:ItemKitIceCrusher.png]]&lt;br /&gt;
 | maxpressure = &lt;br /&gt;
 | volume      = &lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 3g [[Iron Ingot]], 1g [[Gold Ingot]], 1g [[Copper Ingot]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Ice Crusher&lt;br /&gt;
 | image            = [[File:StructureIceCrusher.png]]&lt;br /&gt;
 | power_usage      = 10W standby + 1.0kW crushing&lt;br /&gt;
 | build states     = Three&lt;br /&gt;
 | placed_with_item = [[Kit (Ice Crusher)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | const_with_tool1 = [[Welding Torch]]&lt;br /&gt;
 | const_with_item1 = 1x [[Iron Sheets]]&lt;br /&gt;
 | const_with_item2 = 2x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Overall Ice Crusher Cost/Requirements &lt;br /&gt;
 | image       = [[File:StructureIceCrusher.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Autolathe]]&lt;br /&gt;
 | cost        = 1g [[Gold Ingot]], 2g [[Copper Ingot]], 5g [[Iron Ingot]]&lt;br /&gt;
}} [[Category:Items]] [[Category:Atmospherics]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This kit is used to construct an Ice Crusher which can process ice chunks into liquids and/or gases. The Ice Crusher has two outputs at the back. The top port can be connected to [[Pipes]] (yellow) and the lower port can be connected to [[Kit (Liquid Pipe)|Liquid Pipe]] (blue) to extract the products. The top [[pipe]] output is for Gas, and the lower pipe output is for Liquids. A dial on the front can be used to set the output temperature. The Ice Crush will use heat the gas and liquids in it&#039;s internal reservoir to the selected temperature. &lt;br /&gt;
&lt;br /&gt;
Different kinds of Ice can be crushed:&lt;br /&gt;
:[[Ice (Water)]] produces liquid [[Water]] and [[Nitrogen]] gas (20 mols Water, 5 mols Nitrogen)&lt;br /&gt;
:[[Ice (Oxite)]] produces [[Oxygen]] and [[Nitrogen]] gas (22.5 mols Oxygen, 2.5 mols Nitrogen)&lt;br /&gt;
:[[Ice (Volatiles)]] produces [[Methane]] and [[Hydrogen]] gas (20 mols Methane, 2 mols Hydrogen)&lt;br /&gt;
:[[Ice (Nitrice)]] produces [[Nitrogen]] and [[Nitrous_Oxide]] gas (22.5 mols Nitrogen, 2.5 mols [[Nitrous]] Oxide)&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
The Ice Crusher can be used for a number of purposes including bulk gas collection, [[fuel]] mixing, collecting drinking water, and producing breathable air. &lt;br /&gt;
&lt;br /&gt;
===Bulk Gas collection===&lt;br /&gt;
Large quantaties of ice can be crushed in the Ice crusher and then pumped to a [[tank|storage tank]] for later use. Most naturally occurring ices will have more than one constituent and the resulting gases will need to be [[Filtration|filtered]]. &lt;br /&gt;
&lt;br /&gt;
===Refilling Water Bottles Early Game===&lt;br /&gt;
The ice crusher can be used to get drinkable water early on, by connecting it to a [[Water Bottle Filler]] using [[Kit (Liquid Pipe)|Liquid Pipe]] and piping the [[Nitrogen]] out with a pump or an [[Active Vent]] to avoid blocking the ice crusher. Note however that if done inside, this could [[lead]] to [[pressure]] accumulating over [[time]], which could be dangerous if not eventually upgraded to a more robust gas handling system.&lt;br /&gt;
&lt;br /&gt;
===Fuel mixing===  &lt;br /&gt;
A crude but serviceable fuel mixture can be made by feeding Volatile and Oxite into the Ice Crusher at a 2:1 ratio. The result will not be an ideal fuel mixture, but will perform acceptably well in the [[Welding_Torch|welder]], [[Portable_Generator|portable generator]], [[furnace]] and [[Advanced_Furnace|advanced furnace]].&lt;br /&gt;
&lt;br /&gt;
===Breathable air===&lt;br /&gt;
Breathable air can be produced by feeding Oxite into the Ice Crusher. This will yield 90% 02 and 10% Nitrogen. When using this air for you spacesuit you will need a Nitrogen [[filter]]. &lt;br /&gt;
&lt;br /&gt;
[[File:Ice Crusher Front View.jpg|thumb|Ice Crusher Front View (liquid pipe middle back, and gas pipe top.)]]&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;
| Activate || Boolean || 1 to activate, otherwise 0&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || One(1) is locked, where as zero(0) is not locked&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Integer || Temperature of the output in degrees kelvin&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || One(1) is On, where as zero(0) is off&lt;br /&gt;
|-&lt;br /&gt;
| ClearMemory || Boolean || when set to 1, clears counter memory, resets itself to 0 when actioned&lt;br /&gt;
|-&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;
| [[Power]] || Boolean || One(1) is on, where as zero (0) is off&lt;br /&gt;
|-&lt;br /&gt;
| Error || 1 if in error state&lt;br /&gt;
|-&lt;br /&gt;
| Activate || Boolean || One(1) is activated, means running.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || One(1) is locked, where as zero(0) is not locked&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Integer || Temperature of the output in degrees kelvin&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer ||&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Integer ||&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean  || One(1) is on, where as zero (0) is off&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer ||&lt;br /&gt;
|-&lt;br /&gt;
| ImportCount || Integer ||&lt;br /&gt;
|-&lt;br /&gt;
| Prefabhash || Integer || 443849486&lt;br /&gt;
|-&lt;br /&gt;
| ReferenceId || Integer || Unique Reference identifier for this object&lt;br /&gt;
|-&lt;br /&gt;
| NameHash || Integer || The [[hash]] value for the name of the object&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* It can be safely used in higher temperature environments if the ice is transferred instantly into the crusher from the [[Mining Belt|mining belt]].&lt;br /&gt;
* When using it for crushing [[Ice (Water)]], 20% [[Nitrogen]] gas is still produced, and care must be taken to avoid overpressurization over time.&lt;br /&gt;
* It is insulated, so only the built in heater and the addition of gases from melting ice can change its internal temperature.&lt;br /&gt;
* Must be kept turned on to release the liquids and/or gases it contains.&lt;br /&gt;
* Has an internal capacity of 200L.&lt;br /&gt;
* Will not explode from overpressure of its internal capacity, but will stop crushing ice and flash an error if its internal pressure exceeds 125 MPa.  It will resume crushing once its internal pressure drops below approximately 121 MPa.&lt;br /&gt;
* Outputs gas at a maximum rate of 9.231 MPa per [[tick]] into a single pipe segment (exactly 20 MPa into 6 pipe segments every 13 ticks), stopping once its internal pressure equals the pressure of the output port.  This drops its internal pressure by 0.4615 MPa per tick.&lt;br /&gt;
* Can generate gas from crushing ice substantially faster than its maximum gas output rate, at a rate of approximately 5 MPa to its internal capacity per tick spent crushing ice.&lt;br /&gt;
* Changing the &#039;Setting&#039; Value (represented in Kelvin) with the dial or IC/Logic [[circuits]] can dramatically speed up crushing times. For example, I changed my [[volatiles]] crusher from the default value to 273k(ice crusher are capped at 0°C/273.5k) and was able to process a stack of 50 volatiles in only 5 seconds.&lt;br /&gt;
* Liquid output only exports water. Water is the only product that condenses inside the crusher. Products like [[Nitrous Oxide]] will be exported to the gas output, even if the temperature/pressure is sufficient for condensation.&lt;/div&gt;</summary>
		<author><name>Halavus</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Atmospheric_Components_Quick_Reference&amp;diff=27363</id>
		<title>Atmospheric Components Quick Reference</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Atmospheric_Components_Quick_Reference&amp;diff=27363"/>
		<updated>2026-03-28T21:07:11Z</updated>

		<summary type="html">&lt;p&gt;Halavus: Pressure Regulators accept 60 MPa&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a quick reference to the various components of a piped-fluid network.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Component !! Kit !! Inputs !! Outputs !! One-way? !! Switched? !! Compressor? !! Volume !! Max. Pressure !! Max. Power !! Primary Function&lt;br /&gt;
|-&lt;br /&gt;
| [[Pipes|Pipe]] (various shapes) || [[Pipes|Kit (Pipe)]], also craftable at [[Autolathe]] || colspan=&amp;quot;2&amp;quot;|2-6 generic || No || No || No || 100 L || 60 MPa || - || Provide a pathway.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pipe Label]] || [[Pipe Label|Kit (Pipe Label)]] || colspan=&amp;quot;2&amp;quot;|clamp-on || - || - || - || - || - || - || Visually label pipes.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pipe Valve]] || [[Pipe Valve|Kit (Pipe Valve)]] || colspan=&amp;quot;2&amp;quot;|2 generic || No || Manual only || No|| ? || ? || - || Open/close flow manually.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pipe Digital Valve]] || [[Pipe Digital Valve|Kit (Digital Valve)]] || colspan=&amp;quot;2&amp;quot;|2 generic || No || Yes || No || ? || ? || 25W || Open/close flow using [[Kit (Logic I/O)|logic circuits]].&lt;br /&gt;
|-&lt;br /&gt;
| [[Pipe Volume Pump]] || [[Pipe Volume Pump|Kit (Volume Pump)]] || 1 || 1 || Yes || Yes || Yes, adjustable || varies? || ? || 800W, varies || Pump fluid at adjustable rate.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pressure_Regulator#Pressure_Regulator|Pressure Regulator]] || [[Pressure Regulator|Kit (Pressure Regulator)]] || 1 || 1 || Yes || Yes || Yes || ? || 60 MPa&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; || 100W || Achieve target pressure at output.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pressure_Regulator#Back_Pressure_Regulator|Back Pressure Regulator]] || [[Pressure Regulator|Kit (Pressure Regulator)]] || 1 || 1 || Yes || Yes || Yes || ? || 60 MPa&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; || 100W || Achieve target pressure at input.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pipe Meter]] || [[Pipe Meter|Kit (Pipe Meter)]] || colspan=&amp;quot;2&amp;quot;|clamp-on || - || - || - || - || - || - || Visually show pipe&#039;s pressure.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pipe Analyzer]] || [[Pipe Analyzer|Kit (Pipe Analyzer)]] || colspan=&amp;quot;2&amp;quot;|clamp-on || - || - || - || - || - || 5W || Sense pipe&#039;s pressure, temperature, and composition, for visual display and logic circuits.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pipe Gas Mixer]] || [[Pipe Gas Mixer|Kit (Gas Mixer)]] || 2 || 1 || Yes || Yes || Yes&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; || ? || ? || 100W || Mix fluids: Combine two input mixes into one output mix, at an adjustable ratio.&lt;br /&gt;
|-&lt;br /&gt;
| [[Kit (Atmospherics) Filtration|Filtration]] || [[Kit (Atmospherics)]] || 1 || 2 || Yes || Yes || Yes || ? || ? || 5W || Sort fluids: Separate an input mix into a pure output and a &amp;quot;leftover&amp;quot; output.&lt;br /&gt;
|-&lt;br /&gt;
| [[Kit (Atmospherics) Electrolyzer|Electrolyzer]] || [[Kit (Atmospherics)]] || 1 || 1 || Yes || Yes || Yes || ? || ? || 1,400W || Create fuel: From input [[water|H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O]], output mixed [[Oxygen|O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]] and [[Volatiles]].&lt;br /&gt;
|-&lt;br /&gt;
| [[Kit (Atmospherics) Air Conditioner|Air Conditioner]] || [[Kit (Atmospherics)]] || 1 || 2 || Yes || Yes || Yes || ? || ? || 7,000W, varies || Heat or cool a fluid: From input, split heat between right-temperature and wrong-temperature outputs.&lt;br /&gt;
|-&lt;br /&gt;
| [[In-Line Tank Gas]] || [[Kit (Pipe Utility Gas)]] || colspan=&amp;quot;2&amp;quot;| 2 generic || No || No || No || 250 L || 60 MPa || - || A small expansion tank that increases the volume of a Pipe Network. You need two [[Kit (Pipe Utility Gas)]] to construct this&lt;br /&gt;
|-&lt;br /&gt;
| [[In-Line Tank Small Gas]] || [[Kit (Pipe Utility Gas)]] || colspan=&amp;quot;2&amp;quot;| 2 generic || No || No || No || 100 L || 60 MPa || - || A small expansion tank that increases the volume of a Pipe Network.&lt;br /&gt;
|-&lt;br /&gt;
| [[Gas Tank Storage]] || [[Kit (Pipe Utility Gas)]] || colspan=&amp;quot;2&amp;quot;| 1 generic || No || No || No || - || - || - || Gas tank storage is a part of piping that allows Gas Canister filling and storage.&lt;br /&gt;
|-&lt;br /&gt;
| [[Wall Cooler]] || [[Wall Cooler|Kit (Wall Cooler)]] || 1 space || 1 || Yes, for heat&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; || Yes, for heat&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; || Yes, for heat&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; || ? || ? || ? || Cool a space: Actively remove heat from a space into a pipe.&lt;br /&gt;
|-&lt;br /&gt;
| [[Wall Heater]] || [[Wall Heater|Kit (Wall Heater)]] || colspan=&amp;quot;2&amp;quot;|1 space || - || - || - || - || - || 1010W || Heat a space: Convert electric power into heat.&lt;br /&gt;
|-&lt;br /&gt;
| [[Pipe Radiator]] || [[Pipe Radiator|Kit (Pipe Radiator)]] || colspan=&amp;quot;2&amp;quot;|clamp-on || - || - || - || - || - || - || Heat/cool: Passively exchange heat between a pipe and a space.&lt;br /&gt;
|-&lt;br /&gt;
| [[Active Vent]] || [[Active Vent|Kit (Active Vent)]] || colspan=&amp;quot;2&amp;quot;|1 generic, 1 space || Yes, reversable || Yes || Yes || ? || ?&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; || 100W || Pump pressure between a space and a pipe.&lt;br /&gt;
|-&lt;br /&gt;
| [[Passive Vent]] || [[Passive Vent|Kit (Passive Vent)]] || colspan=&amp;quot;2&amp;quot;|1 generic, 1 space || No || No || No || - || - || - || Equalize pressure between a space and a pipe.&lt;br /&gt;
|-&lt;br /&gt;
| [[Gas Tank Storage]] || [[Gas Tank Storage|Kit (Canister Storage)]] || colspan=&amp;quot;2&amp;quot;|1 generic || No || No || No || 64 L&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; || 101 MPa&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; || - || Small storage: Attach pipes to [[Gas Canister]]s (removable, inventory-portable fluid storage).&lt;br /&gt;
|-&lt;br /&gt;
| [[Tank Connector]] || [[Tank Connector|Kit (Tank Connector)]] || colspan=&amp;quot;2&amp;quot;|1 generic || No || No || No || 790 L&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; || 10.1 MPa&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt; || - || Medium storage: Attach pipes to [[Portable Tank]]s (removable, draggable fluid storage), and also to [[Portable Air Scrubber]]s and [[Portable Air Conditioner]]s.&lt;br /&gt;
|-&lt;br /&gt;
| [[Tank|Small Tank]] || [[Tank|Kit (Tank)]] || colspan=&amp;quot;2&amp;quot;|1 generic || No || Logic only? || No || 6 kL || 60 MPa || - || Permanent, high-capacity fluid storage.&lt;br /&gt;
|-&lt;br /&gt;
| [[Tank|Large Tank]] || [[Tank|Kit (Tank)]] × 5 || colspan=&amp;quot;2&amp;quot;|1 generic || No || Logic only? || No || 50 kL || 60 MPa || - || Permanent, super-capacity fluid storage.&lt;br /&gt;
|-&lt;br /&gt;
| [[Furnace]] || [[Furnace|Kit (Furnace)]], craftable at [[Autolathe]] || 1 || 1 || Yes || No || No || 1 kL || ? || - || Smelt ores, but can also melt/sublimate Ices directly into a pipe.&lt;br /&gt;
|-&lt;br /&gt;
| [[Advanced Furnace]] || [[Advanced Furnace|Kit (Advanced Furnace)]], craftable at [[Electronics Printer]] Mk. II || 1 || 1 || Yes || Yes || Yes, adjustable || 1 kL? || ? || ? || Smelt ores and sublimate Ices, with active, adjustable pumping on input and output.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kit:&#039;&#039;&#039; The item used to build the component. These are the names as they appear in fabrication lists, which does not always match the true name of the item. Except where noted, all of these items are manufactured with a [[Hydraulic Pipe Bender]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Input/Output:&#039;&#039;&#039; &amp;quot;Generic&amp;quot; connections are pipe fittings that are not explicitly for input or output. &amp;quot;Space&amp;quot; indicates an interface to fluids that are not contained in pipes (e.g., the atmosphere or the contents of a room). &amp;quot;Clamp-on&amp;quot; components have no fittings of their own; they clamp onto an existing Straight Pipe.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;One-way:&#039;&#039;&#039; Does the component prevent fluid from flowing the wrong way, from output to input?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Switched:&#039;&#039;&#039; Does it prevent all flow when switched off or unpowered? Except where noted, switched components can be switched either manually or using [[Kit (Logic I/O)|logic circuits]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Compressor:&#039;&#039;&#039; Will it actively increase pressure in the output and decrease pressure in the input? If no, the component only allows pressure to change toward equilibrium between input and output, or it does not enable any pressure changes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Pressure:&#039;&#039;&#039; The component will begin to fail when pressure exceeds this. More precisely, this is the maximum &#039;&#039;difference&#039;&#039; in pressure between the component&#039;s internal volume and the surrounding space. Some components list &amp;quot;60 MPa&amp;quot; because attached pipes will fail, even if the true limit of the component itself is unknown. Even where a higher limit is known (e.g., canisters), this limitation still holds and places a practical maximum on most setups.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 1:&#039;&#039;&#039; While the Pipe Gas Mixer will actively compress from output to input, it will stop when either input is empty, to preserve the mix ratio.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 2:&#039;&#039;&#039; The Wall Cooler&#039;s one-way, switched, and &amp;quot;compressor&amp;quot; qualities apply only to the heat exchange. It does not directly affect the pressure or flow in its attached pipe.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 3:&#039;&#039;&#039; The Active Vent will &#039;&#039;fail&#039;&#039; at ? MPa. The pressure at which it will stop pumping is configurable through the data network and defaults to 0 Pa for Inward mode and 101 kPa (1 standard atmosphere) for Outward mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 4:&#039;&#039;&#039; These Volume and Max. Pressure ratings reflect the limits of the removable canisters and tanks. Note that the 101 MPa limit of a Gas Canister is considerably higher than the 60 MPa overall limit of a pipe network.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 5:&#039;&#039;&#039; Regulators themselves have no inner atmosphere and thus no inner pressure that would break them.&lt;/div&gt;</summary>
		<author><name>Halavus</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Nitrous_Oxide&amp;diff=27362</id>
		<title>Nitrous Oxide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Nitrous_Oxide&amp;diff=27362"/>
		<updated>2026-03-28T20:59:18Z</updated>

		<summary type="html">&lt;p&gt;Halavus: Changed Volatile to Methane&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{Infobox gas&lt;br /&gt;
| gas_name = Nitrous Oxide&lt;br /&gt;
| image = Icon-nitrousoxide.png&lt;br /&gt;
| heat = 37.2 J/mol*K &amp;lt;!-- Atmospherics.Mole::GetSpecificHeat --&amp;gt;&lt;br /&gt;
| latent_heat = 4000 J/mol &amp;lt;!-- Atmospherics.Mole::LatentHeatOfVaporization --&amp;gt;&lt;br /&gt;
| minimum_condensation = 800 kPa at 252.1 K &amp;lt;!-- Atmospherics.Mole::FreezingTemperature --&amp;gt;&lt;br /&gt;
| max_liquid = 2000 kPa at 430.6 K &amp;lt;!-- Atmospherics.Mole::MaxLiquidTemperature --&amp;gt;&lt;br /&gt;
| freezes = 252.1 K&lt;br /&gt;
| liquid_volume = 26 L/kmol&lt;br /&gt;
| molar_mass = 46 g/mol &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[File:Phase Diagram of Nitrous Oxide.png|thumb|Phase Diagram of Nitrous Oxide]]&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
{{Stationpedia|Nitrous oxide is a reactive gas that will knock players out if inhaled. It acts as an oxidizer for combustion, and allows [[Volatiles|volatiles]] to burn significantly hotter, faster, and at a lower autoignition temperature. It can be produced in an energy intensive process inside of a [[Nitrolyzer]].}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Nitrous Oxide&amp;lt;/b&amp;gt;, also referred to as &amp;lt;b&amp;gt;N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;Nitrous&amp;lt;/b&amp;gt;, is a reactive [[Gas|gas]] primarily used for its role in the creation of [[Fuel#Gas_Fuel|Superfuel]]. Nitrous Oxide naturally occurs when smelting [[Ore_(Lead)|lead]] and [[Ore_(Silver)|silver]]. It can also be acquired by [[Ice Crusher|crushing]] [[Nitrice]]&lt;br /&gt;
&lt;br /&gt;
= Details =&lt;br /&gt;
Nitrous Oxide will condense into &amp;lt;b&amp;gt;Liquid Nitrous Oxide&amp;lt;/b&amp;gt; at a very low [[pressure]] and temperature. Due to this, Nitrous Oxide is best stored as a liquid above {{Temperature|252}}. [[Stationeers]] are advised to monitor pipelines when setting up Nitrous Oxide gas systems as ruptures may occur if the temperature remains unchecked.&lt;br /&gt;
&lt;br /&gt;
Nitrous Oxide can be combined with [[Methane]] at a 1:1 ratio to create [[Fuel#Gas_Fuel|Superfuel]]. Superfuel combusts at {{Temperature|323.15}}, burning much hotter and quicker than [[Fuel#Gas_Fuel|Fuel]].&lt;br /&gt;
&lt;br /&gt;
While Nitrous Oxide can be acquired through smelting [[ores]] and crushing ice, it can also be created via the [[Nitrolyzer]] using a combination of [[Nitrogen]] and [[Oxygen]].&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
* For [[rocketry]], Nitrous Oxide has a mass of about 21.74 mol/kg, giving the 1:1 [[fuel]] mix an average molar mass of ~32.258 mol/kg compared to 62.5 for a [[Fuel#Gas_Fuel|Fuel]] mix. &amp;lt;!--both oxygen and volatiles have a molar mass of 16g/mol, or 62.5 mol/kg--&amp;gt;&lt;br /&gt;
* Many Nitrous Oxide storage builds will include a [[Phase Change guide#Heating_.2F_Cooling_with_phase_change_loops|condensation trap]] to avoid [[pipe]] ruptures.&lt;br /&gt;
* [[Alien Mushroom]]s breathe Nitrous Oxide and exhale oxygen and nitrogen.&lt;br /&gt;
&lt;br /&gt;
== Sources ==&lt;br /&gt;
You can collect Nitrous Oxide from the following sources:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Source !! Amount&lt;br /&gt;
|-&lt;br /&gt;
| [[Nitrice]] || 2.5 mol&lt;br /&gt;
|-&lt;br /&gt;
| [[Silver]] || 1 mol&lt;br /&gt;
|-&lt;br /&gt;
| [[Lead]] || 0.4 mol&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
&lt;br /&gt;
{{Updates header}}&lt;br /&gt;
{{Updates|link=https://store.steampowered.com/news/app/544550/view/3417686819606491235?l=english|version=0.2.3499.17067|desc=Nitrous Oxide was added as an oxifier, introducing Superfuel}}&lt;br /&gt;
{{Updates|link=https://store.steampowered.com/news/app/544550/view/3929910003151657166?l=english|version=0.2.1772.8154|desc=Added Nitrous Oxide to Silver and Lead ore output}}&lt;br /&gt;
{{Updates|link=https://store.steampowered.com/news/app/544550/view/3929910003151657403?l=english|version=0.1.1671.7828|desc=Added Nitrous Oxide. Currently inert, other than at certain concentrations will cause the player to take (progressively more) stun damage. Only the first pass, will be utilized more with the implementation of surgery later.}}&lt;br /&gt;
{{Updates footer}}&lt;br /&gt;
&lt;br /&gt;
{{:Gases and Liquids/Menu}}&lt;/div&gt;</summary>
		<author><name>Halavus</name></author>
	</entry>
</feed>