<?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=Static+functions</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=Static+functions"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Static_functions"/>
	<updated>2026-04-04T21:12:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Glass_Door&amp;diff=11452</id>
		<title>Glass Door</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Glass_Door&amp;diff=11452"/>
		<updated>2022-03-23T21:16:36Z</updated>

		<summary type="html">&lt;p&gt;Static functions: Added construction and deconstruction stages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Construction]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Door)&lt;br /&gt;
 | image       = &lt;br /&gt;
 | stacks      = 1&lt;br /&gt;
 | createdwith = &lt;br /&gt;
 | cost        = 3g [[Copper Ore]], 7g [[Iron Ore]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Glass Door&lt;br /&gt;
 | image            = [[File:{{#setmainimage:Glass door.jpg}}]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | burst_pressure   = 200 kPa&lt;br /&gt;
 | placed_with_item = [[Kit (Door)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Kit (Door)]]&lt;br /&gt;
 | const_with_tool1 = [[Welding Torch]]&lt;br /&gt;
 | const_with_item1 = [[Plastic Sheets|Plastic Sheet]]&lt;br /&gt;
 | decon_with_tool2 = [[Hand Drill]]&lt;br /&gt;
 | item_rec2        = [[Plastic Sheets|Plastic Sheet]]&lt;br /&gt;
 | const_with_tool2 = [[Crowbar]]&lt;br /&gt;
 | const_with_item2 = 2x [[Glass Sheets]]&lt;br /&gt;
 | decon_with_tool3 = [[Angle Grinder]]&lt;br /&gt;
 | item_rec3        = 2x [[Glass Sheets]]&lt;br /&gt;
}}&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The &#039;&#039;&#039;Glass Doors&#039;&#039;&#039; are created by using building with a [[Kit (Door)]]. &lt;br /&gt;
* They can be opened and closed from the panel, or from a [[Console]] equipped with [[Circuitboard (Door Control)]].&lt;br /&gt;
* They are airtight (when closed), and can withstand around 200kPa pressure, which is lower than [[Composite Doors]], which can withstand  around 300kPa. &amp;lt;ref&amp;gt;[https://docs.google.com/spreadsheets/d/1QF-nbW7fUMBaZzKwUp9smkQxVwfxMicF7FhgRFf7-Tw/edit#gid=1718464320 Cheat Sheet]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* They are, however, wider than composite doors so it&#039;s easier to get bulkier items like a [[Portable Tank]], [[Portable Air Scrubber]], or [[Portable Air Conditioner]] unit through them.&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 || Opens the Glass Door, when set &amp;gt;= 1. Closes it, when set to &amp;lt; 1.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Glass Door, when set &amp;gt;= 1. Unlocks it, when set to &amp;lt;1.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Glass Door on, when set &amp;gt;= 1. Turns it off, when set to &amp;lt;1.&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Boolean || When &amp;lt;1 console on the door opens/closes door. When &amp;gt;= 1 console sets/resets Setting but does not affect door.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Boolean || Desired state, mostly usefull for Logic based control when Mode &amp;gt;= 1.&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 Glass Door is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Glass Door is open. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Glass Door is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Glass Door is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Boolean || Return mode, 0 for default, 1 for logic based control&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Boolean || Returns desired state of the door. (0 for close, 1 for open) When Mode = 1&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the Glass Door, in watts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Airlock]]&lt;br /&gt;
* [[Blast Doors]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Static functions</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Furnace&amp;diff=11451</id>
		<title>Furnace</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Furnace&amp;diff=11451"/>
		<updated>2022-03-23T21:09:59Z</updated>

		<summary type="html">&lt;p&gt;Static functions: Added construction stages&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:5--&amp;gt;&lt;br /&gt;
[[Category:Machines]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Furnace)&lt;br /&gt;
 | image       = [[File:ItemKitFurnace.png]]&lt;br /&gt;
 | createdwith = [[Special:MyLanguage/Autolathe|Autolathe]], [[Special:MyLanguage/Fabricator|Fabricator]]&lt;br /&gt;
 | cost        = 30g [[Special:MyLanguage/Iron|Iron]], 10g [[Special:MyLanguage/Copper|Copper]]&lt;br /&gt;
 | volume      = 1000 L&lt;br /&gt;
 | logic       =&lt;br /&gt;
* Open&lt;br /&gt;
* Pressure&lt;br /&gt;
* Temperature&lt;br /&gt;
* Lock&lt;br /&gt;
* Setting&lt;br /&gt;
* Reagents&lt;br /&gt;
* RatioOxygen&lt;br /&gt;
* RatioCarbonDioxide&lt;br /&gt;
* RatioNitrogen&lt;br /&gt;
* RatioPollutant&lt;br /&gt;
* RatioVolatile&lt;br /&gt;
* RatioWater&lt;br /&gt;
* Maximum&lt;br /&gt;
* Ratio&lt;br /&gt;
* ImportQuantity&lt;br /&gt;
* ImportSlotOccupant&lt;br /&gt;
* ExportQuantity&lt;br /&gt;
* ExportSlotOccupant&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Furnace&lt;br /&gt;
 | image            = [[File:Furnace.jpg]]&lt;br /&gt;
 | placed_with_item = [[Kit (Furnace)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | const_with_tool1 = [[Wrench]]&lt;br /&gt;
 | const_with_item1 = 2x [[Iron Sheets]]&lt;br /&gt;
 | decon_with_tool1 = [[Crowbar]]&lt;br /&gt;
 | item_rec1        = [[Kit (Furnace)]]&lt;br /&gt;
 | const_with_tool2 = [[Welding Torch]]&lt;br /&gt;
 | const_with_item2 = 2x [[Iron Sheets]]&lt;br /&gt;
 | decon_with_tool2 = [[Special:MyLanguage/Crowbar|Crowbar]]&lt;br /&gt;
 | item_rec2        = 2x [[Iron Sheets]]&lt;br /&gt;
 | decon_with_tool3 = [[Angle Grinder]]&lt;br /&gt;
 | item_rec3        = 2x [[Iron Sheets|Iron Sheets]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Used to smelt ingots and alloys using an oxygen/volatile gas mix. [[Special:MyLanguage/Ice (Oxite)|Ice (Oxite)]] and [[Special:MyLanguage/Ice (Volatiles)|Ice (Volatiles)]] can be manually input directly in the furnace in order to create crude gas mixtures, or to be directly extracted as an easy trick for melting the ice.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
If the contents of the furnace are ejected without reaching the required temperature and pressure for smelting, they&#039;ll come out as [[Special:MyLanguage/Reagent Mix|Reagent Mix]] which can be processed in a [[Special:MyLanguage/Centrifuge|Centrifuge]] to recover the raw ores.&lt;br /&gt;
&lt;br /&gt;
== Recipes == &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
While smelting steel is easily achieved with ice, other recipes usually require a working piping setup. This can be done by separating gases into tanks using atmospheric units and piping individual gases through a mixer and a [[Special:MyLanguage/Pressure Regulator|Pressure Regulator]] or a [[Special:MyLanguage/Pipe Volume Pump|Pipe Volume Pump]] connected to the furnace input. Output should also be extracted and vented/recycled through a backpressure regulator to keep furnace pressure in check. The optimal gas mix that burns completely is 1 part (33.3%) oxygen to 2 parts (66.6%) volatiles, other mixes would also work but leave you with leftover oxygen or volatiles depending on the percentages used. It could also result in lower temperature if that is desired, but you could also use a volume pump with a lower fuel input setting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Make sure to put the fuel in first, then press the activate button. Afterwards put in the ingredients and press the handle after you see the &amp;quot;will produce&amp;quot; while hovering over the furnace.&#039;&#039;&#039;  Also, You MUST put in exact amounts matching the recipe amounts. For instance, you must put in 12 iron and 4 coal to make 16 steel. You cannot put in 12 iron and 7 coal. The furnace will not manufacture anything if the ingredient ratios are not correct and you will have to eject it all.&lt;br /&gt;
{{:Furnace/Recipes}} &lt;br /&gt;
&lt;br /&gt;
=== Tips === &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
*Placing 15 ice(volatiles) and 15 ice(oxite) will bring pressure to around 22000kpa and temp 2000k. For Invar, you will have to wait for the temperature to drop before you can process. You can use this time while the pressure is still over 20000kpa to make constantan. &amp;lt;br /&amp;gt;&lt;br /&gt;
*All other alloys can be achieved with 2 volatiles and 1 oxite&lt;br /&gt;
*If atmosphere inside and/or around furnace is too cold to melt ice one can press &#039;activate&#039; button to manually melt one ice per ignition attempt. You will need to press the ignition button for each piece of ice from the first stack that you put in. Until all solid matter was melted the import slot will remain blocked.&lt;br /&gt;
&lt;br /&gt;
===Some example fuel mixes=== &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; rowspan=&amp;quot;2&amp;quot; |Prime&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; rowspan=&amp;quot;2&amp;quot; |FAR&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; rowspan=&amp;quot;1&amp;quot; |In: Mols&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; rowspan=&amp;quot;1&amp;quot; |Result&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; rowspan=&amp;quot;1&amp;quot; |Out: Mols&lt;br /&gt;
|-&lt;br /&gt;
!H2&lt;br /&gt;
!O2&lt;br /&gt;
!Press.&lt;br /&gt;
!Temp&lt;br /&gt;
!O2&lt;br /&gt;
!H2&lt;br /&gt;
!Co2&lt;br /&gt;
!X&lt;br /&gt;
|-&lt;br /&gt;
|100 kPa&lt;br /&gt;
|2:1&lt;br /&gt;
|29&lt;br /&gt;
|14&lt;br /&gt;
|2 135&lt;br /&gt;
|1 953&lt;br /&gt;
|1&lt;br /&gt;
|3&lt;br /&gt;
|82&lt;br /&gt;
|33&lt;br /&gt;
|-&lt;br /&gt;
|200 kPa&lt;br /&gt;
|2:1&lt;br /&gt;
|59&lt;br /&gt;
|29&lt;br /&gt;
|4 500&lt;br /&gt;
|2 000&lt;br /&gt;
|1&lt;br /&gt;
|5&lt;br /&gt;
|169&lt;br /&gt;
|80&lt;br /&gt;
|-&lt;br /&gt;
|200 kPa&lt;br /&gt;
|3:1&lt;br /&gt;
|65&lt;br /&gt;
|21&lt;br /&gt;
|3 400&lt;br /&gt;
|1 900&lt;br /&gt;
|2&lt;br /&gt;
|26&lt;br /&gt;
|118&lt;br /&gt;
|52&lt;br /&gt;
|-&lt;br /&gt;
|200 kPa&lt;br /&gt;
|4:1&lt;br /&gt;
|72&lt;br /&gt;
|18&lt;br /&gt;
|3 000&lt;br /&gt;
|1 800&lt;br /&gt;
|1&lt;br /&gt;
|40&lt;br /&gt;
|99&lt;br /&gt;
|42&lt;br /&gt;
|-&lt;br /&gt;
|200 kPa&lt;br /&gt;
|1:1&lt;br /&gt;
|43&lt;br /&gt;
|43&lt;br /&gt;
|3 493&lt;br /&gt;
|1 917&lt;br /&gt;
|22&lt;br /&gt;
|2&lt;br /&gt;
|127&lt;br /&gt;
|59&lt;br /&gt;
|-&lt;br /&gt;
|200 kPa&lt;br /&gt;
|1:4&lt;br /&gt;
|17&lt;br /&gt;
|68&lt;br /&gt;
|1 646&lt;br /&gt;
|1 319&lt;br /&gt;
|63&lt;br /&gt;
|2&lt;br /&gt;
|50&lt;br /&gt;
|18&lt;br /&gt;
|-&lt;br /&gt;
|300 kPa&lt;br /&gt;
|2:1&lt;br /&gt;
|86&lt;br /&gt;
|42&lt;br /&gt;
|6 850&lt;br /&gt;
|2 109&lt;br /&gt;
|2&lt;br /&gt;
|7&lt;br /&gt;
|242&lt;br /&gt;
|115&lt;br /&gt;
|-&lt;br /&gt;
|500 kPa&lt;br /&gt;
|2:1&lt;br /&gt;
|143&lt;br /&gt;
|69&lt;br /&gt;
|11 814&lt;br /&gt;
|2 150&lt;br /&gt;
|3&lt;br /&gt;
|11&lt;br /&gt;
|400&lt;br /&gt;
|193&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;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 || Opens the Furnace, when set to 1. Closes it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Activate || Boolean || Activates the Furnace, when set to 1.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Furnace, when set to 1. Unlocks it when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || (Unknown) Affects the Setting output.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;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;
| Open || Boolean || Returns whether the Furnace is open. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || Float || Returns the pressure in the Furnace in kilo pascal.&lt;br /&gt;
|-&lt;br /&gt;
| Temperature || Float || Returns the temperature in the Furnace in kelvin.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Furnace is locked.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Float || (Unknown) Affected by the Setting parameter.&lt;br /&gt;
|-&lt;br /&gt;
| Reagents || Float || Returns the amount of reagents (smeltable ores, not counting ice) in the Furnace, in grams.&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygen || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of oxygen in the Furnace.&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxide || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of carbon dioxide in the Furnace.&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogen || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrogen in the Furnace.&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutant || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of pollutant in the Furnace.&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatiles || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of volatiles in the Furnace.&lt;br /&gt;
|-&lt;br /&gt;
| RatioWater || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of water in the Furnace.&lt;br /&gt;
|-&lt;br /&gt;
| Maximum || Integer || (Unknown) Returns 100.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || (Unknown) Returns 0.5.&lt;br /&gt;
|-&lt;br /&gt;
| ImportQuantity || Float || Returns the amount of items in the import slot of the Furnace, which are currently smelted, in grams.&lt;br /&gt;
|-&lt;br /&gt;
| ImportSlotOccupant || Boolean || Returns whether there is something in the import slot of the Furnace, being smelted. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| ExportQuantity || Float || Returns the amount of items in the export slot of the Furnace, in grams. (Only briefly returns a value, when the Furnace is opened and items are exported.)&lt;br /&gt;
|-&lt;br /&gt;
| ExportSlotOccupant || Boolean || Returns whether there is something in the export slot of the Furnace. (Only briefly returns a value, when the Furnace is opened and items are exported.)&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Static functions</name></author>
	</entry>
</feed>