<?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=2.106.55.247</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=2.106.55.247"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/2.106.55.247"/>
	<updated>2026-04-05T11:03:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Glass_Door&amp;diff=22930</id>
		<title>Glass Door</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Glass_Door&amp;diff=22930"/>
		<updated>2025-07-15T07:46:49Z</updated>

		<summary type="html">&lt;p&gt;2.106.55.247: changed wording for easier readability&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 to 1. Closes it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Glass Door, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Glass Door on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Boolean || When set to 0 console on the door opens/closes door. When set to 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 is 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>2.106.55.247</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Kit_(Liquid_Tank_Storage)&amp;diff=22915</id>
		<title>Kit (Liquid Tank Storage)</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Kit_(Liquid_Tank_Storage)&amp;diff=22915"/>
		<updated>2025-06-30T21:44:14Z</updated>

		<summary type="html">&lt;p&gt;2.106.55.247: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Atmospherics]]&lt;br /&gt;
[[Category:Items]]&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 (Liquid Tank) (Small Liquid Tank)&lt;br /&gt;
 | image       = [[File:ItemKitLiquidTank.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 5g [[copper]] + 20g [[steel]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Small Liquid Tank&lt;br /&gt;
 | image            = [[File:TankLiquidSmall.png]]&lt;br /&gt;
 | other            = 1 Kit to place&lt;br /&gt;
 | placed_with_item = [[Kit (Liquid Tank)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Liquid Tank)]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Large Liquid Tank&lt;br /&gt;
 | image            = [[File:TankLiquidBig.png]]&lt;br /&gt;
 | other            = 5 Kits to place&lt;br /&gt;
 | placed_with_item = [[Kit (Liquid Tank)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Tank)]]&lt;br /&gt;
}}&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
[[Tank]]s are used to store large amounts liquids. &lt;br /&gt;
&lt;br /&gt;
The Small Liquid Tank requires 1 kit. &lt;br /&gt;
&lt;br /&gt;
The Large Liquid Tank requires 5 kits, and is currently the largest capacity container for liquids. &lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&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;
| Maximum || Float ||&lt;br /&gt;
|-&lt;br /&gt;
| Temperature || Float || Returns the temperature inside the tank.&lt;br /&gt;
|-&lt;br /&gt;
| Setting || Boolean ||&lt;br /&gt;
|-&lt;br /&gt;
| RatioWater || Float || Returns the ratio of Water (H2O) inside the tank.&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatiles || Float || Returns the ratio of Volatiles (H2) inside the tank.&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutant || Float || Returns the ratio of Pollutant (X) inside the tank.&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygen || Float || Returns the ratio of Oxygen (O2) inside the tank.&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxide || Float || Returns the ratio of Nitrous Oxide (NO2) inside the tank.&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogen || Float || Returns the ratio of Nitrogen (N2) inside the tank.&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxide || Float || Returns the ratio of Carbon Dioxide (CO2) inside the tank.&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float || &lt;br /&gt;
|-&lt;br /&gt;
| TotalMoles || Float || Returns the quantity inside the tank in Mols.&lt;br /&gt;
|-&lt;br /&gt;
| Pressure || Float || Returns the pressure inside the tank in kilo Pascals.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Returns Prefab Hash number.&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || &lt;br /&gt;
|-&lt;br /&gt;
| Combustion || ||&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>2.106.55.247</name></author>
	</entry>
</feed>