<?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=91.90.242.138</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=91.90.242.138"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/91.90.242.138"/>
	<updated>2026-04-04T08:54:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Combustion_Centrifuge&amp;diff=18865</id>
		<title>Combustion Centrifuge</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Combustion_Centrifuge&amp;diff=18865"/>
		<updated>2023-11-23T17:06:26Z</updated>

		<summary type="html">&lt;p&gt;91.90.242.138: Fixed my possible mistake&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:KitStructureCombustionCentrifuge.png]]&lt;br /&gt;
 | name        = Kit (Combustion Centrifuge)&lt;br /&gt;
 | createdwith = [[Autolathe]] (Tier 2)&lt;br /&gt;
 | cost        = 20g [[Steel]], 10g [[Invar]], 5g [[Constantan]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Combustion Centrifuge&lt;br /&gt;
 | image            = [[File:StructureCombustionCentrifuge.png]]&lt;br /&gt;
 | power_usage      = 50W&lt;br /&gt;
 | placed_with_item = [[Kit (Combustion Centrifuge)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | stage_image1     = [[File:StructureCombustionCentrifuge_BuildState0.png]]&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Combustion Centrifuge)]]&lt;br /&gt;
 | const_with_tool2 = [[Welder]]&lt;br /&gt;
 | const_with_item2 = 2x [[Steel Sheets]]&lt;br /&gt;
 | stage_image2     = [[File:StructureCombustionCentrifuge_BuildState1.png]]&lt;br /&gt;
 | decon_with_tool2 = [[Angle Grinder]]&lt;br /&gt;
 | item_rec2        = 2x [[Steel Sheets]]&lt;br /&gt;
 | const_with_item3 = 1x [[Cable Coil]]&lt;br /&gt;
 | decon_with_tool3 = [[Wire Cutters]]&lt;br /&gt;
 | item_rec3        = 1x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The combustion centrifuge is a gas powered version of the [[Centrifuge]]. A combustible fuel mix should be supplied to the gas input, and waste gasses should be vented from the output. The machine&#039;s RPM&#039;s must be controlled via the throttle and combustion limiter levers. If the Combustion Centrifuge gains, or looses, RPMs too fast it will experience stress, and eventually grind to a halt. Higher RPMs directly result in faster processing speeds.&lt;br /&gt;
&lt;br /&gt;
The throttle lever controls the amount of fuel being pulled into the machine, increasing the temperature inside the engine, and leading to an increase in RPM. The limiter lever influences the speed of combustion, and how much uncombusted gas is in the exhaust.&lt;br /&gt;
&lt;br /&gt;
Ejecting ore from the Combustion Centrifuge while it is at high RPMs will result in additional stress build up. If turned off, while not stressed, the machine will automatically start to brake, and reduce RPMs in a controlled manner.&lt;br /&gt;
&lt;br /&gt;
The Combustion Centrifuge has a socket for an [[Integrated Circuit (IC10)|IC10 chip]], similar to the [[Atmospherics]] machine. It comes with two device ports, d0 and d1, for connecting to other devices. To change or set a device, use a screwdriver to cycle through devices found on the machine&#039;s data network.&lt;br /&gt;
== &#039;&#039;&#039;Important&#039;&#039;&#039; == &lt;br /&gt;
Can be boosted by [[Nitrous Oxide]] in fuel mixture, but don&#039;t make mixture to autoigniting, you can blow everything up with overpressured [[Gas Canister]]&#039;&#039;(perhaps, centrifuge too)&#039;&#039;!&lt;br /&gt;
== Throttle ==&lt;br /&gt;
&lt;br /&gt;
Every tick up to 0.01 moles of gas will be pulled in to the machine from the input pipe network. The Throttle parameter linearly controls how much gas to pull in, &amp;lt;code&amp;gt;inputMoles = 0.01*Throttle/100&amp;lt;/code&amp;gt;. The Throttle value is rounded to the nearest multiple of 10 when set over the Data Network.&lt;br /&gt;
&lt;br /&gt;
== Combustion Limiter ==&lt;br /&gt;
&lt;br /&gt;
On each tick the Combustion Centrifuge will manually combust up to 75% of the fuel mixture in its internal atmosphere. This happens on the remaining fuel &#039;&#039;&#039;after&#039;&#039;&#039; natural combustion takes place as described in [[Volatiles#Usage|Volatiles]]. The portion of fuel manually combusted each tick is &amp;lt;code&amp;gt;clamp((Limiter/10)^2 * 0.0075, 0.001, 1)&amp;lt;/code&amp;gt;. The Combustion Limiter value is rounded to the nearest multiple of 10 when set over the Data Network.&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;
| Open || Boolean || 1 if device is open, otherwise 0&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || The current state of the device, 0 for off, 1 for on&lt;br /&gt;
|-&lt;br /&gt;
| ClearMemory || Boolean || When set to 1, clears the current counter memory (ex. ExportCount). Will set itself back to 0 when actioned&lt;br /&gt;
|-&lt;br /&gt;
| CombustionLimiter || Integer || Retards the rate of combustion inside the machine (range: 0-100) , with 0 being the slowest rate of combustion and 100 being the fastest&lt;br /&gt;
|-&lt;br /&gt;
| Throttle || Integer || Increases the rate at which the machine works (range: 0-100)&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 || Returns whether the Centrifuge is turned on and receiving power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || 1 if device is in error state, otherwise 0&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || Integer || The current pressure reading of the device&lt;br /&gt;
|-&lt;br /&gt;
| Temperature || Integer || The current temperature reading of the device&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygen || Float || The ratio of oxygen in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxide || Float || The ratio of Carbine Dioxide in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogen || Float || The ratio of nitrogen in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutant || Float || The ratio of pollutant in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatiles || Float || The ratio of volatiles in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioWater || Float || The ratio of water in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygen || Float || The ratio of oxygen in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Float || Idle operating power quantity, does not necessarily include extra demand power&lt;br /&gt;
|-&lt;br /&gt;
| ExportCount || Integer || How many items exported since last ClearMemory&lt;br /&gt;
|-&lt;br /&gt;
| ImportCount || Integer || How many items imported since last ClearMemory&lt;br /&gt;
|-&lt;br /&gt;
| TotalMoles || Float || Returns the total moles of the device&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxide || Float || The ratio of Nitrous Oxide in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || The hash of the structure&lt;br /&gt;
|-&lt;br /&gt;
| Combustion || Boolean || The assess the atmosphere is on fire. Returns 1 if atmosphere is on fire, 0 if not.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInput || Integer || The current pressure reading of the device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| TemperatureInput || Integer || The current temperature reading of the device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenInput || Float || The ratio of oxygen in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideInput || Float || The ratio of Carbon Dioxide in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenInput || Float || The ratio of nitrogen in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantInput || Float || The ratio of pollutant in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesInput || Float || The ratio of volatiles in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterInput || Float || The ratio of water in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideInput || Float || The ratio of Nitrous Oxide in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesInput || Float || Returns the total moles of the device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| PressureOutput || Integer || The current pressure reading of the device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenOutput || Float || The ratio of oxygen in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideOutput || Float || The ratio of Carbon Dioxide in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenOutput || Float || The ratio of nitrogen in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantOutput || Float || The ratio of pollutant in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesOutput || Float || The ratio of volatiles in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterOutput || Float || The ratio of water in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideOutput || Float || The ratio of Nitrous Oxide in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesOutput || Float || Returns the total moles of the device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| CombustionInput || Boolean || The assess the atmosphere is on fire. Returns 1 if device&#039;s input network is on fire, 0 if not.&lt;br /&gt;
|-&lt;br /&gt;
| CombustionOutput || Boolean || The assess the atmosphere is on fire. Returns 1 if device&#039;s output network is on fire, 0 if not.&lt;br /&gt;
|-&lt;br /&gt;
| TemperatureOutput || Integer || The current temperature reading of the device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| Rpm || Float || The number of revolutions per minute that the device&#039;s spinning mechanism is doing&lt;br /&gt;
|-&lt;br /&gt;
| Stress || Float || Machines get stressed when working hard. When stress reaches 100 the machine will automatically shut down&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Slots}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Slot Name !! Type !! Index&lt;br /&gt;
|-&lt;br /&gt;
| Import || None || 0&lt;br /&gt;
|-&lt;br /&gt;
| Export || None || 1&lt;br /&gt;
|-&lt;br /&gt;
| Programmable Chip || Programmable Chip || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Connections}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Connection Name !! Index&lt;br /&gt;
|-&lt;br /&gt;
| Chute Input || 0&lt;br /&gt;
|-&lt;br /&gt;
| Chute Output || 1&lt;br /&gt;
|-&lt;br /&gt;
| Data || 2&lt;br /&gt;
|-&lt;br /&gt;
| Power || 3&lt;br /&gt;
|-&lt;br /&gt;
| Pipe Input || 4&lt;br /&gt;
|-&lt;br /&gt;
| Pipe Input || 5&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>91.90.242.138</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Combustion_Centrifuge&amp;diff=18859</id>
		<title>Combustion Centrifuge</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Combustion_Centrifuge&amp;diff=18859"/>
		<updated>2023-11-22T17:05:00Z</updated>

		<summary type="html">&lt;p&gt;91.90.242.138: Added warning, i blown up my centrifuge, did it several times, and wrote info about it.&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:KitStructureCombustionCentrifuge.png]]&lt;br /&gt;
 | name        = Kit (Combustion Centrifuge)&lt;br /&gt;
 | createdwith = [[Autolathe]] (Tier 2)&lt;br /&gt;
 | cost        = 20g [[Steel]], 10g [[Invar]], 5g [[Constantan]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Combustion Centrifuge&lt;br /&gt;
 | image            = [[File:StructureCombustionCentrifuge.png]]&lt;br /&gt;
 | power_usage      = 50W&lt;br /&gt;
 | placed_with_item = [[Kit (Combustion Centrifuge)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | stage_image1     = [[File:StructureCombustionCentrifuge_BuildState0.png]]&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Combustion Centrifuge)]]&lt;br /&gt;
 | const_with_tool2 = [[Welder]]&lt;br /&gt;
 | const_with_item2 = 2x [[Steel Sheets]]&lt;br /&gt;
 | stage_image2     = [[File:StructureCombustionCentrifuge_BuildState1.png]]&lt;br /&gt;
 | decon_with_tool2 = [[Angle Grinder]]&lt;br /&gt;
 | item_rec2        = 2x [[Steel Sheets]]&lt;br /&gt;
 | const_with_item3 = 1x [[Cable Coil]]&lt;br /&gt;
 | decon_with_tool3 = [[Wire Cutters]]&lt;br /&gt;
 | item_rec3        = 1x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The combustion centrifuge is a gas powered version of the [[Centrifuge]]. A combustible fuel mix should be supplied to the gas input, and waste gasses should be vented from the output. The machine&#039;s RPM&#039;s must be controlled via the throttle and combustion limiter levers. If the Combustion Centrifuge gains, or looses, RPMs too fast it will experience stress, and eventually grind to a halt. Higher RPMs directly result in faster processing speeds.&lt;br /&gt;
&lt;br /&gt;
The throttle lever controls the amount of fuel being pulled into the machine, increasing the temperature inside the engine, and leading to an increase in RPM. The limiter lever influences the speed of combustion, and how much uncombusted gas is in the exhaust.&lt;br /&gt;
&lt;br /&gt;
Ejecting ore from the Combustion Centrifuge while it is at high RPMs will result in additional stress build up. If turned off, while not stressed, the machine will automatically start to brake, and reduce RPMs in a controlled manner.&lt;br /&gt;
&lt;br /&gt;
The Combustion Centrifuge has a socket for an [[Integrated Circuit (IC10)|IC10 chip]], similar to the [[Atmospherics]] machine. It comes with two device ports, d0 and d1, for connecting to other devices. To change or set a device, use a screwdriver to cycle through devices found on the machine&#039;s data network.&lt;br /&gt;
== &#039;&#039;&#039;Important&#039;&#039;&#039; == &lt;br /&gt;
Can be boosted by [[Nitrous Oxide]] and changing fuel mixture, but it&#039;s dangerous due to centrifuge blows up at around 20MPa(20000 pressure)&lt;br /&gt;
== Throttle ==&lt;br /&gt;
&lt;br /&gt;
Every tick up to 0.01 moles of gas will be pulled in to the machine from the input pipe network. The Throttle parameter linearly controls how much gas to pull in, &amp;lt;code&amp;gt;inputMoles = 0.01*Throttle/100&amp;lt;/code&amp;gt;. The Throttle value is rounded to the nearest multiple of 10 when set over the Data Network.&lt;br /&gt;
&lt;br /&gt;
== Combustion Limiter ==&lt;br /&gt;
&lt;br /&gt;
On each tick the Combustion Centrifuge will manually combust up to 75% of the fuel mixture in its internal atmosphere. This happens on the remaining fuel &#039;&#039;&#039;after&#039;&#039;&#039; natural combustion takes place as described in [[Volatiles#Usage|Volatiles]]. The portion of fuel manually combusted each tick is &amp;lt;code&amp;gt;clamp((Limiter/10)^2 * 0.0075, 0.001, 1)&amp;lt;/code&amp;gt;. The Combustion Limiter value is rounded to the nearest multiple of 10 when set over the Data Network.&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;
| Open || Boolean || 1 if device is open, otherwise 0&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || The current state of the device, 0 for off, 1 for on&lt;br /&gt;
|-&lt;br /&gt;
| ClearMemory || Boolean || When set to 1, clears the current counter memory (ex. ExportCount). Will set itself back to 0 when actioned&lt;br /&gt;
|-&lt;br /&gt;
| CombustionLimiter || Integer || Retards the rate of combustion inside the machine (range: 0-100) , with 0 being the slowest rate of combustion and 100 being the fastest&lt;br /&gt;
|-&lt;br /&gt;
| Throttle || Integer || Increases the rate at which the machine works (range: 0-100)&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 || Returns whether the Centrifuge is turned on and receiving power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || 1 if device is in error state, otherwise 0&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || Integer || The current pressure reading of the device&lt;br /&gt;
|-&lt;br /&gt;
| Temperature || Integer || The current temperature reading of the device&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygen || Float || The ratio of oxygen in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxide || Float || The ratio of Carbine Dioxide in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogen || Float || The ratio of nitrogen in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutant || Float || The ratio of pollutant in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatiles || Float || The ratio of volatiles in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioWater || Float || The ratio of water in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygen || Float || The ratio of oxygen in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Float || Idle operating power quantity, does not necessarily include extra demand power&lt;br /&gt;
|-&lt;br /&gt;
| ExportCount || Integer || How many items exported since last ClearMemory&lt;br /&gt;
|-&lt;br /&gt;
| ImportCount || Integer || How many items imported since last ClearMemory&lt;br /&gt;
|-&lt;br /&gt;
| TotalMoles || Float || Returns the total moles of the device&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxide || Float || The ratio of Nitrous Oxide in device atmosphere&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || The hash of the structure&lt;br /&gt;
|-&lt;br /&gt;
| Combustion || Boolean || The assess the atmosphere is on fire. Returns 1 if atmosphere is on fire, 0 if not.&lt;br /&gt;
|-&lt;br /&gt;
| PressureInput || Integer || The current pressure reading of the device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| TemperatureInput || Integer || The current temperature reading of the device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenInput || Float || The ratio of oxygen in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideInput || Float || The ratio of Carbon Dioxide in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenInput || Float || The ratio of nitrogen in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantInput || Float || The ratio of pollutant in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesInput || Float || The ratio of volatiles in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterInput || Float || The ratio of water in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideInput || Float || The ratio of Nitrous Oxide in device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesInput || Float || Returns the total moles of the device&#039;s Input Network&lt;br /&gt;
|-&lt;br /&gt;
| PressureOutput || Integer || The current pressure reading of the device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenOutput || Float || The ratio of oxygen in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideOutput || Float || The ratio of Carbon Dioxide in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenOutput || Float || The ratio of nitrogen in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantOutput || Float || The ratio of pollutant in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesOutput || Float || The ratio of volatiles in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterOutput || Float || The ratio of water in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideOutput || Float || The ratio of Nitrous Oxide in device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesOutput || Float || Returns the total moles of the device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| CombustionInput || Boolean || The assess the atmosphere is on fire. Returns 1 if device&#039;s input network is on fire, 0 if not.&lt;br /&gt;
|-&lt;br /&gt;
| CombustionOutput || Boolean || The assess the atmosphere is on fire. Returns 1 if device&#039;s output network is on fire, 0 if not.&lt;br /&gt;
|-&lt;br /&gt;
| TemperatureOutput || Integer || The current temperature reading of the device&#039;s Output Network&lt;br /&gt;
|-&lt;br /&gt;
| Rpm || Float || The number of revolutions per minute that the device&#039;s spinning mechanism is doing&lt;br /&gt;
|-&lt;br /&gt;
| Stress || Float || Machines get stressed when working hard. When stress reaches 100 the machine will automatically shut down&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Slots}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Slot Name !! Type !! Index&lt;br /&gt;
|-&lt;br /&gt;
| Import || None || 0&lt;br /&gt;
|-&lt;br /&gt;
| Export || None || 1&lt;br /&gt;
|-&lt;br /&gt;
| Programmable Chip || Programmable Chip || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Connections}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Connection Name !! Index&lt;br /&gt;
|-&lt;br /&gt;
| Chute Input || 0&lt;br /&gt;
|-&lt;br /&gt;
| Chute Output || 1&lt;br /&gt;
|-&lt;br /&gt;
| Data || 2&lt;br /&gt;
|-&lt;br /&gt;
| Power || 3&lt;br /&gt;
|-&lt;br /&gt;
| Pipe Input || 4&lt;br /&gt;
|-&lt;br /&gt;
| Pipe Input || 5&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>91.90.242.138</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Tomato&amp;diff=17423</id>
		<title>Tomato</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Tomato&amp;diff=17423"/>
		<updated>2023-09-17T12:33:17Z</updated>

		<summary type="html">&lt;p&gt;91.90.242.138: Corrected my own mistake&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Items]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Food]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Tomato&lt;br /&gt;
 | image       = [[File:ItemTomato.png]]&lt;br /&gt;
 | maxpressure = &lt;br /&gt;
 | cost        = &lt;br /&gt;
 | volume      = 6&lt;br /&gt;
 | stacks      = 20&lt;br /&gt;
}}&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Tomatoes can be grown in hydroponics to yield 2 x Tomato Seeds at an early stage and 2 x [[Tomato]] when fully grown.&lt;br /&gt;
* Atmosphere: Minimum atmosphere pressure ~35 kPa, with 1% [[Carbon Dioxide]] and under 1KPa [[Pollutant]] (X).&lt;br /&gt;
* Consumes [[Carbon Dioxide]] and produce [[Oxygen]] at 8.64 mols per hour&lt;br /&gt;
* Temp: Minimum atmosphere temperature of 0C (293K) is required for growth, under 0C (273K) or over 50C (323K) the plants will die after 2 minutes.&lt;br /&gt;
* The ideal temperature range for maximum growth speed is between 20-30C&lt;br /&gt;
* Water: 5-60 Degree Celsius to avoid taking damage&lt;br /&gt;
* Plants require [[Water]], but consume only ~0.043 mols per hour&lt;br /&gt;
* Light: A [[Grow Light]]s are required for plant growth. For avoiding damage tomato needs 8 minutes of light per day, and 5 minutes of darkness per day. &lt;br /&gt;
* Optionally: you can increase yield or growth speed by adding fertilizer created in a [[Portable Composter]] or an [[Advanced Composter]]&lt;br /&gt;
More info can be found in [[Stationpedia]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Info !! Data&lt;br /&gt;
|-&lt;br /&gt;
| Yield || 2+2&lt;br /&gt;
|-&lt;br /&gt;
| Raw Nutrition || 30%&lt;br /&gt;
|-&lt;br /&gt;
| Edible By Chickens|| No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
More information:&lt;br /&gt;
* It is recommended to process 5x [[Cooked Tomato]] in [[Microwave]], to make 1x [[Tomato Soup]] in the [[Basic packaging machine]], as it is almost 4 times more hunger-efficient than raw tomatoes and doesn&#039;t decay.&lt;/div&gt;</summary>
		<author><name>91.90.242.138</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Tomato&amp;diff=17422</id>
		<title>Tomato</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Tomato&amp;diff=17422"/>
		<updated>2023-09-17T12:30:23Z</updated>

		<summary type="html">&lt;p&gt;91.90.242.138: Changes to the Hydroponics field, and removal of the exact growth time in the wikitable&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Items]]&lt;br /&gt;
[[Category:Plants]]&lt;br /&gt;
[[Category:Food]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Tomato&lt;br /&gt;
 | image       = [[File:ItemTomato.png]]&lt;br /&gt;
 | maxpressure = &lt;br /&gt;
 | cost        = &lt;br /&gt;
 | volume      = 6&lt;br /&gt;
 | stacks      = 20&lt;br /&gt;
}}&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Tomatoes can be grown in hydroponics to yield 2 x Tomato Seeds at an early stage and 2 x [[Tomato]] when fully grown.&lt;br /&gt;
* Atmosphere: Minimum atmosphere pressure ~35 kPa, with 1% [[Carbon Dioxide]] and under 1KPa [[Pollutant]] (X).&lt;br /&gt;
* Consumes [[Carbon Dioxide]] and produce [[Oxygen]] at 8.64 mols per hour&lt;br /&gt;
* Temp: Minimum atmosphere temperature of 0C (293K) is required for growth, under 0C (273K) or over 50C (323K) the plants will die after 2 minutes.&lt;br /&gt;
* The ideal temperature range for maximum growth speed is between 20-30C&lt;br /&gt;
* Water: 5-60 Degree Celsius to avoid taking damage&lt;br /&gt;
* Plants require [[Water]], but consume only ~0.043 mols per hour&lt;br /&gt;
* Light: A [[Grow Light]]s are required for plant growth. For avoiding damage tomato needs 5 minutes of light per day, and 3 minutes of darkness per day. &lt;br /&gt;
* Optionally: you can increase yield or growth speed by adding fertilizer created in a [[Portable Composter]] or an [[Advanced Composter]]&lt;br /&gt;
More info can be found in [[Stationpedia]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Info !! Data&lt;br /&gt;
|-&lt;br /&gt;
| Yield || 2+2&lt;br /&gt;
|-&lt;br /&gt;
| Raw Nutrition || 30%&lt;br /&gt;
|-&lt;br /&gt;
| Edible By Chickens|| No&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
More information:&lt;br /&gt;
* It is recommended to process 5x [[Cooked Tomato]] in [[Microwave]], to make 1x [[Tomato Soup]] in the [[Basic packaging machine]], as it is almost 4 times more hunger-efficient than raw tomatoes and doesn&#039;t decay.&lt;/div&gt;</summary>
		<author><name>91.90.242.138</name></author>
	</entry>
</feed>