<?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=Fuddnir</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=Fuddnir"/>
	<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/Special:Contributions/Fuddnir"/>
	<updated>2026-04-04T23:11:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Grow_light_automation&amp;diff=25244</id>
		<title>Grow light automation</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Grow_light_automation&amp;diff=25244"/>
		<updated>2025-12-27T19:34:45Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added info on how to set up the logic if Daylight Sensor is ceiling mounted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3771.18264 (2023-01-12)&lt;br /&gt;
&lt;br /&gt;
== Geometry of Daylight Sensors ==&lt;br /&gt;
The Solar Angle variable from Daylight Sensors go from 0 degrees at mid-day, to 180 degrees at midnight, and then back to 0 degrees. The value is never negative.&lt;br /&gt;
&lt;br /&gt;
[[File:Daylight sensor vertical.png]]&lt;br /&gt;
&lt;br /&gt;
== How much light/dark do plants need? ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plant !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 !! 10 !! 11 !! 12 !! 13 !! 14 !! 15 !! 16 !! 17 !! 18 !! 19 !! 20&lt;br /&gt;
|-&lt;br /&gt;
| Corn || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  ||  || D || D|| D || D&lt;br /&gt;
|-&lt;br /&gt;
| Potato || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  || D || D|| D || D&lt;br /&gt;
|-&lt;br /&gt;
| Pumpkin || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  ||  ||  ||  || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Rice || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Soybean || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Tomato || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Wheat || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Darga Fern || L || L || L || L || L || L  || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Fern || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||   ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Hades Alpha || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Hades Beta || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Peace Lily || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Switch Grass || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Tropical Lily || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Winterspawn Alpha || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Winterspawn Beta || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As you can see from the table above, most plants need a minimum of 10 minutes of light, and 5 minutes of darkness. We can split the remaining 5 minutes equally, giving us 12.5 minutes of light and 7.5 minutes of darkness.&lt;br /&gt;
&lt;br /&gt;
== Let&#039;s do some math... ==&lt;br /&gt;
* The planet rotates 360 degrees per day.&lt;br /&gt;
* A day is 20 minutes.&lt;br /&gt;
&amp;lt;code&amp;gt;360 degrees / 20 minutes = 18 degrees per minute&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* We need light for 12.5 minutes per day.&lt;br /&gt;
&amp;lt;code&amp;gt;18 degrees per minute * 12.5 minutes = 225 degrees&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* We want half the light-budget on either side of mid-day&lt;br /&gt;
&amp;lt;code&amp;gt;225 degrees / 2 = 112.5 degrees on either side&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bringing it all together ==&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Logic I/O (x2) &amp;gt; Reader and Batch Writer&lt;br /&gt;
* Logic Processor &amp;gt; Compare&lt;br /&gt;
* Logic Memory&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
* Place the Daylight Sensor. Direction of data-port doesn&#039;t matter.&lt;br /&gt;
* &#039;&#039;&#039;Logic Reader&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;IN:&#039;&#039;&#039; Daylight Sensor &#039;&#039;&#039;VAR:&#039;&#039;&#039; Solar Angle&lt;br /&gt;
* &#039;&#039;&#039;Logic Memory&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;Value:&#039;&#039;&#039; 112.5&lt;br /&gt;
* &#039;&#039;&#039;Logic Compare&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;1:&#039;&#039;&#039; Logic Reader &#039;&#039;&#039;2:&#039;&#039;&#039; Logic Memory &#039;&#039;&#039;OUT:&#039;&#039;&#039; Less&lt;br /&gt;
* &#039;&#039;&#039;Logic Batch Writer&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;IN:&#039;&#039;&#039; Logic Compare &#039;&#039;&#039;OUT TYPE:&#039;&#039;&#039; Grow Light &#039;&#039;&#039;OUT VAR:&#039;&#039;&#039; On&lt;br /&gt;
&lt;br /&gt;
If you mount the Daylight Sensor to the ceiling, pointing down, and you want the light to track the daylight cycle (for esthetic reasons, the plants for the most part don&#039;t care), just make the logic be &amp;quot;Greater than 67.5&amp;quot;. (180-112.5=67.5)&lt;br /&gt;
&lt;br /&gt;
== Saving Power ==&lt;br /&gt;
You can save a bit of power by delaying turning on the light. If you reduce the time with lights to 10.5 minutes, then you can set the Logic Memory to 94.5.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Sensors&amp;diff=23655</id>
		<title>Sensors</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Sensors&amp;diff=23655"/>
		<updated>2025-10-06T10:48:46Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Clarified Daylight Sensor data-parameter ACTIVE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Solar power]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;{{Itembox&lt;br /&gt;
 | name        = Kit (Sensors)&lt;br /&gt;
 | image       =  {{{image|[[File:ItemKitSensor.png]]}}}&lt;br /&gt;
 | stacks      = 5&lt;br /&gt;
 | constructs  = Daylight, Motion, Gas, Occupancy or Proximity Sensor&lt;br /&gt;
 | createdwith = [[Electronics Printer]]&lt;br /&gt;
 | cost        = 3g [[Iron]], 1g [[Gold]], 1g [[Copper]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Daylight Sensor&lt;br /&gt;
 | prefab_hash      = 1076425094&lt;br /&gt;
 | prefab_name      = StructureDaylightSensor&lt;br /&gt;
 | power_usage      = 0W&lt;br /&gt;
 | image            = [[File:StructureDaylightSensor.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Sensors)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Sensors)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Motion Sensor&lt;br /&gt;
 | prefab_hash      = -1713470563&lt;br /&gt;
 | prefab_name      = StructureMotionSensor&lt;br /&gt;
 | power_usage      = 0W&lt;br /&gt;
 | image            = [[File:ItemMotionSensor.png]] &lt;br /&gt;
 | placed_with_item = [[Kit (Sensors)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Sensors)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Gas Sensor&lt;br /&gt;
 | prefab_hash      = -1252983604&lt;br /&gt;
 | prefab_name      = StructureGasSensor&lt;br /&gt;
 | power_usage      = 1W&lt;br /&gt;
 | image            = [[File:ItemGasSensor.png]] &lt;br /&gt;
 | placed_with_item = [[Kit (Sensors)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Sensors)]]&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Occupancy Sensor&lt;br /&gt;
 | prefab_hash      = 322782515&lt;br /&gt;
 | prefab_name      = StructureOccupancySensor&lt;br /&gt;
 | power_usage      = 0W&lt;br /&gt;
 | image            = [[File:StructureOccupancySensor.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Sensors)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Sensors)]]&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Proximity Sensor&lt;br /&gt;
 | prefab_hash      = 568800213&lt;br /&gt;
 | prefab_name      = StructureProximitySensor&lt;br /&gt;
 | power_usage      = 0W&lt;br /&gt;
 | image            = [[File:StructureProximitySensor.png]]&lt;br /&gt;
 | placed_with_item = [[Kit (Sensors)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid, On Frames&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Sensors)]]&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sensors are used to detect various parameters of their surroundings. &amp;lt;br/&amp;gt;&lt;br /&gt;
Only the [[Sensors#Daylight_Sensor|Daylight Sensor]] can be accessed directly by pointing at it. The other sensors require a [[Handheld Tablet]] with a [[Cartridge#Configuration|Configuration Cartridge]] to be accessed manually.&amp;lt;br/&amp;gt;&lt;br /&gt;
Their outputs can also be accessed using a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]] or an [[Integrated Circuit (IC10)|Integrated Circuit]] inserted in an [[Kit (IC Housing)|IC Housing]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Daylight_sensor.jpg|In-game view of daylight sensor&lt;br /&gt;
File:Gas_sensor.jpg|In-game view of gas sensor&lt;br /&gt;
File:Motion_sensor.jpg|In-game view of motion sensor&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= &amp;lt;big&amp;gt;Daylight Sensor&amp;lt;/big&amp;gt; = &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The daylight sensor reports whether the sun hits the large grid the sensor is in, as well as the solar angle. Looking at the sensor will provide a tool-tip readout of this information, even when not connected to the network. The orientation of the daylight sensor is important, it will read different angle values depending on the orientation.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Daylight sensor horizontal.png|Horizontal parameter&lt;br /&gt;
File:Daylight sensor vertical.png|Vertical parameter&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
== Modes ==&lt;br /&gt;
{{warning|While the &amp;lt;kbd&amp;gt;Mode&amp;lt;/kbd&amp;gt; and &amp;lt;kbd&amp;gt;SolarAngle&amp;lt;/kbd&amp;gt; properties described below are still available, they are being deprecated in favor of &amp;lt;kbd&amp;gt;Horizontal&amp;lt;/kbd&amp;gt; and &amp;lt;kbd&amp;gt;Vertical&amp;lt;/kbd&amp;gt; data properties.&lt;br /&gt;
While &amp;lt;kbd&amp;gt;Vertical&amp;lt;/kbd&amp;gt; and &amp;lt;kbd&amp;gt;Vertical mode&amp;lt;/kbd&amp;gt; have the same value, &#039;&#039;&#039;&amp;lt;kbd&amp;gt;Horizontal&amp;lt;/kbd&amp;gt; and &amp;lt;kbd&amp;gt;Horizontal mode&amp;lt;/kbd&amp;gt; have opposite values&#039;&#039;&#039; (inverted sign).}} &lt;br /&gt;
The daylight sensor has a &amp;lt;kbd&amp;gt;Mode&amp;lt;/kbd&amp;gt; property which can be set with [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] and  [[Kit_(Logic_Memory)|Memory chip]], or with an [[Integrated Circuit (IC10)|Integrated Circuit]]:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Value !! Name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0 || Default || The sensor will return the absolute value of the angle formed by the source of light and the normal vector of the sensor (towards which the grey/green part is facing). 0 means the source of light is facing to the sensor, 90 means it is aligned with the surface the sensor was laid on, and 180 means the source of light is in the back of the sensor. The angle is always a positive value between 0 and 180.&lt;br /&gt;
|-&lt;br /&gt;
| 1 || Horizontal || Returns the angle from the position of the source of light parallel to the surface of the sensor. The angle can be negative, ranging between -180 and +180.&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Vertical || The sensor measures the angle from the position of the light source perpendicular to the surface of the sensor.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Daylight sensor horizontal mode.png|Values of SolarAngle in Horizontal mode&lt;br /&gt;
File:Daylight sensor vertical.png|Values of SolarAngle in Vertical mode&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
=== Examples ===&lt;br /&gt;
* If you lay a sensor on the ground, facing upwards, connector towards south,configured in horizontal mode, it will work like a compass with 0 = north, 90 = east, 180 = south and -90 = west&lt;br /&gt;
&lt;br /&gt;
* On the Moon/space : &amp;lt;br/&amp;gt; &#039;&#039;&#039;Note: these values are approximation and may vary slightly because of realistic orbital simulation&#039;&#039;&#039;&lt;br /&gt;
** If the daylight sensor is fixed on the floor, it will report 90 degrees at sunrise, up to 0 degrees at noon, back to 90 degrees at sunset, to 180 degrees at midnight, and back to 90 at sunrise.&lt;br /&gt;
** If fixed on a ceiling the cycle will be opposite, i.e.: 90 -&amp;gt; 180 -&amp;gt; 90 -&amp;gt; 0 -&amp;gt; 90.&lt;br /&gt;
** If fixed to an east facing wall, the cycle from sunrise is: 0 -&amp;gt; 90 -&amp;gt; 180 -&amp;gt; 90 -&amp;gt; 0.&lt;br /&gt;
** If fixed to a west facing wall, the cycle is opposite, i.e.: 180 -&amp;gt; 90 -&amp;gt; 0 -&amp;gt; 90 -&amp;gt; 180.&lt;br /&gt;
** If fixed to a north or south facing wall it will stay at 90 degrees all the time.&lt;br /&gt;
&lt;br /&gt;
== Solar tracking ==&lt;br /&gt;
&lt;br /&gt;
Tracking the sun using a Daylight Sensor allow [[Solar_Panel|Solar Panels]] to be more efficient by making them perpendicular to the light rays. &amp;lt;br/&amp;gt;&lt;br /&gt;
However, the orientation of the Daylight Sensor and Solar Panels must be taken into account and a [[Kit_(Logic_Processor)#Math_Unit|Math Unit]] may be required to correct the offset. &amp;lt;br/&amp;gt;&lt;br /&gt;
This [[Solar_Logic_Circuits_Guide|guide]] explains in detail how to set up a solar tracking circuit for solar panels.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
{{Data Parameters|&lt;br /&gt;
{{Data Parameters/row|Mode|Integer|w=1|SolarAngle mode|multiple=3|0|Default|1|Horizontal|2|Vertical}}&lt;br /&gt;
{{Data Parameters/row|Activate|Boolean|w=1|1 if light hits the sensor, 0 otherwise}}&lt;br /&gt;
{{Data Parameters/row|Horizontal|Float|w=1|Same absolute value &amp;lt;kbd&amp;gt;SolarAngle&amp;lt;/kbd&amp;gt; reported for &amp;lt;kbd&amp;gt;Horizontal&amp;lt;/kbd&amp;gt; mode but with an inverted sign}}&lt;br /&gt;
{{Data Parameters/row|Vertical|Float|w=1|Same as &amp;lt;kbd&amp;gt;SolarAngle&amp;lt;/kbd&amp;gt; reported for &amp;lt;kbd&amp;gt;Vertical&amp;lt;/kbd&amp;gt; mode}}&lt;br /&gt;
{{Data Parameters/row|SolarAngle|Float|w=0|See [[Sensors#Modes|Modes]] above. Probably soon deprecated in favor of &amp;lt;kbd&amp;gt;Horizontal&amp;lt;/kbd&amp;gt; and &amp;lt;kbd&amp;gt;Vertical&amp;lt;/kbd&amp;gt;}}&lt;br /&gt;
{{Data Parameters/row|On|Boolean|w=1|0 if Off, 1 if On}}&lt;br /&gt;
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}&lt;br /&gt;
{{Data Parameters/row|SolarIrradiance|Float|w=0|The current solar irradiance (in W/m²)}}&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;
= &amp;lt;big&amp;gt;Motion Sensor&amp;lt;/big&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
The motion sensor activates when a player or a non static object (such as a thrown item or a portable device) enters the large grid cube where the sensor is located, and deactivates when there are no more players or objects. Despite its name, the sensor will stay activated even if the entity does not move inside the cube.&amp;lt;br/&amp;gt;&lt;br /&gt;
This sensor can be useful to build systems that activate when the player is in a specific position (such as automatic doors for example). To check an entire room or area, see [[Sensors#Occupancy_Sensor|Occupancy Sensor]] and [[Sensors#Proximity_Sensor|Proximity Sensor]].&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
{{Data Parameters|&lt;br /&gt;
{{Data Parameters/row|Activate|Boolean|w=1|1 if an entity is detected, 0 otherwise. Even though the game consider it writable, trying to write this variable won&#039;t actually its value.}}&lt;br /&gt;
{{Data Parameters/row|Quantity|Integer|w=0|Number of detected entities}}&lt;br /&gt;
{{Data Parameters/row|On|Boolean|w=1|0 if Off, 1 if On (has no effect)}}&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;
= &amp;lt;big&amp;gt;Gas Sensor&amp;lt;/big&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
The gas sensor will report information about the gas in the current atmosphere, such as pressure, temperature and gases ratio.&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Note: Temperature is given in Kelvin, while your suit gives a readout in Celsius. To convert, use Celsius + 273.15 = Kelvin&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;The gas sensor has no Input parameters, it&#039;s a read only device.&#039;&#039;&#039;&lt;br /&gt;
{{Data Parameters|&lt;br /&gt;
{{Data Parameters/row|Pressure|Float|w=0|In kPa}}&lt;br /&gt;
{{Data Parameters/row|Temperature|Float|w=0|In Kelvin}}&lt;br /&gt;
{{Data Parameters/row|Combustion|Boolean|w=0|1 if the atmosphere is on fire, 0 otherwise}}&lt;br /&gt;
{{Data Parameters/row|RatioOxygen|Float|w=0|Ratio of gaseous [[Oxygen]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioHydrogen|Float|w=0|Ratio of gaseous Hydrogen in the atmosphere (Hydrogen is deprecated and has been replaced by [[Volatiles]])}}&lt;br /&gt;
{{Data Parameters/row|RatioCarbonDioxide|Float|w=0|Ratio of gaseous [[Carbon Dioxide]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioNitrogen|Float|w=0|Ratio of gaseous [[Nitrogen]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioPollutant|Float|w=0|Ratio of gaseous [[Pollutant]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioVolatiles|Float|w=0|Ratio of gaseous [[Volatiles]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioNitrousOxide|Float|w=0|Ratio of gaseous [[Nitrous Oxide]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioSteam|Float|w=0|Ratio of gaseous [[Water]] in the atmosphere}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters/row|RatioLiquidOxygen|Float|w=0|Ratio of liquid [[Oxygen]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioLiquidHydrogen|Float|w=0|Ratio of liquid Hydrogen in the atmosphere (Hydrogen is deprecated and has been replaced by [[Volatiles]])}}&lt;br /&gt;
{{Data Parameters/row|RatioLiquidCarbonDioxide|Float|w=0|Ratio of liquid [[Carbon Dioxide]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioLiquidNitrogen|Float|w=0|Ratio of liquid [[Nitrogen]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioLiquidPollutant|Float|w=0|Ratio of liquid [[Pollutant]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioLiquidVolatiles|Float|w=0|Ratio of liquid [[Volatiles]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioLiquidNitrousOxide|Float|w=0|Ratio of liquid [[Nitrous Oxide]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioWater|Float|w=0|Ratio of liquid [[Water]] in the atmosphere}}&lt;br /&gt;
{{Data Parameters/row|RatioPollutedWater|Float|w=0|Ratio of liquid [[Polluted Water]] in the atmosphere}}&lt;br /&gt;
&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;
= &amp;lt;big&amp;gt;Occupancy Sensor&amp;lt;/big&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
The Occupancy Sensor detects the presence of a player when placed within a defined room. A defined room is when the game detects the space is entirely closed off from the rest of the world with walls, doors, etc. These do not need to be in the finished state to count as sealing a room.&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Note: You can determine if a room is define by using the [[Cartridge#Atmos_Analyzer|Atmos Analyzer]] [[Cartridge]] with the [[Handheld_Tablet|tablet]]. If the top says &amp;quot;Room #&amp;quot; the room is sufficiently closed in.&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unlike to the [[Sensors#Motion_Sensor|Motion Sensor]], the Occupancy Sensor does not detect other entities such as thrown items or portable devices.&amp;lt;br/&amp;gt;&lt;br /&gt;
The Occupancy Sensor can be configured with a [[Cartridge#Atmos_Analyzer|Access Controller]] [[Cartridge]] in a [[Handheld_Tablet|tablet]] to only detect and report players equipped with a specific [[Access Card]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This sensor can be great for systems that need to be activated when a player enters or leaves a room, such as lighting and other machines to preserve energy.&amp;lt;br/&amp;gt;&lt;br /&gt;
To detect players outside of a base or in a certain part of room only, the [[Sensor#Motion_Sensor|Motion Sensor]] and the [[Sensor#Proximity_Sensor|Proximity Sensor]] can be used.&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;The occupancy sensor has no Input parameters, it&#039;s a read only device.&#039;&#039;&#039;&lt;br /&gt;
{{Data Parameters|&lt;br /&gt;
{{Data Parameters/row|Activate|Boolean|w=0|1 if a player is detected, 0 otherwise}}&lt;br /&gt;
{{Data Parameters/row|Quantity|Integer|w=0|Number of players detected}}&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;
= &amp;lt;big&amp;gt;Proximity Sensor&amp;lt;/big&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
The Proximity Sensor will detect players inside a spherical zone with a radius set by the &amp;lt;code&amp;gt;Setting&amp;lt;/code&amp;gt; parameter. This value can be up to 250m and can be set using the dial on the sensor. &amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;Note: By pressing the Quantity Change key, you can increment by 10 instead of 1 when using the dial.&#039;&#039;&amp;lt;br/&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Like the [[Sensors#Occupancy_Sensor|Occupancy Sensor]], the Proximity Sensor can be configured with a [[Cartridge#Atmos_Analyzer|Access Controller]] [[Cartridge]] in a [[Handheld_Tablet|tablet]] to only detect and report players equipped with a specific [[Access Card]].&amp;lt;br/&amp;gt;&lt;br /&gt;
Unlike to the [[Sensors#Motion_Sensor|Motion Sensor]], the Proximity Sensor does not detect other entities such as thrown items or portable devices.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&amp;lt;br/&amp;gt;&lt;br /&gt;
{{Data Parameters|&lt;br /&gt;
{{Data Parameters/row|Activate|Boolean|w=0|1 if a player is detected, 0 otherwise}}&lt;br /&gt;
{{Data Parameters/row|Setting|Float|w=1|Range of the sensor in meter (0 to 250}}&lt;br /&gt;
{{Data Parameters/row|Quantity|Integer|w=0|Number of players detected}}&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;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Talk:Solar_Logic_Circuits_Guide&amp;diff=23654</id>
		<title>Talk:Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Talk:Solar_Logic_Circuits_Guide&amp;diff=23654"/>
		<updated>2025-10-06T10:04:09Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Comment on the rollback&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is atrocious. Can you convert this into English please? I&#039;d like to make a system that resets and turns off at night, and has reasonable power - yet I can&#039;t understand this broken English with barely coherent directions. [[Special:Contributions/121.210.33.50|121.210.33.50]] 01:01, 4 January 2018 (CST)&lt;br /&gt;
&lt;br /&gt;
May be I missed smth, but isn&#039;t a direction where the sun rises is called EAST? And WEST - is were Sun goes down?&lt;br /&gt;
&lt;br /&gt;
Ltmayday: nope west is were the sun comes up, east is were it go&#039;s down, that&#039;s how it say&#039;s on the guides plus vids.&lt;br /&gt;
&lt;br /&gt;
== s ==&lt;br /&gt;
&lt;br /&gt;
When I turned them all on and then powered them from a local power management unit (that way I can turn the entire system &#039;on&#039; or &#039;off&#039; rather than screwing memory by turning random units on in random patterns possibly skewing things - and it did absolutely nothing. It reset to 0% then sat there, and has done for days since. I turned everything off then on again, triple checked EVERY variable is entered correctly, etc. I even renamed all my chips and shit to the letters in the diagram to quadruple check that I didn&#039;t stuff up. And nothing is happening. How are we meant to turn this on? Or reset it when it clearly doesn&#039;t work like this? Any help would be appreciated!&lt;br /&gt;
&lt;br /&gt;
== s ==&lt;br /&gt;
&lt;br /&gt;
The new edits on Jan 4 2020 with both sensors pointing up do not work, at least on Europa. The horizontal sensor&#039;s solarangle is mirrored. This is corrected by flipping the horizontal sensor upside-down, as it was in the previous article.&lt;br /&gt;
&lt;br /&gt;
== s ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve found that you can leave both sensors pointing up, on Mars at least, if you set the Logic C offset according to the solar panels data port, instead of the power port (when you have separate ports). Also, 1.5 works better than 1.8 for me (again, on Mars) for Logic G (memory).&lt;br /&gt;
&lt;br /&gt;
== Making some improvements ==&lt;br /&gt;
After following the new first guide which replaced the old first guide (both 2 sensor, 2 axis), I found the guide to be needlessly complex and confusing. I will be reformatting it and updating the image to make it much clearer to follow. Thank you to the person who originally created the circuit, but it can be made cleaner and clearer for people to follow as a guide. Some of the changes I will be making: -referring to Memory and Processor (Math) chips as Logic is needlessly confusing for a guide. -Layout of the circuit is needlessly complex. There only needs to be one network on the data side of the solar panels. edit: -Adding labels to the ports of the chips in the guide image to make configuration clearer. My changes are complete as of this edit. [[User:Thundergod97|Thundergod97]] ([[User talk:Thundergod97|talk]]) 22:48, 24 June 2020 (CDT)&lt;br /&gt;
&lt;br /&gt;
== question about 2 axis IC build ==&lt;br /&gt;
&lt;br /&gt;
It says &amp;quot;2 sensors setup as shown above&amp;quot; in the materials list. Is this a reference to the old build? Can I add a disclaimer if that&#039;s the case? Can someone? Unless I&#039;m just confused, which is totally possible.&lt;br /&gt;
&lt;br /&gt;
== Why has this guide be vandalized? ==&lt;br /&gt;
&lt;br /&gt;
As a somewhat new-ish player, I always looked at the image and small table to hook up my first solar array.&lt;br /&gt;
&lt;br /&gt;
It used to be a very good quick reference. The image was a bit big, but nothing that couldn&#039;t have been solved.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;guide&amp;quot; is useless now.&lt;br /&gt;
&lt;br /&gt;
https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;amp;oldid=23514 &amp;lt;- this version is very good. Whats wrong with it?&lt;br /&gt;
&lt;br /&gt;
Well, looking at the historic of the page, seems that someone wasn&#039;t happy with the tutorial and more problem occurred. You can see that on september 25th, multiple modifications where made then rolled back due to community backlash. Maybe just rollbacking the page to a previous correct state would help new players to learn solar logic.&lt;br /&gt;
&lt;br /&gt;
-- I have fixed the vandalism. Offenders are warned not to do it again or risk losing editing rights. This is the only warning that will be issued. --[[User:Kittensune|Kittensune]] ([[User talk:Kittensune|talk]]) 22:14, 29 September 2025 (CDT)&lt;br /&gt;
&lt;br /&gt;
-- Kittensune, it was _not_ vandalism, I removed all my contributions to this page because of bullshit criticisms of my work. Please roll back to https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;amp;oldid=11468 because my work on this page is not to appear on the wiki ever again. (Fuddnir)&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=23574</id>
		<title>SystemD Server Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=23574"/>
		<updated>2025-09-25T17:05:00Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Replaced page with link to STM&amp;#039;s repo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide has been made obsolete by JacksonTheMaster&#039;s excellent [https://github.com/SteamServerUI/StationeersServerUI/releases/ SSUI] tool.  &lt;br /&gt;
Give JacksonTheMaster&#039;s repo a star and support their continued work on this excellent tool.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23573</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23573"/>
		<updated>2025-09-25T17:00:04Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: You know what? Fuck it, let Risu eat their words, they can fix it themselves if this was so bad...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]][[Category:Solar power]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.5906.26015 (2025-09-16)&lt;br /&gt;
&lt;br /&gt;
Sorry people. Because &amp;quot;someone&amp;quot; on the Stationeers Discord found the information on this page to be inferior (because I chose to prioritize reduced chance of misconfiguration over pretty math), I&#039;m removing all content that was written by me. GLHF. &lt;br /&gt;
&lt;br /&gt;
== Geometry Of [[Solar Panel|Solar Panels]] and [[Sensors#Daylight Sensor|Daylight Sensors]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TODO&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23572</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23572"/>
		<updated>2025-09-25T10:56:11Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Might as well remove the IC10 scripts, since they also contain logic that offends Risu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]][[Category:Solar power]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.5906.26015 (2025-09-16)&lt;br /&gt;
&lt;br /&gt;
While this specific Guide calls out the sensor being place in a specific direction (north - 0 degrees), it&#039;s not necessary to orient your sensors to a specific direction.&lt;br /&gt;
If you find your panels don&#039;t point at the sun, you can add either 0, 90, 180 or 270 to the horizontal until they point at the sun. This guide is an attempt &lt;br /&gt;
to simplify the setup by removing an extra math, and memory chip (6 chips instead of 8). &lt;br /&gt;
&lt;br /&gt;
== Geometry Of [[Solar Panel|Solar Panels]] and [[Sensors#Daylight Sensor|Daylight Sensors]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What do you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Kit (Logic I/O)]] x4&lt;br /&gt;
* [[Kit (Logic Processor)]]&lt;br /&gt;
* [[Kit (Logic Memory)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, &#039;&#039;&#039;with the Data Port facing north (0 degrees).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Correction Math || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun, you make sure to &#039;&#039;&#039;put the Power Port on the panels facing east (east - 90 degrees).&#039;&#039;&#039; If you&#039;ve already built the panels and logic with the Power Port facing west, swapping the direction of the sensor so that its Data Port faces south will allow the setup to work with no additional changes.&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might be a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Integrated Circuit (IC10)]]&lt;br /&gt;
* [[Kit (IC Housing)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* [[Kit (Computer)]]&lt;br /&gt;
* [[Motherboard (IC Editor)|IC Editor Motherboard]]&lt;br /&gt;
&lt;br /&gt;
Place the &#039;&#039;&#039;Daylight Sensor&#039;&#039;&#039; facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The &#039;&#039;&#039;Daylight Sensor&#039;&#039;&#039; is connected to the &#039;&#039;&#039;d0&#039;&#039;&#039; screw, that&#039;s all you need.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23571</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23571"/>
		<updated>2025-09-25T10:53:21Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: The logic in this article offends Risu, so I&amp;#039;m withdrawing the explanatory image I made for the article.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]][[Category:Solar power]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.5906.26015 (2025-09-16)&lt;br /&gt;
&lt;br /&gt;
While this specific Guide calls out the sensor being place in a specific direction (north - 0 degrees), it&#039;s not necessary to orient your sensors to a specific direction.&lt;br /&gt;
If you find your panels don&#039;t point at the sun, you can add either 0, 90, 180 or 270 to the horizontal until they point at the sun. This guide is an attempt &lt;br /&gt;
to simplify the setup by removing an extra math, and memory chip (6 chips instead of 8). &lt;br /&gt;
&lt;br /&gt;
== Geometry Of [[Solar Panel|Solar Panels]] and [[Sensors#Daylight Sensor|Daylight Sensors]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What do you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Kit (Logic I/O)]] x4&lt;br /&gt;
* [[Kit (Logic Processor)]]&lt;br /&gt;
* [[Kit (Logic Memory)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, &#039;&#039;&#039;with the Data Port facing north (0 degrees).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Correction Math || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun, you make sure to &#039;&#039;&#039;put the Power Port on the panels facing east (east - 90 degrees).&#039;&#039;&#039; If you&#039;ve already built the panels and logic with the Power Port facing west, swapping the direction of the sensor so that its Data Port faces south will allow the setup to work with no additional changes.&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might be a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Integrated Circuit (IC10)]]&lt;br /&gt;
* [[Kit (IC Housing)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* [[Kit (Computer)]]&lt;br /&gt;
* [[Motherboard (IC Editor)|IC Editor Motherboard]]&lt;br /&gt;
&lt;br /&gt;
Place the &#039;&#039;&#039;Daylight Sensor&#039;&#039;&#039; facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The &#039;&#039;&#039;Daylight Sensor&#039;&#039;&#039; is connected to the &#039;&#039;&#039;d0&#039;&#039;&#039; screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
A simple code example can be found here: https://stationeering.com/tools/ic/_2FpmwojGnBq&amp;lt;br&amp;gt;&lt;br /&gt;
This code is considered &amp;quot;inefficient&amp;quot; since it&#039;s hard-coded to spam all types of solar panels, even if you don&#039;t have them.&lt;br /&gt;
&lt;br /&gt;
A better code example can be found here: https://stationeering.com/tools/ic/_2FpoBEcd3QK&amp;lt;br&amp;gt;&lt;br /&gt;
It targets the solar-panel types on &#039;&#039;&#039;d2&#039;&#039;&#039; and (optionally) &#039;&#039;&#039;d3&#039;&#039;&#039;, so it&#039;s less spammy. It also has an option for a display (&#039;&#039;&#039;Kit (Console)&#039;&#039;&#039;) on &#039;&#039;&#039;d1&#039;&#039;&#039; that shows the sum of power output from both types of panels&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23512</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23512"/>
		<updated>2025-09-20T11:50:56Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Put emphasis on the directions to put the Daylight Sensor and the Solar Panels&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]][[Category:Solar power]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.5906.26015 (2025-09-16)&lt;br /&gt;
&lt;br /&gt;
While this specific Guide calls out the sensor being place a specific direction(north), its not necessary to orient your sensors to a specific direction.&lt;br /&gt;
If you find your panels don&#039;t point at the sun, you can add either 0,90,180 or 270 to the horizontal until they point at the sun. This guide is an attempt &lt;br /&gt;
to simplify the setup by removing an extra math, and memory chip(6 chips instead of 8). &lt;br /&gt;
&lt;br /&gt;
== Geometry Of [[Solar Panel|Solar Panels]] and [[Sensors#Daylight Sensor|Daylight Sensors]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Kit (Logic I/O)]] x4&lt;br /&gt;
* [[Kit (Logic Processor)]]&lt;br /&gt;
* [[Kit (Logic Memory)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, &#039;&#039;&#039;with the Data Port facing north.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Correction Math || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:2022-10-02 Two-axis solar tracking.png|Accurate two-axis solar tracking]]&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to &#039;&#039;&#039;put the Power Port on the panels facing east (90 degrees).&#039;&#039;&#039; If you&#039;ve already built the panels and logic with the Power Port facing west, swapping the direction of the sensor so that its Data Port faces south will allow the setup to work with no additional changes.&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might be a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Integrated Circuit (IC10)]]&lt;br /&gt;
* [[Kit (IC Housing)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* [[Kit (Computer)]]&lt;br /&gt;
* [[Motherboard (IC Editor)|IC Editor Motherboard]]&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
A simple code example can be found here: https://stationeering.com/tools/ic/_2FpmwojGnBq&amp;lt;br&amp;gt;&lt;br /&gt;
This code is considered &amp;quot;inefficient&amp;quot; since it&#039;s hard-coded to spam all types of solar panels, even if you don&#039;t have them.&lt;br /&gt;
&lt;br /&gt;
A better code example can be found here: https://stationeering.com/tools/ic/_2FpoBEcd3QK&amp;lt;br&amp;gt;&lt;br /&gt;
It targets the solar-panel types on d2 and (optionally) d3, so it&#039;s less spammy. It also has an option for a display (Kit (Console)) on d1 that shows the sum of power output from both types of panels&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23511</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=23511"/>
		<updated>2025-09-20T11:47:39Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Updated &amp;quot;valid as of&amp;quot; version and date to reflect that it&amp;#039;s been tested in this version, and still works&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]][[Category:Solar power]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.5906.26015 (2025-09-16)&lt;br /&gt;
&lt;br /&gt;
While this specific Guide calls out the sensor being place a specific direction(north), its not necessary to orient your sensors to a specific direction.&lt;br /&gt;
If you find your panels don&#039;t point at the sun, you can add either 0,90,180 or 270 to the horizontal until they point at the sun. This guide is an attempt &lt;br /&gt;
to simplify the setup by removing an extra math, and memory chip(6 chips instead of 8). &lt;br /&gt;
&lt;br /&gt;
== Geometry Of [[Solar Panel|Solar Panels]] and [[Sensors#Daylight Sensor|Daylight Sensors]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Kit (Logic I/O)]] x4&lt;br /&gt;
* [[Kit (Logic Processor)]]&lt;br /&gt;
* [[Kit (Logic Memory)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Correction Math || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:2022-10-02 Two-axis solar tracking.png|Accurate two-axis solar tracking]]&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees). If you&#039;ve already built the panels and logic with the Power Port facing west, swapping the direction of the sensor so that its Data Port faces south will allow the setup to work with no additional changes.&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might be a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Integrated Circuit (IC10)]]&lt;br /&gt;
* [[Kit (IC Housing)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* [[Kit (Computer)]]&lt;br /&gt;
* [[Motherboard (IC Editor)|IC Editor Motherboard]]&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
A simple code example can be found here: https://stationeering.com/tools/ic/_2FpmwojGnBq&amp;lt;br&amp;gt;&lt;br /&gt;
This code is considered &amp;quot;inefficient&amp;quot; since it&#039;s hard-coded to spam all types of solar panels, even if you don&#039;t have them.&lt;br /&gt;
&lt;br /&gt;
A better code example can be found here: https://stationeering.com/tools/ic/_2FpoBEcd3QK&amp;lt;br&amp;gt;&lt;br /&gt;
It targets the solar-panel types on d2 and (optionally) d3, so it&#039;s less spammy. It also has an option for a display (Kit (Console)) on d1 that shows the sum of power output from both types of panels&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Making_the_most_of_smelting&amp;diff=22527</id>
		<title>Making the most of smelting</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Making_the_most_of_smelting&amp;diff=22527"/>
		<updated>2025-03-22T11:50:37Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Missed a markdown italic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can make a lot of alloys in the furnace if you just work smart. I&#039;ve found I can make Constantan, Invar, Electrum &#039;&#039;and&#039;&#039; Solder in one batch with a bit of preparation.&lt;br /&gt;
&lt;br /&gt;
== First, a bit of theory ==&lt;br /&gt;
The trick is to start with a high temperature and pressure, use each batch of ores to lower the temperature for the next batch etc. However, this requires a furnace setup that is set up for this. This can of course be automated with logic, but this is a guide to help you get these alloys in early-game. The limitation with this method is that you can&#039;t smelt massive loads of ores. Smelting ores takes heat, so as soon as you&#039;re done with Constantan, you&#039;re &amp;quot;on the clock&amp;quot;. Smelting 200g of Invar and Electrum should be easy, but the larger the batches you smelt, the narrower the margins get.&lt;br /&gt;
&lt;br /&gt;
== The alloys ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Alloy !! Smelting temperature range !! Pressure range !! Ingredient #1 !! Ingredient #2&lt;br /&gt;
|-&lt;br /&gt;
| Constantan ||  1000-100,000K ||  20-100MPa || Copper || Nickel &lt;br /&gt;
|-&lt;br /&gt;
| Invar      ||  1200-1500K ||  18-20MPa || Iron || Nickel &lt;br /&gt;
|-&lt;br /&gt;
| Electrum   ||  600-100,000K ||  800-2400kPa || Silver || Gold &lt;br /&gt;
|-&lt;br /&gt;
| Solder     ||  350-550K ||  1-100MPa || Iron || Lead &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== The setup ==&lt;br /&gt;
Hook up a Furnace with a Volume Pump, insulated gas pipes in between. What&#039;s after the pump is up to you, as long as the gas has a place to go. A chute-system that makes adding ores easier is also recommended. Set the Volume Pump to max (10l).&lt;br /&gt;
&lt;br /&gt;
* Add 10+10 of Oxite and Volatiles and activate.&lt;br /&gt;
** Wait for combustion to end, check pressure. If it&#039;s under or near 20MPa, add more Volatiles.&lt;br /&gt;
*Add 100 Copper and 100 Nickel, wait for it to smelt.&lt;br /&gt;
**Keep an eye on the temperature. If it gets close to 1800K, stop adding ores.&lt;br /&gt;
**Eject your Constantan.&lt;br /&gt;
*Add 100 Nickel and 100 Iron, wait for it to smelt.&lt;br /&gt;
**Once temperature dips below 1500K, activate the Volume Pump and bring the pressure under 20MPa.&lt;br /&gt;
**Eject your Invar.&lt;br /&gt;
*Add 100 Silver and 100 Gold, wait for it to smelt.&lt;br /&gt;
**Activate the Volume Pump and bring the pressure under 2.4MPa, ensure temperature stays above 600K.&lt;br /&gt;
**Eject your Electrum.&lt;br /&gt;
*Add 100 Iron and 100 Lead, wait for it to smelt.&lt;br /&gt;
**Ensure pressure stays above 1MPa, wait for temperature to drop under 550K.&lt;br /&gt;
**Eject your Solder.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And we&#039;re done!&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Making_the_most_of_smelting&amp;diff=22526</id>
		<title>Making the most of smelting</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Making_the_most_of_smelting&amp;diff=22526"/>
		<updated>2025-03-22T11:49:34Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: First run at setting up the page. WikiMarkup is a pain to work with, I wish I could do this in GitHub Markdown...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can make a lot of alloys in the furnace if you just work smart. I&#039;ve found I can make Constantan, Invar, Electrum _and_ Solder in one batch with a bit of preparation.&lt;br /&gt;
&lt;br /&gt;
== First, a bit of theory ==&lt;br /&gt;
The trick is to start with a high temperature and pressure, use each batch of ores to lower the temperature for the next batch etc. However, this requires a furnace setup that is set up for this. This can of course be automated with logic, but this is a guide to help you get these alloys in early-game. The limitation with this method is that you can&#039;t smelt massive loads of ores. Smelting ores takes heat, so as soon as you&#039;re done with Constantan, you&#039;re &amp;quot;on the clock&amp;quot;. Smelting 200g of Invar and Electrum should be easy, but the larger the batches you smelt, the narrower the margins get.&lt;br /&gt;
&lt;br /&gt;
== The alloys ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Alloy !! Smelting temperature range !! Pressure range !! Ingredient #1 !! Ingredient #2&lt;br /&gt;
|-&lt;br /&gt;
| Constantan ||  1000-100,000K ||  20-100MPa || Copper || Nickel &lt;br /&gt;
|-&lt;br /&gt;
| Invar      ||  1200-1500K ||  18-20MPa || Iron || Nickel &lt;br /&gt;
|-&lt;br /&gt;
| Electrum   ||  600-100,000K ||  800-2400kPa || Silver || Gold &lt;br /&gt;
|-&lt;br /&gt;
| Solder     ||  350-550K ||  1-100MPa || Iron || Lead &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== The setup ==&lt;br /&gt;
Hook up a Furnace with a Volume Pump, insulated gas pipes in between. What&#039;s after the pump is up to you, as long as the gas has a place to go. A chute-system that makes adding ores easier is also recommended. Set the Volume Pump to max (10l).&lt;br /&gt;
&lt;br /&gt;
* Add 10+10 of Oxite and Volatiles and activate.&lt;br /&gt;
** Wait for combustion to end, check pressure. If it&#039;s under or near 20MPa, add more Volatiles.&lt;br /&gt;
*Add 100 Copper and 100 Nickel, wait for it to smelt.&lt;br /&gt;
**Keep an eye on the temperature. If it gets close to 1800K, stop adding ores.&lt;br /&gt;
**Eject your Constantan.&lt;br /&gt;
*Add 100 Nickel and 100 Iron, wait for it to smelt.&lt;br /&gt;
**Once temperature dips below 1500K, activate the Volume Pump and bring the pressure under 20MPa.&lt;br /&gt;
**Eject your Invar.&lt;br /&gt;
*Add 100 Silver and 100 Gold, wait for it to smelt.&lt;br /&gt;
**Activate the Volume Pump and bring the pressure under 2.4MPa, ensure temperature stays above 600K.&lt;br /&gt;
**Eject your Electrum.&lt;br /&gt;
*Add 100 Iron and 100 Lead, wait for it to smelt.&lt;br /&gt;
**Ensure pressure stays above 1MPa, wait for temperature to drop under 550K.&lt;br /&gt;
**Eject your Solder.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And we&#039;re done!&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Guides_and_Tutorials&amp;diff=22525</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=22525"/>
		<updated>2025-03-22T11:12:40Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added link to my alloy-smelting guide&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;Basic Skills&amp;quot;&lt;br /&gt;
* &amp;quot;Construction&amp;quot;&lt;br /&gt;
* &amp;quot;Mining + Fabrication&amp;quot;&lt;br /&gt;
* &amp;quot;Airlocks&amp;quot;&lt;br /&gt;
* &amp;quot;Alloy Smelting&amp;quot;&lt;br /&gt;
* &amp;quot;Hydroponics, Hydration + Food&amp;quot;&lt;br /&gt;
* &amp;quot;Gas Mixing&amp;quot;&lt;br /&gt;
* &amp;quot;Logic&amp;quot;&lt;br /&gt;
* &amp;quot;Research&amp;quot;&lt;br /&gt;
* &amp;quot;Rocketry&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_-_Automated_Rocket_Modules_(A.R.M.)|&amp;quot;Automated Rocket Modules (A.R.M.)&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Travelling_to_Other_Planets|&amp;quot;Travelling to Other Planets&amp;quot;]]&lt;br /&gt;
* [[Ingame_Guides_-_Rocket_Shuttle_Modules|&amp;quot;Rocket Shuttle Modules&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;
        &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;/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;/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>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Grow_light_automation&amp;diff=22504</id>
		<title>Grow light automation</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Grow_light_automation&amp;diff=22504"/>
		<updated>2025-03-17T07:37:43Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Removed &amp;quot;requirements for placing Daylight sensor. They aren&amp;#039;t required...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3771.18264 (2023-01-12)&lt;br /&gt;
&lt;br /&gt;
== Geometry of Daylight Sensors ==&lt;br /&gt;
The Solar Angle variable from Daylight Sensors go from 0 degrees at mid-day, to 180 degrees at midnight, and then back to 0 degrees. The value is never negative.&lt;br /&gt;
&lt;br /&gt;
[[File:Daylight sensor vertical.png]]&lt;br /&gt;
&lt;br /&gt;
== How much light/dark do plants need? ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plant !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 !! 10 !! 11 !! 12 !! 13 !! 14 !! 15 !! 16 !! 17 !! 18 !! 19 !! 20&lt;br /&gt;
|-&lt;br /&gt;
| Corn || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  ||  || D || D|| D || D&lt;br /&gt;
|-&lt;br /&gt;
| Potato || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  || D || D|| D || D&lt;br /&gt;
|-&lt;br /&gt;
| Pumpkin || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  ||  ||  ||  || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Rice || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Soybean || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Tomato || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Wheat || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Darga Fern || L || L || L || L || L || L  || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Fern || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||   ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Hades Alpha || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Hades Beta || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Peace Lily || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Switch Grass || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Tropical Lily || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Winterspawn Alpha || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Winterspawn Beta || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As you can see from the table above, most plants need a minimum of 10 minutes of light, and 5 minutes of darkness. We can split the remaining 5 minutes equally, giving us 12.5 minutes of light and 7.5 minutes of darkness.&lt;br /&gt;
&lt;br /&gt;
== Let&#039;s do some math... ==&lt;br /&gt;
* The planet rotates 360 degrees per day.&lt;br /&gt;
* A day is 20 minutes.&lt;br /&gt;
&amp;lt;code&amp;gt;360 degrees / 20 minutes = 18 degrees per minute&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* We need light for 12.5 minutes per day.&lt;br /&gt;
&amp;lt;code&amp;gt;18 degrees per minute * 12.5 minutes = 225 degrees&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* We want half the light-budget on either side of mid-day&lt;br /&gt;
&amp;lt;code&amp;gt;225 degrees / 2 = 112.5 degrees on either side&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bringing it all together ==&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Logic I/O (x2) &amp;gt; Reader and Batch Writer&lt;br /&gt;
* Logic Processor &amp;gt; Compare&lt;br /&gt;
* Logic Memory&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
* Place the Daylight Sensor. Direction of data-port doesn&#039;t matter.&lt;br /&gt;
* &#039;&#039;&#039;Logic Reader&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;IN:&#039;&#039;&#039; Daylight Sensor &#039;&#039;&#039;VAR:&#039;&#039;&#039; Solar Angle&lt;br /&gt;
* &#039;&#039;&#039;Logic Memory&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;Value:&#039;&#039;&#039; 112.5&lt;br /&gt;
* &#039;&#039;&#039;Logic Compare&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;1:&#039;&#039;&#039; Logic Reader &#039;&#039;&#039;2:&#039;&#039;&#039; Logic Memory &#039;&#039;&#039;OUT:&#039;&#039;&#039; Less&lt;br /&gt;
* &#039;&#039;&#039;Logic Batch Writer&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;IN:&#039;&#039;&#039; Logic Compare &#039;&#039;&#039;OUT TYPE:&#039;&#039;&#039; Grow Light &#039;&#039;&#039;OUT VAR:&#039;&#039;&#039; On&lt;br /&gt;
&lt;br /&gt;
== Saving Power ==&lt;br /&gt;
You can save a bit of power by delaying turning on the light. If you reduce the time with lights to 10.5 minutes, then you can set the Logic Memory to 94.5.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=22341</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=22341"/>
		<updated>2024-12-20T16:08:07Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Stationeering site works again, no need for the Archive.org links, but thanks for fixing it while it was needed!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]][[Category:Solar power]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)&lt;br /&gt;
&lt;br /&gt;
While this specific Guide calls out the sensor being place a specific direction(north), its not necessary to orient your sensors to a specific direction.&lt;br /&gt;
If you find your panels don&#039;t point at the sun, you can add either 0,90,180 or 270 to the horizontal until they point at the sun. This guide is an attempt &lt;br /&gt;
to simplify the setup by removing an extra math, and memory chip(6 chips instead of 8). &lt;br /&gt;
&lt;br /&gt;
== Geometry Of [[Solar Panel|Solar Panels]] and [[Sensors#Daylight Sensor|Daylight Sensors]] ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Kit (Logic I/O)]] x4&lt;br /&gt;
* [[Kit (Logic Processor)]]&lt;br /&gt;
* [[Kit (Logic Memory)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Correction Math || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:2022-10-02 Two-axis solar tracking.png|Accurate two-axis solar tracking]]&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees). If you&#039;ve already built the panels and logic with the Power Port facing west, swapping the direction of the sensor so that its Data Port faces south will allow the setup to work with no additional changes.&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might be a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* [[Integrated Circuit (IC10)]]&lt;br /&gt;
* [[Kit (IC Housing)]]&lt;br /&gt;
* [[Sensors|Kit (Sensor)]] &amp;gt; [[Sensors#Daylight Sensor|Daylight Sensor]]&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* [[Kit (Computer)]]&lt;br /&gt;
* [[Motherboard (IC Editor)|IC Editor Motherboard]]&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
A simple code example can be found here: https://stationeering.com/tools/ic/_2FpmwojGnBq&amp;lt;br&amp;gt;&lt;br /&gt;
This code is considered &amp;quot;inefficient&amp;quot; since it&#039;s hard-coded to spam all types of solar panels, even if you don&#039;t have them.&lt;br /&gt;
&lt;br /&gt;
A better code example can be found here: https://stationeering.com/tools/ic/_2FpoBEcd3QK&amp;lt;br&amp;gt;&lt;br /&gt;
It targets the solar-panel types on d2 and (optionally) d3, so it&#039;s less spammy. It also has an option for a display (Kit (Console)) on d1 that shows the sum of power output from both types of panels&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=20026</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=20026"/>
		<updated>2024-03-16T23:59:29Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Removed the single-axis tracker as the orbital-mechanics have made it obsolete...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)&lt;br /&gt;
&lt;br /&gt;
While this specific Guide calls out the sensor being place a specific direction(north), its not necessary to orient your sensors to a specific direction.&lt;br /&gt;
 If you find your panels don&#039;t point at the sun, you can add either 0,90,180 or 270 to the horizontal until they point at the sun. This guide is an attempt &lt;br /&gt;
to simplify the setup by removing an extra math, and memory chip(6 chips instead of 8). &lt;br /&gt;
&lt;br /&gt;
== Geometry Of Solar Panels and Daylight Sensors ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x4&lt;br /&gt;
* Kit (Logic Processor)&lt;br /&gt;
* Kit (Logic Memory)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Correction Math || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:2022-10-02 Two-axis solar tracking.png|Accurate two-axis solar tracking]]&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees). If you&#039;ve already built the panels and logic with the Power Port facing west, swapping the direction of the sensor so that its Data Port faces south will allow the setup to work with no additional changes.&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might be a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Integrated Circuit (IC10)&lt;br /&gt;
* Kit (IC Housing)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* Kit (Computer)&lt;br /&gt;
* IC Editor Motherboard&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
A simple code example can be found here: https://stationeering.com/tools/ic/_2FpmwojGnBq&amp;lt;br&amp;gt;&lt;br /&gt;
This code is considered &amp;quot;inefficient&amp;quot; since it&#039;s hard-coded to spam all types of solar panels, even if you don&#039;t have them.&lt;br /&gt;
&lt;br /&gt;
A better code example can be found here: https://stationeering.com/tools/ic/_2FpoBEcd3QK&amp;lt;br&amp;gt;&lt;br /&gt;
It targets the solar-panel types on d2 and (optionally) d3, so it&#039;s less spammy. It also has an option for a display (Kit (Console)) on d1 that shows the sum of power output from both types of panels&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19780</id>
		<title>Deep Miner</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19780"/>
		<updated>2024-01-16T20:28:05Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Entered final numbers for Venus&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:ItemKitDeepMiner.png|thumb|Screen-grab of Deep Miner Kit from Stationpedia]]&lt;br /&gt;
 | name        = Kit (Deep Miner)&lt;br /&gt;
 | createdwith = [[Autolathe]] Tier 2&lt;br /&gt;
 | cost        = 30g [[Steel]], 5g [[Invar]], 5g [[Constantan]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Deep Miner&lt;br /&gt;
 | image            = [[File:StructureDeepMiner.png|thumb|Screen-grab of Deep Miner Structure from Stationpedia]]&lt;br /&gt;
 | power_usage      = 500W&lt;br /&gt;
 | placed_with_item = [[Kit (Deep Miner)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | const_with_tool1 = [[Welding Torch]], [[Screwdriver]], [[Screwdriver]]&lt;br /&gt;
 | const_with_item1 = 12x [[Steel Sheets]], 5x [[Cable Coil]], 4x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]], [[Wire Cutters]], [[Angle Grinder]],  [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Kit (Deep Miner)]], 2x [[Steel Sheet]], 2x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Drills through terrain until it hits bedrock. Once inside bedrock 10 or 11 [[Dirty Ore]] is produced every 80 to 100 seconds&amp;lt;ref&amp;gt;data extracted from game&#039;s file&amp;lt;/ref&amp;gt;. Both values are random each time, by average 10.5 ore every 90s (7 ore per minute).&lt;br /&gt;
&lt;br /&gt;
Drill consumes 500 watts&lt;br /&gt;
&lt;br /&gt;
Data/logic parameters currently incomprehensible to page contributor.&lt;br /&gt;
&lt;br /&gt;
== Ore distribution == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Most locations have the same ore-distribution table, Venus and Vulcan being the exceptions.&lt;br /&gt;
The percentages may not add up to exactly 100% due to rounding, and your numbers may be slightly different due to the random number generator that selects what ore comes out of a Dirty Ore when cleaned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Ore !! Standard !! Venus !! Vulcan&lt;br /&gt;
|-&lt;br /&gt;
| Iron || 39.5% || 40.0% || 31.7%&lt;br /&gt;
|-&lt;br /&gt;
| Gold || 5.7% || 4.9% || 4.2%&lt;br /&gt;
|-&lt;br /&gt;
| Uranium || 0.6% || 0.7% || 0.7%&lt;br /&gt;
|-&lt;br /&gt;
| Copper || 14.3% || 20.6% || 18.2%&lt;br /&gt;
|-&lt;br /&gt;
| Hydrocarbon || 20.2% || 19.8% || 17.0%&lt;br /&gt;
|-&lt;br /&gt;
| Silver || 2.9% || 3.8% || 8.3%&lt;br /&gt;
|-&lt;br /&gt;
| Nickel || 3.0% || 3.3% || 7.7%&lt;br /&gt;
|-&lt;br /&gt;
| Lead || 2.9% || 1.8% || 2.1%&lt;br /&gt;
|-&lt;br /&gt;
| Silicon || 9.1% || 4.3% || 8.6%&lt;br /&gt;
|-&lt;br /&gt;
| Cobalt || 1.7% || 0.9% || 1.5%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19779</id>
		<title>Deep Miner</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19779"/>
		<updated>2024-01-16T17:45:58Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added Venus numbers&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:ItemKitDeepMiner.png|thumb|Screen-grab of Deep Miner Kit from Stationpedia]]&lt;br /&gt;
 | name        = Kit (Deep Miner)&lt;br /&gt;
 | createdwith = [[Autolathe]] Tier 2&lt;br /&gt;
 | cost        = 30g [[Steel]], 5g [[Invar]], 5g [[Constantan]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Deep Miner&lt;br /&gt;
 | image            = [[File:StructureDeepMiner.png|thumb|Screen-grab of Deep Miner Structure from Stationpedia]]&lt;br /&gt;
 | power_usage      = 500W&lt;br /&gt;
 | placed_with_item = [[Kit (Deep Miner)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | const_with_tool1 = [[Welding Torch]], [[Screwdriver]], [[Screwdriver]]&lt;br /&gt;
 | const_with_item1 = 12x [[Steel Sheets]], 5x [[Cable Coil]], 4x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]], [[Wire Cutters]], [[Angle Grinder]],  [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Kit (Deep Miner)]], 2x [[Steel Sheet]], 2x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Drills through terrain until it hits bedrock. Once inside bedrock 10 or 11 [[Dirty Ore]] is produced every 80 to 100 seconds&amp;lt;ref&amp;gt;data extracted from game&#039;s file&amp;lt;/ref&amp;gt;. Both values are random each time, by average 10.5 ore every 90s (7 ore per minute).&lt;br /&gt;
&lt;br /&gt;
Drill consumes 500 watts&lt;br /&gt;
&lt;br /&gt;
Data/logic parameters currently incomprehensible to page contributor.&lt;br /&gt;
&lt;br /&gt;
== Ore distribution == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Most locations have the same ore-distribution table, Venus and Vulcan being the exceptions.&lt;br /&gt;
The percentages may not add up to exactly 100% due to rounding, and your numbers may be slightly different due to the random number generator that selects what ore comes out of a Dirty Ore when cleaned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Ore !! Standard !! Venus !! Vulcan&lt;br /&gt;
|-&lt;br /&gt;
| Iron || 39.5% || 40.3% || 31.7%&lt;br /&gt;
|-&lt;br /&gt;
| Gold || 5.7% || 4.9% || 4.2%&lt;br /&gt;
|-&lt;br /&gt;
| Uranium || 0.6% || 0.7% || 0.7%&lt;br /&gt;
|-&lt;br /&gt;
| Copper || 14.3% || 20.7% || 18.2%&lt;br /&gt;
|-&lt;br /&gt;
| Hydrocarbon || 20.2% || 19.7% || 17.0%&lt;br /&gt;
|-&lt;br /&gt;
| Silver || 2.9% || 3.7% || 8.3%&lt;br /&gt;
|-&lt;br /&gt;
| Nickel || 3.0% || 3.2% || 7.7%&lt;br /&gt;
|-&lt;br /&gt;
| Lead || 2.9% || 1.8% || 2.1%&lt;br /&gt;
|-&lt;br /&gt;
| Silicon || 9.1% || 4.2% || 8.6%&lt;br /&gt;
|-&lt;br /&gt;
| Cobalt || 1.7% || 1.0% || 1.5%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19764</id>
		<title>Deep Miner</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19764"/>
		<updated>2024-01-14T21:43:38Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Entered final numbers for Vulcan&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:ItemKitDeepMiner.png|thumb|Screen-grab of Deep Miner Kit from Stationpedia]]&lt;br /&gt;
 | name        = Kit (Deep Miner)&lt;br /&gt;
 | createdwith = [[Autolathe]] Tier 2&lt;br /&gt;
 | cost        = 30g [[Steel]], 5g [[Invar]], 5g [[Constantan]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Deep Miner&lt;br /&gt;
 | image            = [[File:StructureDeepMiner.png|thumb|Screen-grab of Deep Miner Structure from Stationpedia]]&lt;br /&gt;
 | power_usage      = 500W&lt;br /&gt;
 | placed_with_item = [[Kit (Deep Miner)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | const_with_tool1 = [[Welding Torch]], [[Screwdriver]], [[Screwdriver]]&lt;br /&gt;
 | const_with_item1 = 12x [[Steel Sheets]], 5x [[Cable Coil]], 4x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]], [[Wire Cutters]], [[Angle Grinder]],  [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Kit (Deep Miner)]], 2x [[Steel Sheet]], 2x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Drills through terrain until it hits bedrock. Once inside bedrock 10 or 11 [[Dirty Ore]] is produced every 80 to 100 seconds&amp;lt;ref&amp;gt;data extracted from game&#039;s file&amp;lt;/ref&amp;gt;. Both values are random each time, by average 10.5 ore every 90s (7 ore per minute).&lt;br /&gt;
&lt;br /&gt;
Drill consumes 500 watts&lt;br /&gt;
&lt;br /&gt;
Data/logic parameters currently incomprehensible to page contributor.&lt;br /&gt;
&lt;br /&gt;
== Ore distribution == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Most locations have the same ore-distribution table, Venus and Vulcan being the exceptions.&lt;br /&gt;
The percentages may not add up to exactly 100% due to rounding, and your numbers may be slightly different due to the random number generator that selects what ore comes out of a Dirty Ore when cleaned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Ore !! Standard !! Venus !! Vulcan&lt;br /&gt;
|-&lt;br /&gt;
| Iron || 39.5% || % || 31.7%&lt;br /&gt;
|-&lt;br /&gt;
| Gold || 5.7% || % || 4.2%&lt;br /&gt;
|-&lt;br /&gt;
| Uranium || 0.6% || % || 0.7%&lt;br /&gt;
|-&lt;br /&gt;
| Copper || 14.3% || % || 18.2%&lt;br /&gt;
|-&lt;br /&gt;
| Hydrocarbon || 20.2% || % || 17.0%&lt;br /&gt;
|-&lt;br /&gt;
| Silver || 2.9% || % || 8.3%&lt;br /&gt;
|-&lt;br /&gt;
| Nickel || 3.0% || % || 7.7%&lt;br /&gt;
|-&lt;br /&gt;
| Lead || 2.9% || % || 2.1%&lt;br /&gt;
|-&lt;br /&gt;
| Silicon || 9.1% || % || 8.6%&lt;br /&gt;
|-&lt;br /&gt;
| Cobalt || 1.7% || % || 1.5%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19760</id>
		<title>Deep Miner</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19760"/>
		<updated>2024-01-14T09:43:44Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Replaced individual tables with a single sortable table&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:ItemKitDeepMiner.png|thumb|Screen-grab of Deep Miner Kit from Stationpedia]]&lt;br /&gt;
 | name        = Kit (Deep Miner)&lt;br /&gt;
 | createdwith = [[Autolathe]] Tier 2&lt;br /&gt;
 | cost        = 30g [[Steel]], 5g [[Invar]], 5g [[Constantan]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Deep Miner&lt;br /&gt;
 | image            = [[File:StructureDeepMiner.png|thumb|Screen-grab of Deep Miner Structure from Stationpedia]]&lt;br /&gt;
 | power_usage      = 500W&lt;br /&gt;
 | placed_with_item = [[Kit (Deep Miner)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | const_with_tool1 = [[Welding Torch]], [[Screwdriver]], [[Screwdriver]]&lt;br /&gt;
 | const_with_item1 = 12x [[Steel Sheets]], 5x [[Cable Coil]], 4x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]], [[Wire Cutters]], [[Angle Grinder]],  [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Kit (Deep Miner)]], 2x [[Steel Sheet]], 2x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Drills through terrain until it hits bedrock. Once inside bedrock 10 or 11 [[Dirty Ore]] is produced every 80 to 100 seconds&amp;lt;ref&amp;gt;data extracted from game&#039;s file&amp;lt;/ref&amp;gt;. Both values are random each time, by average 10.5 ore every 90s (7 ore per minute).&lt;br /&gt;
&lt;br /&gt;
Drill consumes 500 watts&lt;br /&gt;
&lt;br /&gt;
Data/logic parameters currently incomprehensible to page contributor.&lt;br /&gt;
&lt;br /&gt;
== Ore distribution == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Most locations have the same ore-distribution table, Venus and Vulcan being the exceptions.&lt;br /&gt;
The percentages may not add up to exactly 100% due to rounding, and your numbers may be slightly different due to the random number generator that selects what ore comes out of a Dirty Ore when cleaned.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Ore !! Standard !! Venus !! Vulcan&lt;br /&gt;
|-&lt;br /&gt;
| Iron || 39.5% || % || 31.1%&lt;br /&gt;
|-&lt;br /&gt;
| Gold || 5.7% || % || 4.4%&lt;br /&gt;
|-&lt;br /&gt;
| Uranium || 0.6% || % || 0.7%&lt;br /&gt;
|-&lt;br /&gt;
| Copper || 14.3% || % || 18.1%&lt;br /&gt;
|-&lt;br /&gt;
| Hydrocarbon || 20.2% || % || 17.1%&lt;br /&gt;
|-&lt;br /&gt;
| Silver || 2.9% || % || 8.2%&lt;br /&gt;
|-&lt;br /&gt;
| Nickel || 3.0% || % || 8.0%&lt;br /&gt;
|-&lt;br /&gt;
| Lead || 2.9% || % || 2.1%&lt;br /&gt;
|-&lt;br /&gt;
| Silicon || 9.1% || % || 8.6%&lt;br /&gt;
|-&lt;br /&gt;
| Cobalt || 1.7% || % || 1.6%&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19759</id>
		<title>Deep Miner</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19759"/>
		<updated>2024-01-14T09:12:42Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added preliminary Vulcan table. Only run 22 loads so far, want to do at least 50 to get a representable number.&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:ItemKitDeepMiner.png|thumb|Screen-grab of Deep Miner Kit from Stationpedia]]&lt;br /&gt;
 | name        = Kit (Deep Miner)&lt;br /&gt;
 | createdwith = [[Autolathe]] Tier 2&lt;br /&gt;
 | cost        = 30g [[Steel]], 5g [[Invar]], 5g [[Constantan]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Deep Miner&lt;br /&gt;
 | image            = [[File:StructureDeepMiner.png|thumb|Screen-grab of Deep Miner Structure from Stationpedia]]&lt;br /&gt;
 | power_usage      = 500W&lt;br /&gt;
 | placed_with_item = [[Kit (Deep Miner)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | const_with_tool1 = [[Welding Torch]], [[Screwdriver]], [[Screwdriver]]&lt;br /&gt;
 | const_with_item1 = 12x [[Steel Sheets]], 5x [[Cable Coil]], 4x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]], [[Wire Cutters]], [[Angle Grinder]],  [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Kit (Deep Miner)]], 2x [[Steel Sheet]], 2x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Drills through terrain until it hits bedrock. Once inside bedrock 10 or 11 [[Dirty Ore]] is produced every 80 to 100 seconds&amp;lt;ref&amp;gt;data extracted from game&#039;s file&amp;lt;/ref&amp;gt;. Both values are random each time, by average 10.5 ore every 90s (7 ore per minute).&lt;br /&gt;
&lt;br /&gt;
Drill consumes 500 watts&lt;br /&gt;
&lt;br /&gt;
Data/logic parameters currently incomprehensible to page contributor.&lt;br /&gt;
&lt;br /&gt;
== Ore distribution == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Most locations have the same ore-distribution table, Venus and Vulcan being the exceptions.&lt;br /&gt;
The percentages may not add up to exactly 100% due to rounding, and your numbers may be slightly different due to the random number generator that selects what ore comes out of a Dirty Ore when cleaned.&lt;br /&gt;
&lt;br /&gt;
=== Standard table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Ore !! Amount&lt;br /&gt;
|-&lt;br /&gt;
| Iron || 39.5%&lt;br /&gt;
|-&lt;br /&gt;
| Hydrocarbon  || 20.2%&lt;br /&gt;
|-&lt;br /&gt;
| Copper || 14.3%&lt;br /&gt;
|-&lt;br /&gt;
| Silicon || 9.1%&lt;br /&gt;
|-&lt;br /&gt;
| Gold || 5.7%&lt;br /&gt;
|-&lt;br /&gt;
| Nickel || 3.0%&lt;br /&gt;
|-&lt;br /&gt;
| Silver || 2.9%&lt;br /&gt;
|-&lt;br /&gt;
| Lead || 2.9%&lt;br /&gt;
|-&lt;br /&gt;
| Cobalt || 1.7%&lt;br /&gt;
|-&lt;br /&gt;
| Uranium || 0.5%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Vulcan table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Ore !! Amount&lt;br /&gt;
|-&lt;br /&gt;
| Iron || 31.1%&lt;br /&gt;
|-&lt;br /&gt;
| Copper || 18.1%&lt;br /&gt;
|-&lt;br /&gt;
| Hydrocarbon  || 17.1%&lt;br /&gt;
|-&lt;br /&gt;
| Silicon || 8.6%&lt;br /&gt;
|-&lt;br /&gt;
| Silver || 8.2%&lt;br /&gt;
|-&lt;br /&gt;
| Nickel || 8.0%&lt;br /&gt;
|-&lt;br /&gt;
| Gold || 4.4%&lt;br /&gt;
|-&lt;br /&gt;
| Lead || 2.1%&lt;br /&gt;
|-&lt;br /&gt;
| Cobalt || 1.6%&lt;br /&gt;
|-&lt;br /&gt;
| Uranium || 0.7%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19707</id>
		<title>Deep Miner</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Deep_Miner&amp;diff=19707"/>
		<updated>2024-01-08T11:14:00Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added standard ore-distribution table. Vulcan and Venus to follow.&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:ItemKitDeepMiner.png|thumb|Screen-grab of Deep Miner Kit from Stationpedia]]&lt;br /&gt;
 | name        = Kit (Deep Miner)&lt;br /&gt;
 | createdwith = [[Autolathe]] Tier 2&lt;br /&gt;
 | cost        = 30g [[Steel]], 5g [[Invar]], 5g [[Constantan]]&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Deep Miner&lt;br /&gt;
 | image            = [[File:StructureDeepMiner.png|thumb|Screen-grab of Deep Miner Structure from Stationpedia]]&lt;br /&gt;
 | power_usage      = 500W&lt;br /&gt;
 | placed_with_item = [[Kit (Deep Miner)]]&lt;br /&gt;
 | placed_on_grid   = Large Grid&lt;br /&gt;
 | const_with_tool1 = [[Welding Torch]], [[Screwdriver]], [[Screwdriver]]&lt;br /&gt;
 | const_with_item1 = 12x [[Steel Sheets]], 5x [[Cable Coil]], 4x [[Electronic Parts]]&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]], [[Wire Cutters]], [[Angle Grinder]],  [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Kit (Deep Miner)]], 2x [[Steel Sheet]], 2x [[Cable Coil]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Drills through terrain until it hits bedrock. Once inside bedrock 10 or 11 [[Dirty Ore]] is produced every 80 to 100 seconds&amp;lt;ref&amp;gt;data extracted from game&#039;s file&amp;lt;/ref&amp;gt;. Both values are random each time, by average 10.5 ore every 90s (7 ore per minute).&lt;br /&gt;
&lt;br /&gt;
Drill consumes 500 watts&lt;br /&gt;
&lt;br /&gt;
Data/logic parameters currently incomprehensible to page contributor.&lt;br /&gt;
&lt;br /&gt;
== Ore distribution == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Most locations have the same ore-distribution table, Venus and Vulcan being the exceptions.&lt;br /&gt;
The percentages may not add up to exactly 100% due to rounding, and your numbers may be slightly different due to the random number generator that selects what ore comes out of a Dirty Ore when cleaned.&lt;br /&gt;
&lt;br /&gt;
=== Standard table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Ore !! Amount&lt;br /&gt;
|-&lt;br /&gt;
| Iron || 39.5%&lt;br /&gt;
|-&lt;br /&gt;
| Hydrocarbon  || 20.2%&lt;br /&gt;
|-&lt;br /&gt;
| Copper || 14.3%&lt;br /&gt;
|-&lt;br /&gt;
| Silicon || 9.1%&lt;br /&gt;
|-&lt;br /&gt;
| Gold || 5.7%&lt;br /&gt;
|-&lt;br /&gt;
| Nickel || 3.0%&lt;br /&gt;
|-&lt;br /&gt;
| Silver || 2.9%&lt;br /&gt;
|-&lt;br /&gt;
| Lead || 2.9%&lt;br /&gt;
|-&lt;br /&gt;
| Cobalt || 1.7%&lt;br /&gt;
|-&lt;br /&gt;
| Uranium || 0.5%&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Early_Access&amp;diff=14425</id>
		<title>Early Access</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Early_Access&amp;diff=14425"/>
		<updated>2023-01-17T12:36:23Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: First version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Early access is what used to be called &amp;quot;Open Beta&amp;quot;. The game is still far from finished, there will be bugs, features may not be implemented yet, and parts of the game can change.&lt;br /&gt;
&lt;br /&gt;
While early access is a way for developers to get feedback and funding from the community, they are in no way beholden to the community to make changes based on that feedback. The developer is still free to make the game &#039;&#039;they&#039;&#039; want to make.&lt;br /&gt;
&lt;br /&gt;
See: [https://en.wikipedia.org/wiki/Early_access Early access on Wikipedia]&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Stationeers&amp;diff=14424</id>
		<title>Stationeers</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Stationeers&amp;diff=14424"/>
		<updated>2023-01-17T12:09:40Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Removed references to mothership and medical system, conveyors.&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;
= Description = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
[[Stationeers]] is a game about the construction and management of space stations. The game can be played just as well in single or multiplayer.&lt;br /&gt;
The game is available in [[Early Access]] on [http://store.steampowered.com/app/544550/ Steam].&lt;br /&gt;
&lt;br /&gt;
== Features == &amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
* Detailed construction system including architecture, [[Power|power]], and [[Data|networking]].&lt;br /&gt;
* [[Atmospherics]] system includes: temperature, pressure, combustion, gas mixtures, water, and fire.&lt;br /&gt;
* Full physics on dynamic items in the world, including atmospheric effects such as wall fatigue, and explosive decompression.&lt;br /&gt;
* Various dangerous environments to explore and develop including exotic [[Worlds|planets]], and asteroid belts.&lt;br /&gt;
* Fully deformable voxel terrain on worlds and asteroids enhances [[Mining|mining]] and exploration.&lt;br /&gt;
* [[Farming|Farm]] plants, not only for [[Food|food]], but also as a integral part of the station’s atmospherics.&lt;br /&gt;
* Construct complex factories in space using [[:Category:Machines|machines]], [[Chutes|chutes]], and [[Computer|computers]].&lt;br /&gt;
* Designed from the ground up for multi-threading to ensure great multiplayer performance and scalability.&lt;br /&gt;
&lt;br /&gt;
== External Links == &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
* [https://stationeers.com Official Website]&lt;br /&gt;
* [http://store.steampowered.com/app/544550/ Steam Store]&lt;br /&gt;
* [http://steamcommunity.com/app/544550/discussions/ Steam Forums]&lt;br /&gt;
* [https://www.reddit.com/r/Stationeers/ Official sub-Reddit]&lt;br /&gt;
* [https://twitter.com/stationeers Official Twitter]&lt;br /&gt;
* [https://www.youtube.com/channel/UCcaC4Rs28WugZb2hpdasOiA Official RocketWerkz YouTube]&lt;br /&gt;
* [https://discordapp.com/invite/stationeers Official Discord]&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Grow_light_automation&amp;diff=14401</id>
		<title>Grow light automation</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Grow_light_automation&amp;diff=14401"/>
		<updated>2023-01-13T18:02:52Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Created the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3771.18264 (2023-01-12)&lt;br /&gt;
&lt;br /&gt;
== Geometry of Daylight Sensors ==&lt;br /&gt;
The Solar Angle variable from Daylight Sensors go from 0 degrees at mid-day, to 180 degrees at midnight, and then back to 0 degrees. The value is never negative.&lt;br /&gt;
&lt;br /&gt;
[[File:Daylight sensor vertical.png]]&lt;br /&gt;
&lt;br /&gt;
== How much light/dark do plants need? ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plant !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9 !! 10 !! 11 !! 12 !! 13 !! 14 !! 15 !! 16 !! 17 !! 18 !! 19 !! 20&lt;br /&gt;
|-&lt;br /&gt;
| Corn || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  ||  || D || D|| D || D&lt;br /&gt;
|-&lt;br /&gt;
| Potato || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  || D || D|| D || D&lt;br /&gt;
|-&lt;br /&gt;
| Pumpkin || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  ||  ||  ||  || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Rice || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Soybean || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Tomato || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Wheat || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Darga Fern || L || L || L || L || L || L  || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Fern || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||   ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Hades Alpha || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Hades Beta || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Peace Lily || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Switch Grass || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Tropical Lily || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Winterspawn Alpha || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
| Winterspawn Beta || L || L || L || L || L || L || L || L || L || L ||  ||  ||  ||  ||  || D  || D || D || D || D&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
As you can see from the table above, most plants need a minimum of 10 minutes of light, and 5 minutes of darkness. We can split the remaining 5 minutes equally, giving us 12.5 minutes of light and 7.5 minutes of darkness.&lt;br /&gt;
&lt;br /&gt;
== Let&#039;s do some math... ==&lt;br /&gt;
* The planet rotates 360 degrees per day.&lt;br /&gt;
* A day is 20 minutes.&lt;br /&gt;
&amp;lt;code&amp;gt;360 degrees / 20 minutes = 18 degrees per minute&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* We need light for 12.5 minutes per day.&lt;br /&gt;
&amp;lt;code&amp;gt;18 degrees per minute * 12.5 minutes = 225 degrees&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* We want half the light-budget on either side of mid-day&lt;br /&gt;
&amp;lt;code&amp;gt;225 degrees / 2 = 112.5 degrees on either side&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bringing it all together ==&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Logic I/O (x2) &amp;gt; Reader and Batch Writer&lt;br /&gt;
* Logic Processor &amp;gt; Compare&lt;br /&gt;
* Logic Memory&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
* Place the Daylight Sensor outside, facing up. Direction of data-port doesn&#039;t matter.&lt;br /&gt;
* &#039;&#039;&#039;Logic Reader&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;IN:&#039;&#039;&#039; Daylight Sensor &#039;&#039;&#039;VAR:&#039;&#039;&#039; Solar Angle&lt;br /&gt;
* &#039;&#039;&#039;Logic Memory&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;Value:&#039;&#039;&#039; 112.5&lt;br /&gt;
* &#039;&#039;&#039;Logic Compare&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;1:&#039;&#039;&#039; Logic Reader &#039;&#039;&#039;2:&#039;&#039;&#039; Logic Memory &#039;&#039;&#039;OUT:&#039;&#039;&#039; Less&lt;br /&gt;
* &#039;&#039;&#039;Logic Batch Writer&#039;&#039;&#039; &amp;gt; &#039;&#039;&#039;IN:&#039;&#039;&#039; Logic Compare &#039;&#039;&#039;OUT TYPE:&#039;&#039;&#039; Grow Light &#039;&#039;&#039;OUT VAR:&#039;&#039;&#039; On&lt;br /&gt;
&lt;br /&gt;
== Saving Power ==&lt;br /&gt;
You can save a bit of power by delaying turning on the light. If you reduce the time with lights to 10.5 minutes, then you can set the Logic Memory to 94.5.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=14400</id>
		<title>SystemD Server Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=14400"/>
		<updated>2023-01-13T17:04:43Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Removed superfluous &amp;lt;br&amp;gt; tag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* A machine that runs any Linux distribution that uses SystemD&lt;br /&gt;
* Access to, and basic knowledge of your Linux shell&lt;br /&gt;
* &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt;-rights&lt;br /&gt;
* At least 16GB RAM&lt;br /&gt;
&lt;br /&gt;
== Preparing the server ==&lt;br /&gt;
To maximize server security, we will be setting up a dedicated user that only has the privileges to run the dedicated server, and nothing else.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo useradd -m stationeers&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We won&#039;t need to log in with the user at all, so to increase security even more, let&#039;s prevent anyone from logging in with the user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/passwd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the line that starts with &amp;lt;code&amp;gt;stationeers:x:&amp;lt;/code&amp;gt; (it&#039;s most likely the last line in the file). Replace the path at the end of this line (probably says &amp;lt;code&amp;gt;/bin/bash&amp;lt;/code&amp;gt;) with &amp;lt;code&amp;gt;/sbin/nologin&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Installing SteamCmd ==&lt;br /&gt;
Follow the instructions here to get SteamCmd installed: https://developer.valvesoftware.com/wiki/SteamCMD#Package_From_Repositories&lt;br /&gt;
&lt;br /&gt;
== Creating the SystemD service==&lt;br /&gt;
Now it&#039;s time to create the service-file for SystemD so we can use it to control starting and stopping the Stationeers server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/systemd/system/stationeers.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Paste the following into the editor:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;code&amp;gt;[Unit]&amp;lt;br&amp;gt;&lt;br /&gt;
Description=Stationeers Dedicated Server&amp;lt;br&amp;gt;&lt;br /&gt;
Wants=network-online.target&amp;lt;br&amp;gt;&lt;br /&gt;
After=syslog.target network.target nss-lookup.target network-online.target&lt;br /&gt;
&lt;br /&gt;
[Service]&amp;lt;br&amp;gt;&lt;br /&gt;
Environment=&amp;quot;LD_LIBRARY_PATH=./linux64&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStartPre=/usr/games/steamcmd +force_install_dir &amp;quot;/home/stationeers/StationeersDedicatedServer&amp;quot; +login anonymous +app_update 600760 validate +quit&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStart=/home/stationeers/StationeersDedicatedServer/rocketstation_DedicatedServer.x86_64 -loadlatest &amp;quot;NAME_OF_SAVE&amp;quot; PLANET -difficulty DIFFICULTY_SETTING -settings StartLocalHost true ServerVisible true LocalIpAddress IP_ADDRESS ServerName &amp;quot;NAME_IN_SERVER_LIST&amp;quot; ServerPassword &amp;quot;YOUR_SECURE_PASSWORD&amp;quot; ServerMaxPlayers MAX_PLAYERS UPNPEnabled false&amp;lt;br&amp;gt;&lt;br /&gt;
User=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
Group=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
StandardOutput=journal&amp;lt;br&amp;gt;&lt;br /&gt;
Restart=on-failure&amp;lt;br&amp;gt;&lt;br /&gt;
WorkingDirectory=/home/stationeers&lt;br /&gt;
&lt;br /&gt;
[Install]&amp;lt;br&amp;gt;&lt;br /&gt;
WantedBy=multi-user.target&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
The stuff under &amp;lt;code&amp;gt;[Unit]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[Install]&amp;lt;/code&amp;gt; is just to name the service in Linux, and declare when it&#039;s safe to start. It&#039;s the stuff under &amp;lt;code&amp;gt;[Service]&amp;lt;/code&amp;gt; that is the &amp;quot;business end&amp;quot; of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; application to update the dedicated server. You might want to check that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; is actually installed in /usr/games/ by running the following command: &amp;lt;code&amp;gt;find /usr/ -name &amp;quot;steamcmd&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStart&amp;lt;/code&amp;gt; starts the Stationeers dedicated server. Be sure to replace all the UPPERCASE entries with what you want for your server. See here: https://github.com/rocket2guns/StationeersDedicatedServerGuide/blob/main/README.md&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;User&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Group&amp;lt;/code&amp;gt; ensures that the dedicated server runs with the user we set up earlier.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;StandardOutput=journal&amp;lt;/code&amp;gt; directs all log-messages to the system journal. If something goes wrong, you don&#039;t have to locate any log-files, you just run the command &amp;lt;code&amp;gt;journalctl -fu stationeers&amp;lt;/code&amp;gt; to browse the journal for what the user &amp;lt;code&amp;gt;stationeers&amp;lt;/code&amp;gt; has output.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;Restart=on-failure&amp;lt;/code&amp;gt; ensures that if the server crashes, it will automatically restart.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;WorkingDirectory=/home/stationeers&amp;lt;/code&amp;gt; makes sure that everything we do assumes that we&#039;re standing in this folder when we do it. It&#039;s kind of redundant here, but I keep it in for safety.&lt;br /&gt;
&lt;br /&gt;
== Wrapping it all up ==&lt;br /&gt;
Now that we&#039;ve created the service-file, we have to let SystemD know it&#039;s there. Run &amp;lt;code&amp;gt;sudo systemctl daemon-reload&amp;lt;/code&amp;gt; to do that. Any time you edit the service-file, you have to run this command to make SystemD aware of the changes you&#039;ve made.&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! All we need to do now is run &amp;lt;code&amp;gt;sudo systemctl start stationeers&amp;lt;/code&amp;gt;, and it will download Stationeers Dedicated Server, start it with the parameters we&#039;ve set, and run until we either reboot the machine, or run &amp;lt;code&amp;gt;sudo systemctl stop stationeers&amp;lt;/code&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
If there&#039;s an update to Stationeers, just run &amp;lt;code&amp;gt;sudo systemctl restart stationeers&amp;lt;/code&amp;gt;, and the &amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; line in the service-file will ensure that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; downloads the latest version.&lt;br /&gt;
&lt;br /&gt;
Want the dedicated server to start with the machine every time you reboot? Just run &amp;lt;code&amp;gt;sudo systemctl enable stationeers&amp;lt;/code&amp;gt; to enable start-on-boot, and &amp;lt;code&amp;gt;sudo systemctl disable stationeers&amp;lt;/code&amp;gt; to disable it again.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=14399</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=14399"/>
		<updated>2023-01-13T17:02:56Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added link to Grow Light automation under the Automation section&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;
&lt;br /&gt;
       &amp;lt;!--T:11--&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;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;small-12 column&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Welcome to [[Special:MyLanguage/Stationeers|Stationeers]] Unofficial Wiki.&amp;lt;br&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 copy, go to https://stationeers.com or purchase Early Access on [http://store.steampowered.com/app/544550/Stationeers/ Steam].&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] or [https://www.reddit.com/r/Stationeers/ Reddit].&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;&lt;br /&gt;
                [https://stationeering.com/versions/recent Stationeers Version History]&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:31--&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;/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;/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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:41--&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;/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;/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;[https://stationeers-wiki.com/Auto_Night_Lights Auto Night Lights circuit] by DocRabbit (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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;[https://stationeers-wiki.com/Automated_Arc_Furnace Automated Arc Furnace] by JavaSkeptre (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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;[http://stationeers-wiki.com/Semi-Automatic_Autolathe Semi-Automatic Autolathe] by Korbah (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/Satellite_Tracking Automatic Satellite Tracking] by JedBolt (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[grow_light_automation|Simple logic automation of grow-light]]&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;[https://stationeers-wiki.com/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;/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;/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;/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;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-cubes fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Worlds&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;ul&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;See [[Worlds]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;[[Venus]]&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;!--T:50--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:51--&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-cubes fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ores&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;[[Special:MyLanguage/Ores|Ores]]&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/Ore (Cobalt)|Cobalt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Copper)|Copper]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Gold)|Gold]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Iron)|Iron]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Lead)|Lead]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Nickel)|Nickel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Silicon)|Silicon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Silver)|Silver]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Reagent Mix|Reagent Mix]]&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;Solid Fuels&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/Ore (Coal)|Coal]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Uranium)|Uranium]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Charcoal|Charcoal]]&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;Frozen Gases&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/Ice (Oxite)|Oxite]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Volatiles)|Volatiles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Water)|Water]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Nitrice)|Nitrice]]&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:52--&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-filter fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ingots&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;Elements&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/Ingot (Copper)|Copper]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Ingot (Cobalt)|Cobalt]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Gold)|Gold]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Iron)|Iron]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Lead)|Lead]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Nickel)|Nickel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Silicon)|Silicon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Silver)|Silver]]&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;Alloys&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/Ingot (Constantan)|Constantan]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Electrum)|Electrum]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Invar)|Invar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Solder)|Solder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Steel)|Steel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Superalloys&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/Ingot (Astroloy)|Astroloy]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Hastelloy)|Hastelloy]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Inconel)|Inconel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Stellite)|Stellite]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Waspaloy)|Waspaloy]]&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:53--&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-spinner fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Gases&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-5 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;Elements&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/Hydrogen|Hydrogen (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Nitrogen|Nitrogen (N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Oxygen|Oxygen (O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pollutant|Pollutants (X)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Volatiles|Volatiles]]&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-7 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;Compounds&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 Dioxide|Carbon Dioxide (CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Nitrous Oxide|Nitrous Oxide (N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Water|Water (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O)]]&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;Mixtures&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/Fuel|Fuel (66.6% H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; + 33.3% O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&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;/div&amp;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;
&lt;br /&gt;
        &amp;lt;!--T:61--&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-wrench fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Hand Tools&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;Construction&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/Arc Welder|Arc Welder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Angle Grinder|Angle Grinder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Authoring Tool|Authoring Tool]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Crowbar|Crowbar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Data Disk|Data Disk]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hand Drill|Hand Drill]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Screwdriver|Screwdriver]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Spray Paint|Spray Paint]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Welding Torch|Welding Torch]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Wire Cutters|Wire Cutters]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Wreckage Constructor|Wreckage Constructor]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Wrench|Wrench]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&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;[[Special:MyLanguage/Dirt Canister|Dirt Canister]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ground Penetrating Radar|Ground Penetrating Radar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Drill|Mining Drill]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Drill (Heavy)|Mining Drill (Heavy)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pickaxe|Pickaxe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Terrain Manipulator|Terrain Manipulator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Location Markers&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Chem Light|Chem Light]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Small Flag)|Small Flag]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Road Flare|Road Flare]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tracking Beacon|Tracking Beacon]]&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;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/Duct Tape|Duct Tape]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fire Extinguisher|Fire Extinguisher]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handheld Tablet|Handheld Tablet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Advanced Tablet|Advanced Tablet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Handheld Scanner|Handheld Scanner]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Labeller|Labeller ]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Portable Light|Portable Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Space Cleaner|Space Cleaner]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Weapons&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/Ammo_Box|Ammo Box]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Energy Pistol|Energy Pistol]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Energy Rifle|Energy Rifle]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fire Arm SMG|Fire Arm SMG]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hand Grenade|Hand Grenade]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handgun|Handgun]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handgun Magazine|Handgun Magazine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Lightsword|Lightsword]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Remote Detonator|Remote Detonator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Remote Explosive|Remote Explosive]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/SMG Magazine|SMG Magazine]]&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:62--&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-tasks fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Cartridges&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;[[Special:MyLanguage/Cartridge|Cartridges]]&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/Cartridge (Access Control)#Access_Control|Access Control]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Atmos Analyzer)#Atmos_Analyzer|Atmos Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Configuration)#Configuration|Configuration]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (eReader)#eReader|eReader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (GPS)#GPS|GPS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Medical Analyzer)#Medical_Analyzer|Medical Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Network Analyzer)#Network_Analyzer|Network Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Ore Scanner)#Ore_Scanner|Ore Scanner]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Ore Scanner (Color))|Ore Scanner (Color)]]&amp;lt;/li&amp;gt;&amp;lt;!--Cannot have a proper hashtag directive to autoscroll to the content on cartridge page--&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Tracker)#Tracker|Tracker]]&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:63--&amp;gt; &amp;lt;div class=&amp;quot;large-6 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/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;/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/Kit (Pipe Valve)|Pipe Valve]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe Valve)|One Way Valve (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 Pipe Radiator)|Liquid Pipe 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 (Heat Exchanger)|Heat Exchanger - Gas]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Heat Exchanger)|Heat Exchanger - Liquid]]&amp;lt;/li&amp;gt;&lt;br /&gt;
		        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Heat Exchanger)|Heat Exchanger - Liquid + Gas]]&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 (Liquid Tank Connector)|Liquid 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;Filters&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/Filter|Filter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Heavy Filter|Heavy Filter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Medium Filter|Medium Filter]]&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 (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;/div&amp;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;
&lt;br /&gt;
        &amp;lt;!--T:71--&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/Kit (Autolathe)|Autolathe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Electronics Printer)|Electronics Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Hydraulic Pipe Bender)|Hydraulic Pipe Bender]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Tool Manufactory)|Tool Manufactory]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Security Printer)|Security Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Oven)|Automated Oven]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Advanced Packaging Machine)|Automated Packaging Machine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Fabricator)|Fabricator]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Organics Printer)|Organics Printer]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Fabricators (Tier Two)&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 (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Electronics Printer (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Hydraulic Pipe Bender (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Tool Manufactory (Tier Two)]]&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;/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/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-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-building fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Structure&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;Doors&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 (Airlock)|Airlock]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Airlock_Gate)|Airlock Gate]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Blast Door)|Blast Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Docking Port)|Dock Port Side]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Docking Port)|Dock Ship Side]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Composite Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Composite Roll Cover]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Glass Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&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;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Elevators&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 (Elevator)|Elevator Level]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Elevator)|Elevator Shaft]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder End]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder Platform]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Stairs)|Stairs]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Frames&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/Iron Frames|Iron Frames]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Steel Frames|Steel Frames]]&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;Floors &amp;amp; Walls&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Insulation|Insulation]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Arched Wall)|Arched Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Cladding)|Cladding]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Flat Wall)|Flat Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Floor Grating)|Floor Grating]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Geometric Wall)|Geometric Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Iron Walls)|Iron Walls]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Padded Wall)|Padded Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Wall)|Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Railing)|Industrial Railing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Railing)|Elegant Railing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Lights&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 (Flashing Light)|Flashing Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Diode Slide]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|LED]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Battery)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long Angled)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long Wide)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Signs&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 (Sign)|Sign]]&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;
&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Astroloy Sheets|Astroloy Sheets]]&amp;lt;/del&amp;gt;&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;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-building fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Vehicles&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;Rovers and Shuttles&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]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Rover Frame)|Rover (Cargo)]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Rover Mk I)|Rover (Mk I)]]&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Robot|Robot]]&amp;lt;/del&amp;gt;&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;li&amp;gt;Modular Rocket&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 (Engine Large)|Engine Large]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Engine Medium)|Engine Medium]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Engine Small)|Engine Small]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Control Chair]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Gyroscope)|Gyroscope]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Stellar Anchor)|Stellar Anchor]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Torpedo Launcher)|Torpedo Launcher]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Turret)|Turret]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Launch Pad)|Launch Pad]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Automation)|Automation]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Cargo)|Cargo]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Command)|Command]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Coupling)|Coupling]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Engine)|Engine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Fueltank)|Fuel Tank]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Ice Mining)|Ice Mining]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Ore Mining)|Ore Mining]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Salvage)|Salvage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Silo)|Silo]]&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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:81--&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;Personal&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;Soft Suit&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/EVA Suit|EVA Suit]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Space Helmet|Space Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Spacepack|Spacepack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Hard Suit&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/Hardsuit|Hardsuit]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Backpack|Hardsuit Backpack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Helmet|Hardsuit Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Jetpack|Hardsuit Jetpack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Marine&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/Marine Armor|Marine Armor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Marine Helmet|Marine Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Uniforms&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/Jump Suit (Orange)|Jump Suit (Orange)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Uniform Comander|Uniform Comander]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Marine Uniform|Marine Uniform]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Accessories&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/Glasses|Glasses]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Night Vision Goggles|Night Vision Goggles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Access Card|Access Card]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Credit Card|Credit Card]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Belt|Mining Belt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tool Belt|Tool Belt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Headwear&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/Headlamp|Headlamp]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Hat|Hat]]&amp;lt;/del&amp;gt;&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:82--&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/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/Kit (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 (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;&amp;lt;del&amp;gt;[[Special:MyLanguage/RTG|RTG]]&amp;lt;/del&amp;gt;&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-8 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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Circuitboard (Camera Display)|Camera Display]]&amp;lt;/del&amp;gt;&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|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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Motherboard (Manufacturing)|Manufacturing]]&amp;lt;/del&amp;gt;&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Security Camera|Security Camera]]&amp;lt;/del&amp;gt;&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;
&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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:91--&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;Furniture&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;Entertainment&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Book|Book]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Basket|Basket]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Basket Ball|Basket Ball]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Coffee_Mug|Coffee Mug]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Meteorite|Meteorite]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Furniture]]&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 (Furniture)|Plinth]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Control Chair]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Chairs)|Chairs]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Tables)|Tables]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Powered Bench|Powered Bench]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Beds)|Bed]]&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/Kit (Cryo Tube)|Cryo Tube]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Sleeper)|Sleeper]]&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;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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Cardboard Box|Cardboard Box]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Container Mount)|Container Mount]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Crate)|Crate]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Locker)|Locker]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Locker)|Locker (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Suit Storage)|Suit Storage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Fridge (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Fridge (Large)]]&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;large-8 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;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;Animals&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Character Player|Character Player]]&amp;lt;/del&amp;gt;&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Grounder|Grounder]]&amp;lt;/del&amp;gt;&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;/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/Cereal Bar|Cereal Bar]]&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;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Color Dye|Color Dye]]&amp;lt;/li&amp;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/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/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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Pill (Stun)|Pill (Stun)]]&amp;lt;/del&amp;gt;&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/Kit (Hydroponic Station)|Hydroponic 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/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/Flower|Flower]]s&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/Tomato|Tomato]]es&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;/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:100--&amp;gt;&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=14398</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=14398"/>
		<updated>2023-01-13T16:58:25Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Moved solar tracking guide to Automation section&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;
&lt;br /&gt;
       &amp;lt;!--T:11--&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;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;small-12 column&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Welcome to [[Special:MyLanguage/Stationeers|Stationeers]] Unofficial Wiki.&amp;lt;br&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 copy, go to https://stationeers.com or purchase Early Access on [http://store.steampowered.com/app/544550/Stationeers/ Steam].&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] or [https://www.reddit.com/r/Stationeers/ Reddit].&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;&lt;br /&gt;
                [https://stationeering.com/versions/recent Stationeers Version History]&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:31--&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;/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;/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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:41--&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;/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;/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;[https://stationeers-wiki.com/Auto_Night_Lights Auto Night Lights circuit] by DocRabbit (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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;[https://stationeers-wiki.com/Automated_Arc_Furnace Automated Arc Furnace] by JavaSkeptre (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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;[http://stationeers-wiki.com/Semi-Automatic_Autolathe Semi-Automatic Autolathe] by Korbah (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/Satellite_Tracking Automatic Satellite Tracking] by JedBolt (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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]]&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;[https://stationeers-wiki.com/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;/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;/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;/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;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-cubes fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Worlds&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;ul&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;See [[Worlds]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;[[Venus]]&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;!--T:50--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:51--&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-cubes fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ores&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;[[Special:MyLanguage/Ores|Ores]]&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/Ore (Cobalt)|Cobalt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Copper)|Copper]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Gold)|Gold]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Iron)|Iron]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Lead)|Lead]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Nickel)|Nickel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Silicon)|Silicon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Silver)|Silver]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Reagent Mix|Reagent Mix]]&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;Solid Fuels&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/Ore (Coal)|Coal]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Uranium)|Uranium]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Charcoal|Charcoal]]&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;Frozen Gases&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/Ice (Oxite)|Oxite]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Volatiles)|Volatiles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Water)|Water]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Nitrice)|Nitrice]]&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:52--&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-filter fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ingots&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;Elements&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/Ingot (Copper)|Copper]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Ingot (Cobalt)|Cobalt]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Gold)|Gold]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Iron)|Iron]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Lead)|Lead]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Nickel)|Nickel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Silicon)|Silicon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Silver)|Silver]]&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;Alloys&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/Ingot (Constantan)|Constantan]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Electrum)|Electrum]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Invar)|Invar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Solder)|Solder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Steel)|Steel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Superalloys&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/Ingot (Astroloy)|Astroloy]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Hastelloy)|Hastelloy]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Inconel)|Inconel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Stellite)|Stellite]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Waspaloy)|Waspaloy]]&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:53--&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-spinner fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Gases&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-5 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;Elements&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/Hydrogen|Hydrogen (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Nitrogen|Nitrogen (N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Oxygen|Oxygen (O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pollutant|Pollutants (X)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Volatiles|Volatiles]]&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-7 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;Compounds&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 Dioxide|Carbon Dioxide (CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Nitrous Oxide|Nitrous Oxide (N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Water|Water (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O)]]&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;Mixtures&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/Fuel|Fuel (66.6% H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; + 33.3% O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&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;/div&amp;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;
&lt;br /&gt;
        &amp;lt;!--T:61--&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-wrench fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Hand Tools&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;Construction&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/Arc Welder|Arc Welder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Angle Grinder|Angle Grinder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Authoring Tool|Authoring Tool]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Crowbar|Crowbar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Data Disk|Data Disk]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hand Drill|Hand Drill]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Screwdriver|Screwdriver]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Spray Paint|Spray Paint]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Welding Torch|Welding Torch]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Wire Cutters|Wire Cutters]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Wreckage Constructor|Wreckage Constructor]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Wrench|Wrench]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&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;[[Special:MyLanguage/Dirt Canister|Dirt Canister]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ground Penetrating Radar|Ground Penetrating Radar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Drill|Mining Drill]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Drill (Heavy)|Mining Drill (Heavy)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pickaxe|Pickaxe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Terrain Manipulator|Terrain Manipulator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Location Markers&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Chem Light|Chem Light]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Small Flag)|Small Flag]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Road Flare|Road Flare]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tracking Beacon|Tracking Beacon]]&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;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/Duct Tape|Duct Tape]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fire Extinguisher|Fire Extinguisher]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handheld Tablet|Handheld Tablet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Advanced Tablet|Advanced Tablet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Handheld Scanner|Handheld Scanner]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Labeller|Labeller ]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Portable Light|Portable Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Space Cleaner|Space Cleaner]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Weapons&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/Ammo_Box|Ammo Box]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Energy Pistol|Energy Pistol]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Energy Rifle|Energy Rifle]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fire Arm SMG|Fire Arm SMG]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hand Grenade|Hand Grenade]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handgun|Handgun]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handgun Magazine|Handgun Magazine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Lightsword|Lightsword]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Remote Detonator|Remote Detonator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Remote Explosive|Remote Explosive]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/SMG Magazine|SMG Magazine]]&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:62--&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-tasks fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Cartridges&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;[[Special:MyLanguage/Cartridge|Cartridges]]&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/Cartridge (Access Control)#Access_Control|Access Control]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Atmos Analyzer)#Atmos_Analyzer|Atmos Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Configuration)#Configuration|Configuration]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (eReader)#eReader|eReader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (GPS)#GPS|GPS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Medical Analyzer)#Medical_Analyzer|Medical Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Network Analyzer)#Network_Analyzer|Network Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Ore Scanner)#Ore_Scanner|Ore Scanner]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Ore Scanner (Color))|Ore Scanner (Color)]]&amp;lt;/li&amp;gt;&amp;lt;!--Cannot have a proper hashtag directive to autoscroll to the content on cartridge page--&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Tracker)#Tracker|Tracker]]&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:63--&amp;gt; &amp;lt;div class=&amp;quot;large-6 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/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;/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/Kit (Pipe Valve)|Pipe Valve]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe Valve)|One Way Valve (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 Pipe Radiator)|Liquid Pipe 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 (Heat Exchanger)|Heat Exchanger - Gas]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Heat Exchanger)|Heat Exchanger - Liquid]]&amp;lt;/li&amp;gt;&lt;br /&gt;
		        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Heat Exchanger)|Heat Exchanger - Liquid + Gas]]&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 (Liquid Tank Connector)|Liquid 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;Filters&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/Filter|Filter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Heavy Filter|Heavy Filter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Medium Filter|Medium Filter]]&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 (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;/div&amp;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;
&lt;br /&gt;
        &amp;lt;!--T:71--&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/Kit (Autolathe)|Autolathe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Electronics Printer)|Electronics Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Hydraulic Pipe Bender)|Hydraulic Pipe Bender]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Tool Manufactory)|Tool Manufactory]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Security Printer)|Security Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Oven)|Automated Oven]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Advanced Packaging Machine)|Automated Packaging Machine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Fabricator)|Fabricator]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Organics Printer)|Organics Printer]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Fabricators (Tier Two)&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 (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Electronics Printer (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Hydraulic Pipe Bender (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Tool Manufactory (Tier Two)]]&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;/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/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-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-building fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Structure&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;Doors&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 (Airlock)|Airlock]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Airlock_Gate)|Airlock Gate]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Blast Door)|Blast Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Docking Port)|Dock Port Side]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Docking Port)|Dock Ship Side]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Composite Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Composite Roll Cover]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Glass Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&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;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Elevators&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 (Elevator)|Elevator Level]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Elevator)|Elevator Shaft]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder End]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder Platform]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Stairs)|Stairs]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Frames&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/Iron Frames|Iron Frames]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Steel Frames|Steel Frames]]&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;Floors &amp;amp; Walls&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Insulation|Insulation]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Arched Wall)|Arched Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Cladding)|Cladding]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Flat Wall)|Flat Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Floor Grating)|Floor Grating]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Geometric Wall)|Geometric Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Iron Walls)|Iron Walls]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Padded Wall)|Padded Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Wall)|Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Railing)|Industrial Railing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Railing)|Elegant Railing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Lights&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 (Flashing Light)|Flashing Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Diode Slide]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|LED]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Battery)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long Angled)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long Wide)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Signs&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 (Sign)|Sign]]&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;
&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Astroloy Sheets|Astroloy Sheets]]&amp;lt;/del&amp;gt;&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;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-building fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Vehicles&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;Rovers and Shuttles&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]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Rover Frame)|Rover (Cargo)]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Rover Mk I)|Rover (Mk I)]]&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Robot|Robot]]&amp;lt;/del&amp;gt;&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;li&amp;gt;Modular Rocket&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 (Engine Large)|Engine Large]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Engine Medium)|Engine Medium]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Engine Small)|Engine Small]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Control Chair]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Gyroscope)|Gyroscope]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Stellar Anchor)|Stellar Anchor]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Torpedo Launcher)|Torpedo Launcher]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Turret)|Turret]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Launch Pad)|Launch Pad]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Automation)|Automation]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Cargo)|Cargo]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Command)|Command]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Coupling)|Coupling]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Engine)|Engine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Fueltank)|Fuel Tank]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Ice Mining)|Ice Mining]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Ore Mining)|Ore Mining]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Salvage)|Salvage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Silo)|Silo]]&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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:81--&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;Personal&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;Soft Suit&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/EVA Suit|EVA Suit]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Space Helmet|Space Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Spacepack|Spacepack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Hard Suit&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/Hardsuit|Hardsuit]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Backpack|Hardsuit Backpack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Helmet|Hardsuit Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Jetpack|Hardsuit Jetpack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Marine&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/Marine Armor|Marine Armor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Marine Helmet|Marine Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Uniforms&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/Jump Suit (Orange)|Jump Suit (Orange)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Uniform Comander|Uniform Comander]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Marine Uniform|Marine Uniform]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Accessories&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/Glasses|Glasses]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Night Vision Goggles|Night Vision Goggles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Access Card|Access Card]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Credit Card|Credit Card]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Belt|Mining Belt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tool Belt|Tool Belt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Headwear&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/Headlamp|Headlamp]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Hat|Hat]]&amp;lt;/del&amp;gt;&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:82--&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/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/Kit (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 (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;&amp;lt;del&amp;gt;[[Special:MyLanguage/RTG|RTG]]&amp;lt;/del&amp;gt;&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-8 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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Circuitboard (Camera Display)|Camera Display]]&amp;lt;/del&amp;gt;&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|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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Motherboard (Manufacturing)|Manufacturing]]&amp;lt;/del&amp;gt;&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Security Camera|Security Camera]]&amp;lt;/del&amp;gt;&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;
&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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:91--&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;Furniture&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;Entertainment&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Book|Book]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Basket|Basket]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Basket Ball|Basket Ball]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Coffee_Mug|Coffee Mug]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Meteorite|Meteorite]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Furniture]]&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 (Furniture)|Plinth]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Control Chair]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Chairs)|Chairs]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Tables)|Tables]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Powered Bench|Powered Bench]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Beds)|Bed]]&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/Kit (Cryo Tube)|Cryo Tube]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Sleeper)|Sleeper]]&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;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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Cardboard Box|Cardboard Box]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Container Mount)|Container Mount]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Crate)|Crate]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Locker)|Locker]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Locker)|Locker (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Suit Storage)|Suit Storage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Fridge (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Fridge (Large)]]&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;large-8 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;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;Animals&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Character Player|Character Player]]&amp;lt;/del&amp;gt;&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Grounder|Grounder]]&amp;lt;/del&amp;gt;&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;/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/Cereal Bar|Cereal Bar]]&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;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Color Dye|Color Dye]]&amp;lt;/li&amp;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/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/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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Pill (Stun)|Pill (Stun)]]&amp;lt;/del&amp;gt;&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/Kit (Hydroponic Station)|Hydroponic 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/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/Flower|Flower]]s&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/Tomato|Tomato]]es&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;/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:100--&amp;gt;&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Game_Settings&amp;diff=14397</id>
		<title>Game Settings</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Game_Settings&amp;diff=14397"/>
		<updated>2023-01-13T07:23:01Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added Normal difficulty to eating/drinking helmet-state&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Hunger / Hydration Rate ===&lt;br /&gt;
&lt;br /&gt;
This setting controls how rapidly your hunger and hydration levels will deplete and increasing the value will make them go down more quickly. A higher value on this bar will reduce the time you have early on to set up food and water supply. On Stationeers difficulty, a high value on this setting will mean you need to quickly build a breathable atmosphere as this difficulty requires you to open your helmet to eat and drink.&lt;br /&gt;
&lt;br /&gt;
=== Sun Orbit Period ===&lt;br /&gt;
&lt;br /&gt;
This determines how long the days and nights are. If set to 1, each day is 10 minutes and each night is 10 minutes, meaning days last 20 minutes in total. Setting it to 2 will double the length of days to 40 minutes for a full cycle.&lt;br /&gt;
&lt;br /&gt;
=== Difficulty Settings ===&lt;br /&gt;
&lt;br /&gt;
This setting largely determines what you will spawn with when you die. On Easy difficulty, you will start with a full suit again. On Normal difficulty you will be given a temporary suit and be expected to retrieve or create a proper suit again. On Stationeers difficulty, you will spawn without a suit at all, which is very dangerous if you have not set your spawn point. In addition, Stationeers and Normal difficulty requires you to open your helmet to eat and drink.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=14374</id>
		<title>SystemD Server Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=14374"/>
		<updated>2023-01-08T11:57:42Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: /* Creating the SystemD service */  Corrected the description for what the journalctr command does.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* A machine that runs any Linux distribution that uses SystemD&lt;br /&gt;
* Access to, and basic knowledge of your Linux shell&lt;br /&gt;
* &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt;-rights&lt;br /&gt;
* At least 16GB RAM&lt;br /&gt;
&lt;br /&gt;
== Preparing the server ==&lt;br /&gt;
To maximize server security, we will be setting up a dedicated user that only has the privileges to run the dedicated server, and nothing else.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo useradd -m stationeers&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We won&#039;t need to log in with the user at all, so to increase security even more, let&#039;s prevent anyone from logging in with the user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/passwd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the line that starts with &amp;lt;code&amp;gt;stationeers:x:&amp;lt;/code&amp;gt; (it&#039;s most likely the last line in the file). Replace the path at the end of this line (probably says &amp;lt;code&amp;gt;/bin/bash&amp;lt;/code&amp;gt;) with &amp;lt;code&amp;gt;/sbin/nologin&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Installing SteamCmd ==&lt;br /&gt;
Follow the instructions here to get SteamCmd installed: https://developer.valvesoftware.com/wiki/SteamCMD#Package_From_Repositories&lt;br /&gt;
&lt;br /&gt;
== Creating the SystemD service==&lt;br /&gt;
Now it&#039;s time to create the service-file for SystemD so we can use it to control starting and stopping the Stationeers server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/systemd/system/stationeers.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Paste the following into the editor:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;code&amp;gt;[Unit]&amp;lt;br&amp;gt;&lt;br /&gt;
Description=Stationeers Dedicated Server&amp;lt;br&amp;gt;&lt;br /&gt;
Wants=network-online.target&amp;lt;br&amp;gt;&lt;br /&gt;
After=syslog.target network.target nss-lookup.target network-online.target&lt;br /&gt;
&lt;br /&gt;
[Service]&amp;lt;br&amp;gt;&lt;br /&gt;
Environment=&amp;quot;LD_LIBRARY_PATH=./linux64&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStartPre=/usr/games/steamcmd +force_install_dir &amp;quot;/home/stationeers/StationeersDedicatedServer&amp;quot; +login anonymous +app_update 600760 validate +quit&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStart=/home/stationeers/StationeersDedicatedServer/rocketstation_DedicatedServer.x86_64 -loadlatest &amp;quot;NAME_OF_SAVE&amp;quot; PLANET -difficulty DIFFICULTY_SETTING -settings StartLocalHost true ServerVisible true LocalIpAddress IP_ADDRESS ServerName &amp;quot;NAME_IN_SERVER_LIST&amp;quot; ServerPassword &amp;quot;YOUR_SECURE_PASSWORD&amp;quot; ServerMaxPlayers MAX_PLAYERS UPNPEnabled false&amp;lt;br&amp;gt;&lt;br /&gt;
User=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
Group=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
StandardOutput=journal&amp;lt;br&amp;gt;&lt;br /&gt;
Restart=on-failure&amp;lt;br&amp;gt;&lt;br /&gt;
WorkingDirectory=/home/stationeers&lt;br /&gt;
&lt;br /&gt;
[Install]&amp;lt;br&amp;gt;&lt;br /&gt;
WantedBy=multi-user.target&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
The stuff under &amp;lt;code&amp;gt;[Unit]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[Install]&amp;lt;/code&amp;gt; is just to name the service in Linux, and declare when it&#039;s safe to start. It&#039;s the stuff under &amp;lt;code&amp;gt;[Service]&amp;lt;/code&amp;gt; that is the &amp;quot;business end&amp;quot; of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; application to update the dedicated server. You might want to check that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; is actually installed in /usr/games/ by running the following command: &amp;lt;code&amp;gt;find /usr/ -name &amp;quot;steamcmd&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStart&amp;lt;/code&amp;gt; starts the Stationeers dedicated server. Be sure to replace all the UPPERCASE entries with what you want for your server. See here: https://github.com/rocket2guns/StationeersDedicatedServerGuide/blob/main/README.md&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;User&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Group&amp;lt;/code&amp;gt; ensures that the dedicated server runs with the user we set up earlier.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;StandardOutput=journal&amp;lt;/code&amp;gt; directs all log-messages to the system journal. If something goes wrong, you don&#039;t have to locate any log-files, you just run the command &amp;lt;code&amp;gt;journalctl -fu stationeers&amp;lt;/code&amp;gt; to browse the journal for what the user &amp;lt;code&amp;gt;stationeers&amp;lt;/code&amp;gt; has output.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;Restart=on-failure&amp;lt;/code&amp;gt; ensures that if the server crashes, it will automatically restart.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;WorkingDirectory=/home/stationeers&amp;lt;/code&amp;gt; makes sure that everything we do assumes that we&#039;re standing in this folder when we do it. It&#039;s kind of redundant here, but I keep it in for safety.&lt;br /&gt;
&lt;br /&gt;
== Wrapping it all up ==&lt;br /&gt;
Now that we&#039;ve created the service-file, we have to let SystemD know it&#039;s there. Run &amp;lt;code&amp;gt;sudo systemctl daemon-reload&amp;lt;/code&amp;gt; to do that. Any time you edit the service-file, you have to run this command to make SystemD aware of the changes you&#039;ve made.&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! All we need to do now is run &amp;lt;code&amp;gt;sudo systemctl start stationeers&amp;lt;/code&amp;gt;, and it will download Stationeers Dedicated Server, start it with the parameters we&#039;ve set, and run until we either reboot the machine, or run &amp;lt;code&amp;gt;sudo systemctl stop stationeers&amp;lt;/code&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
If there&#039;s an update to Stationeers, just run &amp;lt;code&amp;gt;sudo systemctl restart stationeers&amp;lt;/code&amp;gt;, and the &amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; line in the service-file will ensure that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; downloads the latest version.&lt;br /&gt;
&lt;br /&gt;
Want the dedicated server to start with the machine every time you reboot? Just run &amp;lt;code&amp;gt;sudo systemctl enable stationeers&amp;lt;/code&amp;gt; to enable start-on-boot, and &amp;lt;code&amp;gt;sudo systemctl disable stationeers&amp;lt;/code&amp;gt; to disable it again.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13957</id>
		<title>SystemD Server Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13957"/>
		<updated>2022-12-18T13:26:31Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* A machine that runs any Linux distribution that uses SystemD&lt;br /&gt;
* Access to, and basic knowledge of your Linux shell&lt;br /&gt;
* &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt;-rights&lt;br /&gt;
* At least 16GB RAM&lt;br /&gt;
&lt;br /&gt;
== Preparing the server ==&lt;br /&gt;
To maximize server security, we will be setting up a dedicated user that only has the privileges to run the dedicated server, and nothing else.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo useradd -m stationeers&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We won&#039;t need to log in with the user at all, so to increase security even more, let&#039;s prevent anyone from logging in with the user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/passwd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the line that starts with &amp;lt;code&amp;gt;stationeers:x:&amp;lt;/code&amp;gt; (it&#039;s most likely the last line in the file). Replace the path at the end of this line (probably says &amp;lt;code&amp;gt;/bin/bash&amp;lt;/code&amp;gt;) with &amp;lt;code&amp;gt;/sbin/nologin&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Installing SteamCmd ==&lt;br /&gt;
Follow the instructions here to get SteamCmd installed: https://developer.valvesoftware.com/wiki/SteamCMD#Package_From_Repositories&lt;br /&gt;
&lt;br /&gt;
== Creating the SystemD service==&lt;br /&gt;
Now it&#039;s time to create the service-file for SystemD so we can use it to control starting and stopping the Stationeers server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/systemd/system/stationeers.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Paste the following into the editor:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;code&amp;gt;[Unit]&amp;lt;br&amp;gt;&lt;br /&gt;
Description=Stationeers Dedicated Server&amp;lt;br&amp;gt;&lt;br /&gt;
Wants=network-online.target&amp;lt;br&amp;gt;&lt;br /&gt;
After=syslog.target network.target nss-lookup.target network-online.target&lt;br /&gt;
&lt;br /&gt;
[Service]&amp;lt;br&amp;gt;&lt;br /&gt;
Environment=&amp;quot;LD_LIBRARY_PATH=./linux64&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStartPre=/usr/games/steamcmd +force_install_dir &amp;quot;/home/stationeers/StationeersDedicatedServer&amp;quot; +login anonymous +app_update 600760 validate +quit&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStart=/home/stationeers/StationeersDedicatedServer/rocketstation_DedicatedServer.x86_64 -loadlatest &amp;quot;NAME_OF_SAVE&amp;quot; PLANET -difficulty DIFFICULTY_SETTING -settings StartLocalHost true ServerVisible true LocalIpAddress IP_ADDRESS ServerName &amp;quot;NAME_IN_SERVER_LIST&amp;quot; ServerPassword &amp;quot;YOUR_SECURE_PASSWORD&amp;quot; ServerMaxPlayers MAX_PLAYERS UPNPEnabled false&amp;lt;br&amp;gt;&lt;br /&gt;
User=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
Group=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
StandardOutput=journal&amp;lt;br&amp;gt;&lt;br /&gt;
Restart=on-failure&amp;lt;br&amp;gt;&lt;br /&gt;
WorkingDirectory=/home/stationeers&lt;br /&gt;
&lt;br /&gt;
[Install]&amp;lt;br&amp;gt;&lt;br /&gt;
WantedBy=multi-user.target&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
The stuff under &amp;lt;code&amp;gt;[Unit]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[Install]&amp;lt;/code&amp;gt; is just to name the service in Linux, and declare when it&#039;s safe to start. It&#039;s the stuff under &amp;lt;code&amp;gt;[Service]&amp;lt;/code&amp;gt; that is the &amp;quot;business end&amp;quot; of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; application to update the dedicated server. You might want to check that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; is actually installed in /usr/games/ by running the following command: &amp;lt;code&amp;gt;find /usr/ -name &amp;quot;steamcmd&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStart&amp;lt;/code&amp;gt; starts the Stationeers dedicated server. Be sure to replace all the UPPERCASE entries with what you want for your server. See here: https://github.com/rocket2guns/StationeersDedicatedServerGuide/blob/main/README.md&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;User&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Group&amp;lt;/code&amp;gt; ensures that the dedicated server runs with the user we set up earlier.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;StandardOutput=journal&amp;lt;/code&amp;gt; directs all log-messages to the system journal. If something goes wrong, you don&#039;t have to locate any log-files, you just run the command &amp;lt;code&amp;gt;journalctl -fu stationeers&amp;lt;/code&amp;gt; to browse the journal for what service &amp;lt;code&amp;gt;stationeers&amp;lt;/code&amp;gt; has output.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;Restart=on-failure&amp;lt;/code&amp;gt; ensures that if the server crashes, it will automatically restart.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;WorkingDirectory=/home/stationeers&amp;lt;/code&amp;gt; makes sure that everything we do assumes that we&#039;re standing in this folder when we do it. It&#039;s kind of redundant here, but I keep it in for safety.&lt;br /&gt;
&lt;br /&gt;
== Wrapping it all up ==&lt;br /&gt;
Now that we&#039;ve created the service-file, we have to let SystemD know it&#039;s there. Run &amp;lt;code&amp;gt;sudo systemctl daemon-reload&amp;lt;/code&amp;gt; to do that. Any time you edit the service-file, you have to run this command to make SystemD aware of the changes you&#039;ve made.&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! All we need to do now is run &amp;lt;code&amp;gt;sudo systemctl start stationeers&amp;lt;/code&amp;gt;, and it will download Stationeers Dedicated Server, start it with the parameters we&#039;ve set, and run until we either reboot the machine, or run &amp;lt;code&amp;gt;sudo systemctl stop stationeers&amp;lt;/code&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
If there&#039;s an update to Stationeers, just run &amp;lt;code&amp;gt;sudo systemctl restart stationeers&amp;lt;/code&amp;gt;, and the &amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; line in the service-file will ensure that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; downloads the latest version.&lt;br /&gt;
&lt;br /&gt;
Want the dedicated server to start with the machine every time you reboot? Just run &amp;lt;code&amp;gt;sudo systemctl enable stationeers&amp;lt;/code&amp;gt; to enable start-on-boot, and &amp;lt;code&amp;gt;sudo systemctl disable stationeers&amp;lt;/code&amp;gt; to disable it again.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Basic_Chutes&amp;diff=13955</id>
		<title>Basic Chutes</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Basic_Chutes&amp;diff=13955"/>
		<updated>2022-12-18T09:52:34Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: No point listing Fabricator stats when the Fabricator is gone...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Itembox&lt;br /&gt;
 | image       = [[File:ItemKitChute.png]]&lt;br /&gt;
 | name        = Kit (Chutes)&lt;br /&gt;
 | createdwith = [[Autolathe]], [[Fabricator]], [[Hydraulic Pipe Bender]]&lt;br /&gt;
 | cost        = 1g [[Iron]]*&lt;br /&gt;
 | stacks      = 10&lt;br /&gt;
}}&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Chute&lt;br /&gt;
 | placed_with_item = [[Kit (Chutes)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Wrench]]&lt;br /&gt;
 | item_rec1        = [[Kit (Chutes)]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Chute =&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Used to transport items. The Kit can be used to create 9 different variants, some of them are able to connect to power and logic network.&lt;br /&gt;
&lt;br /&gt;
* Straight chute: transports items on a straight line&lt;br /&gt;
* Window chute: transports items on a straight line, and the items are visible inside the chute&lt;br /&gt;
* Corner chute: transports items on a perpendicular line&lt;br /&gt;
* Junction (consumes two kits): transports items on a straight and perpendicular line (merges two lines into one)&lt;br /&gt;
* Flip flop Splitter: alternates between transporting an item on a straight and perpendicular line (splits one line in two)&lt;br /&gt;
* Chute Valve: transports items on a straight line. Can be open and closed&lt;br /&gt;
* Chute overflow: transports items on a straight and perpendicular line, where priority is given to the straight line (similar to a flip flop, but instead of 50%, it only goes perpendicular if straight is full)&lt;br /&gt;
* Chute inlet: items can be dropped on it and will transport them on a perpendicular line&lt;br /&gt;
* Chute outlet: items are dropped from the chute to the floor&lt;br /&gt;
&lt;br /&gt;
== Recipes ==&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
{{Recipe&lt;br /&gt;
|{{Recipe/row |machine = Autolathe |mats = 3g [[Iron]] |time = 5 |energy = 500}}&lt;br /&gt;
|{{Recipe/row |machine = Hydraulic Pipe Bender |mats = 3g [[Iron]] |time = 5 |energy = 500}}&lt;br /&gt;
|{{Recipe/row |machine = Recycler |mats = 1,5g [[Iron]] |time = 5 |energy = 1000}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
= Chute Bin =&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 Chute Bin, when set to 1. Closes it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Chute Bin on when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Prevents the player from pulling the lever on the Chute Bin. 1 = Locked, 0 = Unlocked.&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 Chute Bin is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Chute Bin is open. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Chute Bin is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Chute Bin is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the Chute Bin, in watts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Chute Outlet =&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 Chute Outlet when set to 1.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Chute Outlet when set to 1. Unlocks it, when set to 0.&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;
| Open || Boolean || Returns whether the Chute Outlet is open. (0 for no, 1 for yes) This only returns 1 briefly, when the Chute Outlet opens.&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Chute Outlet is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| ImportQuantity || Integer || Returns the number of items, the Chute Outlet is holding, in grams.&lt;br /&gt;
|-&lt;br /&gt;
| ImportSlotOccupant || Boolean || Returns whether the Chute Outlet is holding an item. (0 for no, 1 for yes)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Chute Inlet =&lt;br /&gt;
&lt;br /&gt;
{{Data Network Header}}&lt;br /&gt;
&lt;br /&gt;
{{Data Parameters|empty}}&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;
| Lock || Boolean || 1 if the inlet is locked, 0 if it is not.  &lt;br /&gt;
|-&lt;br /&gt;
| ImportCount || Integer || Returns the number of stacks imported by the inlet.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Returns a hash. (Chute Inlet ItemID?)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=13907</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=13907"/>
		<updated>2022-12-08T20:35:32Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Special:MyLanguage is a PoS...&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;
&lt;br /&gt;
       &amp;lt;!--T:11--&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;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;small-12 column&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Welcome to [[Special:MyLanguage/Stationeers|Stationeers]] Unofficial Wiki.&amp;lt;br&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 copy, go to https://stationeers.com or purchase Early Access on [http://store.steampowered.com/app/544550/Stationeers/ Steam].&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] or [https://www.reddit.com/r/Stationeers/ Reddit].&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;&lt;br /&gt;
                [https://stationeering.com/versions/recent Stationeers Version History]&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:31--&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;/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/Solar_Logic_Circuits_Guide|Solar Panel Control using Logic Gates]]&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;/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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:41--&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;/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;/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;[https://stationeers-wiki.com/Auto_Night_Lights Auto Night Lights circuit] by DocRabbit (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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;[https://stationeers-wiki.com/Automated_Arc_Furnace Automated Arc Furnace] by JavaSkeptre (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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;[http://stationeers-wiki.com/Semi-Automatic_Autolathe Semi-Automatic Autolathe] by Korbah (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/Satellite_Tracking Automatic Satellite Tracking] by JedBolt (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/Easy_Auto_Arc_Furnace Easy Automated Arc Furnace] by Sarstan (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;[https://stationeers-wiki.com/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;/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;/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;/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;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-cubes fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Worlds&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;ul&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;See [[Worlds]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;[[Venus]]&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;!--T:50--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:51--&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-cubes fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ores&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;[[Special:MyLanguage/Ores|Ores]]&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/Ore (Cobalt)|Cobalt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Copper)|Copper]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Gold)|Gold]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Iron)|Iron]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Lead)|Lead]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Nickel)|Nickel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Silicon)|Silicon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Silver)|Silver]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Reagent Mix|Reagent Mix]]&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;Solid Fuels&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/Ore (Coal)|Coal]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Uranium)|Uranium]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Charcoal|Charcoal]]&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;Frozen Gases&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/Ice (Oxite)|Oxite]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Volatiles)|Volatiles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Water)|Water]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Nitrice)|Nitrice]]&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:52--&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-filter fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ingots&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;Elements&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/Ingot (Copper)|Copper]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Ingot (Cobalt)|Cobalt]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Gold)|Gold]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Iron)|Iron]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Lead)|Lead]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Nickel)|Nickel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Silicon)|Silicon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Silver)|Silver]]&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;Alloys&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/Ingot (Constantan)|Constantan]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Electrum)|Electrum]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Invar)|Invar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Solder)|Solder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Steel)|Steel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Superalloys&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/Ingot (Astroloy)|Astroloy]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Hastelloy)|Hastelloy]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Inconel)|Inconel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Stellite)|Stellite]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Waspaloy)|Waspaloy]]&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:53--&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-spinner fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Gases&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-5 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;Elements&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/Hydrogen|Hydrogen (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Nitrogen|Nitrogen (N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Oxygen|Oxygen (O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pollutant|Pollutants (X)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Volatiles|Volatiles]]&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-7 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;Compounds&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 Dioxide|Carbon Dioxide (CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Nitrous Oxide|Nitrous Oxide (N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Water|Water (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O)]]&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;Mixtures&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/Fuel|Fuel (66.6% H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; + 33.3% O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&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;/div&amp;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;
&lt;br /&gt;
        &amp;lt;!--T:61--&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-wrench fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Hand Tools&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;Construction&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/Arc Welder|Arc Welder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Angle Grinder|Angle Grinder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Authoring Tool|Authoring Tool]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Crowbar|Crowbar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Data Disk|Data Disk]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hand Drill|Hand Drill]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Screwdriver|Screwdriver]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Spray Paint|Spray Paint]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Welding Torch|Welding Torch]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Wire Cutters|Wire Cutters]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Wreckage Constructor|Wreckage Constructor]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Wrench|Wrench]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&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;[[Special:MyLanguage/Dirt Canister|Dirt Canister]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ground Penetrating Radar|Ground Penetrating Radar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Drill|Mining Drill]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Drill (Heavy)|Mining Drill (Heavy)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pickaxe|Pickaxe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Terrain Manipulator|Terrain Manipulator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Location Markers&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Chem Light|Chem Light]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Small Flag)|Small Flag]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Road Flare|Road Flare]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tracking Beacon|Tracking Beacon]]&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;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/Duct Tape|Duct Tape]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fire Extinguisher|Fire Extinguisher]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handheld Tablet|Handheld Tablet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Advanced Tablet|Advanced Tablet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Handheld Scanner|Handheld Scanner]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Labeller|Labeller ]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Portable Light|Portable Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Space Cleaner|Space Cleaner]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Weapons&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/Ammo_Box|Ammo Box]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Energy Pistol|Energy Pistol]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Energy Rifle|Energy Rifle]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fire Arm SMG|Fire Arm SMG]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hand Grenade|Hand Grenade]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handgun|Handgun]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handgun Magazine|Handgun Magazine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Lightsword|Lightsword]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Remote Detonator|Remote Detonator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Remote Explosive|Remote Explosive]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/SMG Magazine|SMG Magazine]]&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:62--&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-tasks fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Cartridges&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;[[Special:MyLanguage/Cartridge|Cartridges]]&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/Cartridge (Access Control)#Access_Control|Access Control]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Atmos Analyzer)#Atmos_Analyzer|Atmos Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Configuration)#Configuration|Configuration]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (eReader)#eReader|eReader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (GPS)#GPS|GPS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Medical Analyzer)#Medical_Analyzer|Medical Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Network Analyzer)#Network_Analyzer|Network Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Ore Scanner)#Ore_Scanner|Ore Scanner]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Ore Scanner (Color))|Ore Scanner (Color)]]&amp;lt;/li&amp;gt;&amp;lt;!--Cannot have a proper hashtag directive to autoscroll to the content on cartridge page--&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Tracker)#Tracker|Tracker]]&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:63--&amp;gt; &amp;lt;div class=&amp;quot;large-6 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/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;/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/Kit (Pipe Valve)|Pipe Valve]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe Valve)|One Way Valve (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 Pipe Radiator)|Liquid Pipe 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 (Heat Exchanger)|Heat Exchanger - Gas]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Heat Exchanger)|Heat Exchanger - Liquid]]&amp;lt;/li&amp;gt;&lt;br /&gt;
		        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Heat Exchanger)|Heat Exchanger - Liquid + Gas]]&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 (Liquid Tank Connector)|Liquid 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;Filters&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/Filter|Filter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Heavy Filter|Heavy Filter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Medium Filter|Medium Filter]]&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 (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;/div&amp;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;
&lt;br /&gt;
        &amp;lt;!--T:71--&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/Kit (Autolathe)|Autolathe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Electronics Printer)|Electronics Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Hydraulic Pipe Bender)|Hydraulic Pipe Bender]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Tool Manufactory)|Tool Manufactory]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Security Printer)|Security Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Oven)|Automated Oven]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Advanced Packaging Machine)|Automated Packaging Machine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Fabricator)|Fabricator]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Organics Printer)|Organics Printer]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Fabricators (Tier Two)&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 (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Electronics Printer (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Hydraulic Pipe Bender (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Tool Manufactory (Tier Two)]]&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;/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/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-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-building fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Structure&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;Doors&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 (Airlock)|Airlock]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Airlock_Gate)|Airlock Gate]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Blast Door)|Blast Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Docking Port)|Dock Port Side]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Docking Port)|Dock Ship Side]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Composite Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Composite Roll Cover]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Glass Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&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;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Elevators&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 (Elevator)|Elevator Level]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Elevator)|Elevator Shaft]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder End]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder Platform]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Stairs)|Stairs]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Frames&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/Iron Frames|Iron Frames]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Steel Frames|Steel Frames]]&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;Floors &amp;amp; Walls&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Insulation|Insulation]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Arched Wall)|Arched Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Cladding)|Cladding]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Flat Wall)|Flat Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Floor Grating)|Floor Grating]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Geometric Wall)|Geometric Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Iron Walls)|Iron Walls]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Padded Wall)|Padded Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Wall)|Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Railing)|Industrial Railing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Railing)|Elegant Railing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Lights&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 (Flashing Light)|Flashing Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Diode Slide]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|LED]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Battery)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long Angled)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long Wide)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Signs&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 (Sign)|Sign]]&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;
&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Astroloy Sheets|Astroloy Sheets]]&amp;lt;/del&amp;gt;&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;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-building fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Vehicles&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;Rovers and Shuttles&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]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Rover Frame)|Rover (Cargo)]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Rover Mk I)|Rover (Mk I)]]&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Robot|Robot]]&amp;lt;/del&amp;gt;&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;li&amp;gt;Modular Rocket&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 (Engine Large)|Engine Large]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Engine Medium)|Engine Medium]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Engine Small)|Engine Small]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Control Chair]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Gyroscope)|Gyroscope]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Stellar Anchor)|Stellar Anchor]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Torpedo Launcher)|Torpedo Launcher]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Turret)|Turret]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Launch Pad)|Launch Pad]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Automation)|Automation]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Cargo)|Cargo]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Command)|Command]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Coupling)|Coupling]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Engine)|Engine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Fueltank)|Fuel Tank]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Ice Mining)|Ice Mining]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Ore Mining)|Ore Mining]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Salvage)|Salvage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Silo)|Silo]]&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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:81--&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;Personal&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;Soft Suit&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/EVA Suit|EVA Suit]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Space Helmet|Space Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Spacepack|Spacepack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Hard Suit&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/Hardsuit|Hardsuit]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Backpack|Hardsuit Backpack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Helmet|Hardsuit Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Jetpack|Hardsuit Jetpack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Marine&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/Marine Armor|Marine Armor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Marine Helmet|Marine Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Uniforms&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/Jump Suit (Orange)|Jump Suit (Orange)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Uniform Comander|Uniform Comander]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Marine Uniform|Marine Uniform]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Accessories&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/Glasses|Glasses]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Night Vision Goggles|Night Vision Goggles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Access Card|Access Card]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Credit Card|Credit Card]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Belt|Mining Belt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tool Belt|Tool Belt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Headwear&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/Headlamp|Headlamp]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Hat|Hat]]&amp;lt;/del&amp;gt;&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:82--&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/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/Kit (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 (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;&amp;lt;del&amp;gt;[[Special:MyLanguage/RTG|RTG]]&amp;lt;/del&amp;gt;&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-8 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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Circuitboard (Camera Display)|Camera Display]]&amp;lt;/del&amp;gt;&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|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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Motherboard (Manufacturing)|Manufacturing]]&amp;lt;/del&amp;gt;&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Security Camera|Security Camera]]&amp;lt;/del&amp;gt;&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;
&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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:91--&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;Furniture&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;Entertainment&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Book|Book]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Basket|Basket]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Basket Ball|Basket Ball]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Coffee_Mug|Coffee Mug]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Meteorite|Meteorite]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Furniture]]&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 (Furniture)|Plinth]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Control Chair]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Chairs)|Chairs]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Tables)|Tables]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Powered Bench|Powered Bench]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Beds)|Bed]]&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/Kit (Cryo Tube)|Cryo Tube]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Sleeper)|Sleeper]]&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;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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Cardboard Box|Cardboard Box]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Container Mount)|Container Mount]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Crate)|Crate]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Locker)|Locker]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Locker)|Locker (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Suit Storage)|Suit Storage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Fridge (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Fridge (Large)]]&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;large-8 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;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;Animals&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Character Player|Character Player]]&amp;lt;/del&amp;gt;&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Grounder|Grounder]]&amp;lt;/del&amp;gt;&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;/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/Cereal Bar|Cereal Bar]]&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;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Color Dye|Color Dye]]&amp;lt;/li&amp;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/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/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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Pill (Stun)|Pill (Stun)]]&amp;lt;/del&amp;gt;&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/Kit (Hydroponic Station)|Hydroponic 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/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/Flower|Flower]]s&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/Tomato|Tomato]]es&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;/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:100--&amp;gt;&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13906</id>
		<title>SystemD Server Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13906"/>
		<updated>2022-12-08T20:20:47Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added info on how to update the Stationeers server&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* A machine that runs any Linux distribution that uses SystemD&lt;br /&gt;
* Access to, and basic knowledge of your Linux shell&lt;br /&gt;
* &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt;-rights&lt;br /&gt;
* At least 16GB RAM&lt;br /&gt;
&lt;br /&gt;
== Preparing the server ==&lt;br /&gt;
To maximize server security, we will be setting up a dedicated user that only has the privileges to run the dedicated server, and nothing else.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo useradd -m stationeers&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We won&#039;t need to log in with the user at all, so to increase security even more, let&#039;s prevent anyone from logging in with the user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/passwd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the line that starts with &amp;lt;code&amp;gt;stationeers:x:&amp;lt;/code&amp;gt; (it&#039;s most likely the last line in the file). Replace the path at the end of this line (probably says &amp;lt;code&amp;gt;/bin/bash&amp;lt;/code&amp;gt;) with &amp;lt;code&amp;gt;/sbin/nologin&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Installing SteamCmd ==&lt;br /&gt;
Follow the instructions here to get SteamCmd installed: https://developer.valvesoftware.com/wiki/SteamCMD#Package_From_Repositories&lt;br /&gt;
&lt;br /&gt;
== Creating the SystemD service==&lt;br /&gt;
Now it&#039;s time to create the service-file for SystemD so we can use it to control starting and stopping the Stationeers server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/systemd/system/stationeers.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Paste the following into the editor:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;code&amp;gt;[Unit]&amp;lt;br&amp;gt;&lt;br /&gt;
Description=Stationeers Dedicated Server&amp;lt;br&amp;gt;&lt;br /&gt;
Wants=network-online.target&amp;lt;br&amp;gt;&lt;br /&gt;
After=syslog.target network.target nss-lookup.target network-online.target&lt;br /&gt;
&lt;br /&gt;
[Service]&amp;lt;br&amp;gt;&lt;br /&gt;
Environment=&amp;quot;LD_LIBRARY_PATH=./linux64&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStartPre=/usr/games/steamcmd +force_install_dir &amp;quot;/home/stationeers/StationeersDedicatedServer&amp;quot; +login anonymous +app_update 600760 validate +quit&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStart=/home/stationeers/StationeersDedicatedServer/rocketstation_DedicatedServer.x86_64 -loadlatest &amp;quot;NAME_OF_SAVE&amp;quot; PLANET -difficulty DIFFICULTY_SETTING -settings StartLocalHost true ServerVisible true LocalIpAddress IP_ADDRESS ServerName &amp;quot;NAME_IN_SERVER_LIST&amp;quot; ServerPassword &amp;quot;YOUR_SECURE_PASSWORD&amp;quot; ServerMaxPlayers MAX_PLAYERS UPNPEnabled false&amp;lt;br&amp;gt;&lt;br /&gt;
User=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
Group=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
StandardOutput=journal&amp;lt;br&amp;gt;&lt;br /&gt;
Restart=on-failure&amp;lt;br&amp;gt;&lt;br /&gt;
WorkingDirectory=/home/stationeers&lt;br /&gt;
&lt;br /&gt;
[Install]&amp;lt;br&amp;gt;&lt;br /&gt;
WantedBy=multi-user.target&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
The stuff under &amp;lt;code&amp;gt;[Unit]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[Install]&amp;lt;/code&amp;gt; is just to name the service in Linux, and declare when it&#039;s safe to start. It&#039;s the stuff under &amp;lt;code&amp;gt;[Service]&amp;lt;/code&amp;gt; that is the &amp;quot;business end&amp;quot; of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; application to update the dedicated server. You might want to check that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; is actually installed in /usr/games/ by running the following command: &amp;lt;code&amp;gt;find /usr/ -name &amp;quot;steamcmd&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStart&amp;lt;/code&amp;gt; starts the Stationeers dedicated server. Be sure to replace all the UPPERCASE entries with what you want for your server. See here: https://github.com/rocket2guns/StationeersDedicatedServerGuide/blob/main/README.md&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;User&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Group&amp;lt;/code&amp;gt; ensures that the dedicated server runs with the user we set up earlier.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;StandardOutput=journal&amp;lt;/code&amp;gt; directs all log-messages to the system journal. If something goes wrong, you don&#039;t have to locate any log-files, you just run the command &amp;lt;code&amp;gt;journalctl -fu stationeers&amp;lt;/code&amp;gt; to browse the journal for what service &amp;lt;/code&amp;gt;stationeers&amp;lt;/code&amp;gt; has output.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;Restart=on-failure&amp;lt;/code&amp;gt; ensures that if the server crashes, it will automatically restart.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;WorkingDirectory=/home/stationeers&amp;lt;/code&amp;gt; makes sure that everything we do assumes that we&#039;re standing in this folder when we do it. It&#039;s kind of redundant here, but I keep it in for safety.&lt;br /&gt;
&lt;br /&gt;
== Wrapping it all up ==&lt;br /&gt;
Now that we&#039;ve created the service-file, we have to let SystemD know it&#039;s there. Run &amp;lt;code&amp;gt;sudo systemctl daemon-reload&amp;lt;/code&amp;gt; to do that. Any time you edit the service-file, you have to run this command to make SystemD aware of the changes you&#039;ve made.&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! All we need to do now is run &amp;lt;code&amp;gt;sudo systemctl start stationeers&amp;lt;/code&amp;gt;, and it will download Stationeers Dedicated Server, start it with the parameters we&#039;ve set, and run until we either reboot the machine, or run &amp;lt;code&amp;gt;sudo systemctl stop stationeers&amp;lt;/code&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
If there&#039;s an update to Stationeers, just run &amp;lt;code&amp;gt;sudo systemctl restart stationeers&amp;lt;/code&amp;gt;, and the &amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; line in the service-file will ensure that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; downloads the latest version.&lt;br /&gt;
&lt;br /&gt;
Want the dedicated server to start with the machine every time you reboot? Just run &amp;lt;code&amp;gt;sudo systemctl enable stationeers&amp;lt;/code&amp;gt; to enable start-on-boot, and &amp;lt;code&amp;gt;sudo systemctl disable stationeers&amp;lt;/code&amp;gt; to disable it again.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13905</id>
		<title>SystemD Server Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13905"/>
		<updated>2022-12-08T20:15:42Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Fixed Category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* A machine that runs any Linux distribution that uses SystemD&lt;br /&gt;
* Access to, and basic knowledge of your Linux shell&lt;br /&gt;
* &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt;-rights&lt;br /&gt;
* At least 16GB RAM&lt;br /&gt;
&lt;br /&gt;
== Preparing the server ==&lt;br /&gt;
To maximize server security, we will be setting up a dedicated user that only has the privileges to run the dedicated server, and nothing else.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo useradd -m stationeers&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We won&#039;t need to log in with the user at all, so to increase security even more, let&#039;s prevent anyone from logging in with the user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/passwd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the line that starts with &amp;lt;code&amp;gt;stationeers:x:&amp;lt;/code&amp;gt; (it&#039;s most likely the last line in the file). Replace the path at the end of this line (probably says &amp;lt;code&amp;gt;/bin/bash&amp;lt;/code&amp;gt;) with &amp;lt;code&amp;gt;/sbin/nologin&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Installing SteamCmd ==&lt;br /&gt;
Follow the instructions here to get SteamCmd installed: https://developer.valvesoftware.com/wiki/SteamCMD#Package_From_Repositories&lt;br /&gt;
&lt;br /&gt;
== Creating the SystemD service==&lt;br /&gt;
Now it&#039;s time to create the service-file for SystemD so we can use it to control starting and stopping the Stationeers server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/systemd/system/stationeers.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Paste the following into the editor:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;code&amp;gt;[Unit]&amp;lt;br&amp;gt;&lt;br /&gt;
Description=Stationeers Dedicated Server&amp;lt;br&amp;gt;&lt;br /&gt;
Wants=network-online.target&amp;lt;br&amp;gt;&lt;br /&gt;
After=syslog.target network.target nss-lookup.target network-online.target&lt;br /&gt;
&lt;br /&gt;
[Service]&amp;lt;br&amp;gt;&lt;br /&gt;
Environment=&amp;quot;LD_LIBRARY_PATH=./linux64&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStartPre=/usr/games/steamcmd +force_install_dir &amp;quot;/home/stationeers/StationeersDedicatedServer&amp;quot; +login anonymous +app_update 600760 validate +quit&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStart=/home/stationeers/StationeersDedicatedServer/rocketstation_DedicatedServer.x86_64 -loadlatest &amp;quot;NAME_OF_SAVE&amp;quot; PLANET -difficulty DIFFICULTY_SETTING -settings StartLocalHost true ServerVisible true LocalIpAddress IP_ADDRESS ServerName &amp;quot;NAME_IN_SERVER_LIST&amp;quot; ServerPassword &amp;quot;YOUR_SECURE_PASSWORD&amp;quot; ServerMaxPlayers MAX_PLAYERS UPNPEnabled false&amp;lt;br&amp;gt;&lt;br /&gt;
User=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
Group=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
StandardOutput=journal&amp;lt;br&amp;gt;&lt;br /&gt;
Restart=on-failure&amp;lt;br&amp;gt;&lt;br /&gt;
WorkingDirectory=/home/stationeers&lt;br /&gt;
&lt;br /&gt;
[Install]&amp;lt;br&amp;gt;&lt;br /&gt;
WantedBy=multi-user.target&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
The stuff under &amp;lt;code&amp;gt;[Unit]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[Install]&amp;lt;/code&amp;gt; is just to name the service in Linux, and declare when it&#039;s safe to start. It&#039;s the stuff under &amp;lt;code&amp;gt;[Service]&amp;lt;/code&amp;gt; that is the &amp;quot;business end&amp;quot; of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; application to update the dedicated server. You might want to check that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; is actually installed in /usr/games/ by running the following command: &amp;lt;code&amp;gt;find /usr/ -name &amp;quot;steamcmd&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStart&amp;lt;/code&amp;gt; starts the Stationeers dedicated server. Be sure to replace all the UPPERCASE entries with what you want for your server. See here: https://github.com/rocket2guns/StationeersDedicatedServerGuide/blob/main/README.md&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;User&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Group&amp;lt;/code&amp;gt; ensures that the dedicated server runs with the user we set up earlier.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;StandardOutput=journal&amp;lt;/code&amp;gt; directs all log-messages to the system journal. If something goes wrong, you don&#039;t have to locate any log-files, you just run the command &amp;lt;code&amp;gt;journalctl -fu stationeers&amp;lt;/code&amp;gt; to browse the journal for what service &amp;lt;/code&amp;gt;stationeers&amp;lt;/code&amp;gt; has output.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;Restart=on-failure&amp;lt;/code&amp;gt; ensures that if the server crashes, it will automatically restart.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;WorkingDirectory=/home/stationeers&amp;lt;/code&amp;gt; makes sure that everything we do assumes that we&#039;re standing in this folder when we do it. It&#039;s kind of redundant here, but I keep it in for safety.&lt;br /&gt;
&lt;br /&gt;
== Wrapping it all up ==&lt;br /&gt;
Now that we&#039;ve created the service-file, we have to let SystemD know it&#039;s there. Run &amp;lt;code&amp;gt;sudo systemctl daemon-reload&amp;lt;/code&amp;gt; to do that. Any time you edit the service-file, you have to run this command to make SystemD aware of the changes you&#039;ve made.&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! All we need to do now is run &amp;lt;code&amp;gt;sudo systemctl start stationeers&amp;lt;/code&amp;gt;, and it will download Stationeers Dedicated Server, start it with the parameters we&#039;ve set, and run until we either reboot the machine, or run &amp;lt;code&amp;gt;sudo systemctl stop stationeers&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Want the dedicated server to start with the machine every time you reboot? Just run &amp;lt;code&amp;gt;sudo systemctl enable stationeers&amp;lt;/code&amp;gt; to enable start-on-boot, and &amp;lt;code&amp;gt;sudo systemctl disable stationeers&amp;lt;/code&amp;gt; to disable it again.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13904</id>
		<title>SystemD Server Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13904"/>
		<updated>2022-12-08T20:15:06Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Fixed minor typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* A machine that runs any Linux distribution that uses SystemD&lt;br /&gt;
* Access to, and basic knowledge of your Linux shell&lt;br /&gt;
* &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt;-rights&lt;br /&gt;
* At least 16GB RAM&lt;br /&gt;
&lt;br /&gt;
== Preparing the server ==&lt;br /&gt;
To maximize server security, we will be setting up a dedicated user that only has the privileges to run the dedicated server, and nothing else.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo useradd -m stationeers&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We won&#039;t need to log in with the user at all, so to increase security even more, let&#039;s prevent anyone from logging in with the user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/passwd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the line that starts with &amp;lt;code&amp;gt;stationeers:x:&amp;lt;/code&amp;gt; (it&#039;s most likely the last line in the file). Replace the path at the end of this line (probably says &amp;lt;code&amp;gt;/bin/bash&amp;lt;/code&amp;gt;) with &amp;lt;code&amp;gt;/sbin/nologin&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Installing SteamCmd ==&lt;br /&gt;
Follow the instructions here to get SteamCmd installed: https://developer.valvesoftware.com/wiki/SteamCMD#Package_From_Repositories&lt;br /&gt;
&lt;br /&gt;
== Creating the SystemD service==&lt;br /&gt;
Now it&#039;s time to create the service-file for SystemD so we can use it to control starting and stopping the Stationeers server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/systemd/system/stationeers.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Paste the following into the editor:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;code&amp;gt;[Unit]&amp;lt;br&amp;gt;&lt;br /&gt;
Description=Stationeers Dedicated Server&amp;lt;br&amp;gt;&lt;br /&gt;
Wants=network-online.target&amp;lt;br&amp;gt;&lt;br /&gt;
After=syslog.target network.target nss-lookup.target network-online.target&lt;br /&gt;
&lt;br /&gt;
[Service]&amp;lt;br&amp;gt;&lt;br /&gt;
Environment=&amp;quot;LD_LIBRARY_PATH=./linux64&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStartPre=/usr/games/steamcmd +force_install_dir &amp;quot;/home/stationeers/StationeersDedicatedServer&amp;quot; +login anonymous +app_update 600760 validate +quit&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStart=/home/stationeers/StationeersDedicatedServer/rocketstation_DedicatedServer.x86_64 -loadlatest &amp;quot;NAME_OF_SAVE&amp;quot; PLANET -difficulty DIFFICULTY_SETTING -settings StartLocalHost true ServerVisible true LocalIpAddress IP_ADDRESS ServerName &amp;quot;NAME_IN_SERVER_LIST&amp;quot; ServerPassword &amp;quot;YOUR_SECURE_PASSWORD&amp;quot; ServerMaxPlayers MAX_PLAYERS UPNPEnabled false&amp;lt;br&amp;gt;&lt;br /&gt;
User=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
Group=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
StandardOutput=journal&amp;lt;br&amp;gt;&lt;br /&gt;
Restart=on-failure&amp;lt;br&amp;gt;&lt;br /&gt;
WorkingDirectory=/home/stationeers&lt;br /&gt;
&lt;br /&gt;
[Install]&amp;lt;br&amp;gt;&lt;br /&gt;
WantedBy=multi-user.target&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
The stuff under &amp;lt;code&amp;gt;[Unit]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[Install]&amp;lt;/code&amp;gt; is just to name the service in Linux, and declare when it&#039;s safe to start. It&#039;s the stuff under &amp;lt;code&amp;gt;[Service]&amp;lt;/code&amp;gt; that is the &amp;quot;business end&amp;quot; of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; application to update the dedicated server. You might want to check that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; is actually installed in /usr/games/ by running the following command: &amp;lt;code&amp;gt;find /usr/ -name &amp;quot;steamcmd&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStart&amp;lt;/code&amp;gt; starts the Stationeers dedicated server. Be sure to replace all the UPPERCASE entries with what you want for your server. See here: https://github.com/rocket2guns/StationeersDedicatedServerGuide/blob/main/README.md&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;User&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Group&amp;lt;/code&amp;gt; ensures that the dedicated server runs with the user we set up earlier.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;StandardOutput=journal&amp;lt;/code&amp;gt; directs all log-messages to the system journal. If something goes wrong, you don&#039;t have to locate any log-files, you just run the command &amp;lt;code&amp;gt;journalctl -fu stationeers&amp;lt;/code&amp;gt; to browse the journal for what service &amp;lt;/code&amp;gt;stationeers&amp;lt;/code&amp;gt; has output.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;Restart=on-failure&amp;lt;/code&amp;gt; ensures that if the server crashes, it will automatically restart.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;WorkingDirectory=/home/stationeers&amp;lt;/code&amp;gt; makes sure that everything we do assumes that we&#039;re standing in this folder when we do it. It&#039;s kind of redundant here, but I keep it in for safety.&lt;br /&gt;
&lt;br /&gt;
== Wrapping it all up ==&lt;br /&gt;
Now that we&#039;ve created the service-file, we have to let SystemD know it&#039;s there. Run &amp;lt;code&amp;gt;sudo systemctl daemon-reload&amp;lt;/code&amp;gt; to do that. Any time you edit the service-file, you have to run this command to make SystemD aware of the changes you&#039;ve made.&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! All we need to do now is run &amp;lt;code&amp;gt;sudo systemctl start stationeers&amp;lt;/code&amp;gt;, and it will download Stationeers Dedicated Server, start it with the parameters we&#039;ve set, and run until we either reboot the machine, or run &amp;lt;code&amp;gt;sudo systemctl stop stationeers&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Want the dedicated server to start with the machine every time you reboot? Just run &amp;lt;code&amp;gt;sudo systemctl enable stationeers&amp;lt;/code&amp;gt; to enable start-on-boot, and &amp;lt;code&amp;gt;sudo systemctl disable stationeers&amp;lt;/code&amp;gt; to disable it again.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13903</id>
		<title>SystemD Server Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=SystemD_Server_Guide&amp;diff=13903"/>
		<updated>2022-12-08T20:12:58Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: First draft. Should be functional.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* A machine that runs any Linux distribution that uses SystemD&lt;br /&gt;
* Access to, and basic knowledge of your Linux shell&lt;br /&gt;
* sudo-rights&lt;br /&gt;
* At least 16GB RAM&lt;br /&gt;
&lt;br /&gt;
== Preparing the server ==&lt;br /&gt;
To maximize server security, we will be setting up a dedicated user that only has the privileges to run the dedicated server, and nothing else.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo useradd -m stationeers&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We won&#039;t need to log in with the user at all, so to increase security even more, let&#039;s prevent anyone from logging in with the user.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/passwd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the line that starts with &amp;lt;code&amp;gt;stationeers:x:&amp;lt;/code&amp;gt; (it&#039;s most likely the last line in the file). Replace the path at the end of this line (probably says &amp;lt;code&amp;gt;/bin/bash&amp;lt;/code&amp;gt;) with &amp;lt;code&amp;gt;/sbin/nologin&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Installing SteamCmd ==&lt;br /&gt;
Follow the instructions here to get SteamCmd installed: https://developer.valvesoftware.com/wiki/SteamCMD#Package_From_Repositories&lt;br /&gt;
&lt;br /&gt;
== Creating the SystemD service==&lt;br /&gt;
Now it&#039;s time to create the service-file for SystemD so we can use it to control starting and stopping the Stationeers server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo nano /etc/systemd/system/stationeers.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Paste the following into the editor:&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;code&amp;gt;[Unit]&amp;lt;br&amp;gt;&lt;br /&gt;
Description=Stationeers Dedicated Server&amp;lt;br&amp;gt;&lt;br /&gt;
Wants=network-online.target&amp;lt;br&amp;gt;&lt;br /&gt;
After=syslog.target network.target nss-lookup.target network-online.target&lt;br /&gt;
&lt;br /&gt;
[Service]&amp;lt;br&amp;gt;&lt;br /&gt;
Environment=&amp;quot;LD_LIBRARY_PATH=./linux64&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStartPre=/usr/games/steamcmd +force_install_dir &amp;quot;/home/stationeers/StationeersDedicatedServer&amp;quot; +login anonymous +app_update 600760 validate +quit&amp;lt;br&amp;gt;&lt;br /&gt;
ExecStart=/home/stationeers/StationeersDedicatedServer/rocketstation_DedicatedServer.x86_64 -loadlatest &amp;quot;NAME_OF_SAVE&amp;quot; PLANET -difficulty DIFFICULTY_SETTING -settings StartLocalHost true ServerVisible true LocalIpAddress IP_ADDRESS ServerName &amp;quot;NAME_IN_SERVER_LIST&amp;quot; ServerPassword &amp;quot;YOUR_SECURE_PASSWORD&amp;quot; ServerMaxPlayers MAX_PLAYERS UPNPEnabled false&amp;lt;br&amp;gt;&lt;br /&gt;
User=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
Group=stationeers&amp;lt;br&amp;gt;&lt;br /&gt;
StandardOutput=journal&amp;lt;br&amp;gt;&lt;br /&gt;
Restart=on-failure&amp;lt;br&amp;gt;&lt;br /&gt;
WorkingDirectory=/home/stationeers&lt;br /&gt;
&lt;br /&gt;
[Install]&amp;lt;br&amp;gt;&lt;br /&gt;
WantedBy=multi-user.target&amp;lt;/code&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
The stuff under &amp;lt;code&amp;gt;[Unit]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[Install]&amp;lt;/code&amp;gt; is just to name the service in Linux, and declare when it&#039;s safe to start. It&#039;s the stuff under &amp;lt;/code&amp;gt;[Service]&amp;lt;/code&amp;gt; that is the &amp;quot;business end&amp;quot; of this file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStartPre&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; application to update the dedicated server. You might want to check that &amp;lt;code&amp;gt;steamcmd&amp;lt;/code&amp;gt; is actually installed in /usr/games/ by running the following command: &amp;lt;code&amp;gt;find /usr/ -name &amp;quot;steamcmd&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;ExecStart&amp;lt;/code&amp;gt; starts the Stationeers dedicated server. Be sure to replace all the UPPERCASE entries with what you want for your server. See here: https://github.com/rocket2guns/StationeersDedicatedServerGuide/blob/main/README.md&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;User&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Group&amp;lt;/code&amp;gt; ensures that the dedicated server runs with the user we set up earlier.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;StandardOutput=journal&amp;lt;/code&amp;gt; directs all log-messages to the system journal. If something goes wrong, you don&#039;t have to locate any log-files, you just run the command &amp;lt;code&amp;gt;journalctl -fu stationeers&amp;lt;/code&amp;gt; to browse the journal for what service &amp;lt;/code&amp;gt;stationeers&amp;lt;/code&amp;gt; has output.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;Restart=on-failure&amp;lt;/code&amp;gt; ensures that if the server crashes, it will automatically restart.&lt;br /&gt;
&amp;lt;code&amp;gt;WorkingDirectory=/home/stationeers&amp;lt;/code&amp;gt; makes sure that everything we do assumes that we&#039;re standing in this folder when we do it. It&#039;s kind of redundant here, but I keep it in for safety.&lt;br /&gt;
&lt;br /&gt;
== Wrapping it all up ==&lt;br /&gt;
Now that we&#039;ve created the service-file, we have to let SystemD know it&#039;s there. Run &amp;lt;code&amp;gt;sudo systemctl daemon-reload&amp;lt;/code&amp;gt; to do that. Any time you edit the service-file, you have to run this command to make SystemD aware of the changes you&#039;ve made.&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! All we need to do now is run &amp;lt;code&amp;gt;sudo systemctl start stationeers&amp;lt;/code&amp;gt;, and it will download Stationeers Dedicated Server, start it with the parameters we&#039;ve set, and run until we either reboot the machine, or run &amp;lt;code&amp;gt;sudo systemctl stop stationeers&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Want the dedicated server to start with the machine every time you reboot? Just run &amp;lt;code&amp;gt;sudo systemctl enable stationeers&amp;lt;/code&amp;gt; to enable start-on-boot, and &amp;lt;code&amp;gt;sudo systemctl disable stationeers&amp;lt;/code&amp;gt; to disable it again.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=13901</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Main_Page&amp;diff=13901"/>
		<updated>2022-12-08T19:16:29Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added link to Linux DS SystemD guide&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;
&lt;br /&gt;
       &amp;lt;!--T:11--&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;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
        &amp;lt;div class=&amp;quot;small-12 column&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;p&amp;gt;Welcome to [[Special:MyLanguage/Stationeers|Stationeers]] Unofficial Wiki.&amp;lt;br&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 copy, go to https://stationeers.com or purchase Early Access on [http://store.steampowered.com/app/544550/Stationeers/ Steam].&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] or [https://www.reddit.com/r/Stationeers/ Reddit].&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
                &amp;lt;p&amp;gt;&lt;br /&gt;
                [https://stationeering.com/versions/recent Stationeers Version History]&lt;br /&gt;
            &amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:31--&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;/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;[[Special:MyLanguage/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/Solar_Logic_Circuits_Guide|Solar Panel Control using Logic Gates]]&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;/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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:41--&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;/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;/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;[https://stationeers-wiki.com/Auto_Night_Lights Auto Night Lights circuit] by DocRabbit (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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;[https://stationeers-wiki.com/Automated_Arc_Furnace Automated Arc Furnace] by JavaSkeptre (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/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;[http://stationeers-wiki.com/Semi-Automatic_Autolathe Semi-Automatic Autolathe] by Korbah (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/Satellite_Tracking Automatic Satellite Tracking] by JedBolt (Wiki Guide)&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[https://stationeers-wiki.com/Easy_Auto_Arc_Furnace Easy Automated Arc Furnace] by Sarstan (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;[https://stationeers-wiki.com/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;/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;/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;/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;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-cubes fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Worlds&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;ul&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;See [[Worlds]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                &amp;lt;li&amp;gt;[[Venus]]&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;!--T:50--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:51--&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-cubes fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ores&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;[[Special:MyLanguage/Ores|Ores]]&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/Ore (Cobalt)|Cobalt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Copper)|Copper]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Gold)|Gold]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Iron)|Iron]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Lead)|Lead]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Nickel)|Nickel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Silicon)|Silicon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Silver)|Silver]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Reagent Mix|Reagent Mix]]&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;Solid Fuels&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/Ore (Coal)|Coal]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ore (Uranium)|Uranium]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Charcoal|Charcoal]]&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;Frozen Gases&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/Ice (Oxite)|Oxite]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Volatiles)|Volatiles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Water)|Water]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ice (Nitrice)|Nitrice]]&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:52--&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-filter fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Ingots&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;Elements&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/Ingot (Copper)|Copper]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Ingot (Cobalt)|Cobalt]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Gold)|Gold]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Iron)|Iron]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Lead)|Lead]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Nickel)|Nickel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Silicon)|Silicon]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Silver)|Silver]]&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;Alloys&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/Ingot (Constantan)|Constantan]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Electrum)|Electrum]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Invar)|Invar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Solder)|Solder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Steel)|Steel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Superalloys&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/Ingot (Astroloy)|Astroloy]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Hastelloy)|Hastelloy]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Inconel)|Inconel]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Stellite)|Stellite]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ingot (Waspaloy)|Waspaloy]]&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:53--&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-spinner fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Gases&amp;lt;/h3&amp;gt;&lt;br /&gt;
            &amp;lt;div class=&amp;quot;medium-5 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;Elements&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/Hydrogen|Hydrogen (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Nitrogen|Nitrogen (N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Oxygen|Oxygen (O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pollutant|Pollutants (X)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Volatiles|Volatiles]]&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-7 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;Compounds&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 Dioxide|Carbon Dioxide (CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Nitrous Oxide|Nitrous Oxide (N&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Water|Water (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O)]]&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;Mixtures&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/Fuel|Fuel (66.6% H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; + 33.3% O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;)]]&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;/div&amp;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;
&lt;br /&gt;
        &amp;lt;!--T:61--&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-wrench fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Hand Tools&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;Construction&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/Arc Welder|Arc Welder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Angle Grinder|Angle Grinder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Authoring Tool|Authoring Tool]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Crowbar|Crowbar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Data Disk|Data Disk]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hand Drill|Hand Drill]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Screwdriver|Screwdriver]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Spray Paint|Spray Paint]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Welding Torch|Welding Torch]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Wire Cutters|Wire Cutters]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Wreckage Constructor|Wreckage Constructor]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Wrench|Wrench]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&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;[[Special:MyLanguage/Dirt Canister|Dirt Canister]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Ground Penetrating Radar|Ground Penetrating Radar]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Drill|Mining Drill]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Drill (Heavy)|Mining Drill (Heavy)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Pickaxe|Pickaxe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Terrain Manipulator|Terrain Manipulator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Location Markers&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Chem Light|Chem Light]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Small Flag)|Small Flag]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Road Flare|Road Flare]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tracking Beacon|Tracking Beacon]]&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;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/Duct Tape|Duct Tape]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fire Extinguisher|Fire Extinguisher]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handheld Tablet|Handheld Tablet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Advanced Tablet|Advanced Tablet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Handheld Scanner|Handheld Scanner]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Labeller|Labeller ]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Portable Light|Portable Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Space Cleaner|Space Cleaner]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Weapons&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/Ammo_Box|Ammo Box]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Energy Pistol|Energy Pistol]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Energy Rifle|Energy Rifle]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Fire Arm SMG|Fire Arm SMG]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hand Grenade|Hand Grenade]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handgun|Handgun]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Handgun Magazine|Handgun Magazine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Lightsword|Lightsword]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Remote Detonator|Remote Detonator]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Remote Explosive|Remote Explosive]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/SMG Magazine|SMG Magazine]]&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:62--&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-tasks fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Cartridges&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;[[Special:MyLanguage/Cartridge|Cartridges]]&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/Cartridge (Access Control)#Access_Control|Access Control]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Atmos Analyzer)#Atmos_Analyzer|Atmos Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Configuration)#Configuration|Configuration]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (eReader)#eReader|eReader]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (GPS)#GPS|GPS]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Medical Analyzer)#Medical_Analyzer|Medical Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Network Analyzer)#Network_Analyzer|Network Analyzer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Ore Scanner)#Ore_Scanner|Ore Scanner]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Ore Scanner (Color))|Ore Scanner (Color)]]&amp;lt;/li&amp;gt;&amp;lt;!--Cannot have a proper hashtag directive to autoscroll to the content on cartridge page--&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Cartridge (Tracker)#Tracker|Tracker]]&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:63--&amp;gt; &amp;lt;div class=&amp;quot;large-6 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/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;/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/Kit (Pipe Valve)|Pipe Valve]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Pipe Valve)|One Way Valve (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 Pipe Radiator)|Liquid Pipe 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 (Heat Exchanger)|Heat Exchanger - Gas]]&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Heat Exchanger)|Heat Exchanger - Liquid]]&amp;lt;/li&amp;gt;&lt;br /&gt;
		        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Heat Exchanger)|Heat Exchanger - Liquid + Gas]]&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 (Liquid Tank Connector)|Liquid 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;Filters&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/Filter|Filter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Heavy Filter|Heavy Filter]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Medium Filter|Medium Filter]]&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 (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;/div&amp;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;
&lt;br /&gt;
        &amp;lt;!--T:71--&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/Kit (Autolathe)|Autolathe]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Electronics Printer)|Electronics Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Hydraulic Pipe Bender)|Hydraulic Pipe Bender]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Tool Manufactory)|Tool Manufactory]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Security Printer)|Security Printer]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Oven)|Automated Oven]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Advanced Packaging Machine)|Automated Packaging Machine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Fabricator)|Fabricator]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Organics Printer)|Organics Printer]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Fabricators (Tier Two)&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 (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Electronics Printer (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Hydraulic Pipe Bender (Tier Two)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Tool Manufactory (Tier Two)]]&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;/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/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-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-building fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Structure&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;Doors&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 (Airlock)|Airlock]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Airlock_Gate)|Airlock Gate]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Blast Door)|Blast Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Docking Port)|Dock Port Side]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Docking Port)|Dock Ship Side]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Composite Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Composite Roll Cover]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Door)|Glass Door]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&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;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Elevators&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 (Elevator)|Elevator Level]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Elevator)|Elevator Shaft]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder End]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Ladder)|Ladder Platform]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Stairs)|Stairs]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Frames&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/Iron Frames|Iron Frames]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Steel Frames|Steel Frames]]&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;Floors &amp;amp; Walls&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Insulation|Insulation]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Arched Wall)|Arched Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Cladding)|Cladding]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Flat Wall)|Flat Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Floor Grating)|Floor Grating]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Geometric Wall)|Geometric Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Iron Walls)|Iron Walls]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Padded Wall)|Padded Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Wall)|Wall]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Railing)|Industrial Railing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Railing)|Elegant Railing]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Lights&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 (Flashing Light)|Flashing Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Diode Slide]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|LED]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Battery)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long Angled)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Lights)|Wall Light (Long Wide)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Signs&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 (Sign)|Sign]]&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;
&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Astroloy Sheets|Astroloy Sheets]]&amp;lt;/del&amp;gt;&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;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-building fa-lg&amp;quot; style=&amp;quot;display:inline;&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Vehicles&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;Rovers and Shuttles&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]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Rover Frame)|Rover (Cargo)]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Rover Mk I)|Rover (Mk I)]]&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Robot|Robot]]&amp;lt;/del&amp;gt;&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;li&amp;gt;Modular Rocket&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 (Engine Large)|Engine Large]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Engine Medium)|Engine Medium]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Engine Small)|Engine Small]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Control Chair]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Gyroscope)|Gyroscope]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Stellar Anchor)|Stellar Anchor]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Torpedo Launcher)|Torpedo Launcher]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Kit (Turret)|Turret]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Launch Pad)|Launch Pad]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Automation)|Automation]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Cargo)|Cargo]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Command)|Command]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Coupling)|Coupling]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Engine)|Engine]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Modular Rocket Fueltank)|Fuel Tank]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Ice Mining)|Ice Mining]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Ore Mining)|Ore Mining]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Salvage)|Salvage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Automated Rocket Silo)|Silo]]&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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:81--&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;Personal&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;Soft Suit&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/EVA Suit|EVA Suit]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Space Helmet|Space Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Spacepack|Spacepack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Hard Suit&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/Hardsuit|Hardsuit]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Backpack|Hardsuit Backpack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Helmet|Hardsuit Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Hardsuit Jetpack|Hardsuit Jetpack]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Marine&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/Marine Armor|Marine Armor]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Marine Helmet|Marine Helmet]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Uniforms&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/Jump Suit (Orange)|Jump Suit (Orange)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Uniform Comander|Uniform Comander]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Marine Uniform|Marine Uniform]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Accessories&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/Glasses|Glasses]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Night Vision Goggles|Night Vision Goggles]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Access Card|Access Card]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Credit Card|Credit Card]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Mining Belt|Mining Belt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Tool Belt|Tool Belt]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;Headwear&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/Headlamp|Headlamp]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Hat|Hat]]&amp;lt;/del&amp;gt;&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:82--&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/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/Kit (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 (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;&amp;lt;del&amp;gt;[[Special:MyLanguage/RTG|RTG]]&amp;lt;/del&amp;gt;&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-8 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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Circuitboard (Camera Display)|Camera Display]]&amp;lt;/del&amp;gt;&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|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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Motherboard (Manufacturing)|Manufacturing]]&amp;lt;/del&amp;gt;&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Security Camera|Security Camera]]&amp;lt;/del&amp;gt;&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;
&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;/div&amp;gt;&lt;br /&gt;
    &amp;lt;!--T:90--&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;row&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;!--T:91--&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;Furniture&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;Entertainment&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Book|Book]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Basket|Basket]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Basket Ball|Basket Ball]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Coffee_Mug|Coffee Mug]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Meteorite|Meteorite]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                    &amp;lt;/ul&amp;gt;&lt;br /&gt;
                    &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Furniture]]&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 (Furniture)|Plinth]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Furniture)|Control Chair]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Chairs)|Chairs]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit_(Tables)|Tables]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Powered Bench|Powered Bench]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Beds)|Bed]]&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/Kit (Cryo Tube)|Cryo Tube]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Sleeper)|Sleeper]]&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;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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Cardboard Box|Cardboard Box]]&amp;lt;/del&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Container Mount)|Container Mount]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Crate)|Crate]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Locker)|Locker]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Locker)|Locker (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Kit (Suit Storage)|Suit Storage]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Fridge (Small)]]&amp;lt;/li&amp;gt;&lt;br /&gt;
                        &amp;lt;li&amp;gt;[[Fridge (Large)]]&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;large-8 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;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;Animals&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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Character Player|Character Player]]&amp;lt;/del&amp;gt;&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;li&amp;gt;&amp;lt;del&amp;gt;[[Special:MyLanguage/Grounder|Grounder]]&amp;lt;/del&amp;gt;&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;/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/Cereal Bar|Cereal Bar]]&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;
                        &amp;lt;li&amp;gt;[[Special:MyLanguage/Color Dye|Color Dye]]&amp;lt;/li&amp;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/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/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;&amp;lt;del&amp;gt;[[Special:MyLanguage/Pill (Stun)|Pill (Stun)]]&amp;lt;/del&amp;gt;&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/Kit (Hydroponic Station)|Hydroponic 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/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/Flower|Flower]]s&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/Tomato|Tomato]]es&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;/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:100--&amp;gt;&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=13228</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=13228"/>
		<updated>2022-10-02T15:16:38Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Fixed two-axis image (Batch Writers), added one-axis image, fixed IC &amp;quot;shotgun&amp;quot; code (first IC code), and added more efficient IC-code.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)&lt;br /&gt;
&lt;br /&gt;
== Geometry Of Solar Panels and Daylight Sensors ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
=== Two-chip single-axis tracking ===&lt;br /&gt;
This is the most basic solar tracking available, and is all you need on the Moon. It even works reasonably well on Mars.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x2&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor on a vertical surface (e.g a wall) facing sunrise or sunset (doesn&#039;t matter which), with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Daylight Sensor || Vertical/Solar Angle || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Logic Reader || Vertical || Solar Panel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:2022-10-02 One-axis solar tracking.png|Accurate one-axis solar tracking]]&lt;br /&gt;
&lt;br /&gt;
Hand-crank the panels to face the sunrise, and they will do their thing.&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x4&lt;br /&gt;
* Kit (Logic Processor)&lt;br /&gt;
* Kit (Logic Memory)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Correction Math || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:2022-10-02 Two-axis solar tracking.png|Accurate two-axis solar tracking]]&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees).&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might be a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Integrated Circuit (IC10)&lt;br /&gt;
* Kit (IC Housing)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* Kit (Computer)&lt;br /&gt;
* IC Editor Motherboard&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
A simple code example can be found here: https://stationeering.com/tools/ic/_2FpmwojGnBq&amp;lt;br&amp;gt;&lt;br /&gt;
This code is considered &amp;quot;inefficient&amp;quot; since it&#039;s hard-coded to spam all types of solar panels, even if you don&#039;t have them.&lt;br /&gt;
&lt;br /&gt;
A better code example can be found here: https://stationeering.com/tools/ic/_2FpoBEcd3QK&amp;lt;br&amp;gt;&lt;br /&gt;
It targets the solar-panel types on d2 and (optionally) d3, so it&#039;s less spammy. It also has an option for a display (Kit (Console)) on d1 that shows the sum of power output from both types of panels&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:2022-10-02_One-axis_solar_tracking.png&amp;diff=13227</id>
		<title>File:2022-10-02 One-axis solar tracking.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:2022-10-02_One-axis_solar_tracking.png&amp;diff=13227"/>
		<updated>2022-10-02T15:16:00Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Accurate one-axis solar tracking&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:2022-10-02_Two-axis_solar_tracking.png&amp;diff=13226</id>
		<title>File:2022-10-02 Two-axis solar tracking.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:2022-10-02_Two-axis_solar_tracking.png&amp;diff=13226"/>
		<updated>2022-10-02T15:15:06Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Accurate two-axis solar tracking&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Atmospherics&amp;diff=13139</id>
		<title>Atmospherics</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Atmospherics&amp;diff=13139"/>
		<updated>2022-09-11T17:16:24Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Improved the &amp;quot;outdated&amp;quot; message&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- #REDIRECT [[Kit (Atmospherics)]] --&amp;gt;&lt;br /&gt;
&amp;lt;big&amp;gt;This page contains outdated information on the Atmospherics Kit, and should not be used as is. The entire page needs to be rewritten to be valid again!&amp;lt;/big&amp;gt;&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Atmospherics)&lt;br /&gt;
 | image       = [[File:ItemKitAtmospherics.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 10g [[Iron]], 5g [[Gold]], 20g [[Copper]]&lt;br /&gt;
 | stacks      = no&lt;br /&gt;
}}&lt;br /&gt;
=Air Conditioner Unit=&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Air Conditioner&lt;br /&gt;
 | image            = [[File:Atmospherics front.jpg]]&lt;br /&gt;
 | power_usage      = Up to 7000W based on temperature difference&lt;br /&gt;
 | placed_with_item = [[Kit (Atmospherics)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Atmospherics)]]&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
Used to lower and raise the temperature fed through it from the input pipe.&amp;lt;br&amp;gt;&lt;br /&gt;
It has a range from -200 to 200 Celsius for the output&lt;br /&gt;
&lt;br /&gt;
If the coolant pipe does not have 100kpa pressure it will divert output to coolant waste port to fill its coolant pipe&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Place the Kit (Atmospherics) and run some pipes to the place you want to vent the heat. Place a few [[Pipe Radiator]]s on the pipe, fill it with whatever gas mixture you want.&amp;lt;br&amp;gt;&lt;br /&gt;
Make a return loop on the coolant system back to the coolant waste port for slightly better efficiency.&amp;lt;br&amp;gt;&lt;br /&gt;
It will try to draw or expel heat to the coolant mix to make the input match the desired output.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Coolant Example.png|frameless|Example A/C Setup]]&lt;br /&gt;
&amp;lt;br&amp;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 || Starts the Air Conditioner Unit, when set to 1. Stops it, when set to 0. (This seems to work only with Batch Writer and not with Logic Writer - tested on game ver: v0.1.1362.6552).&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || (Unknown) (Judging by the &amp;quot;Mode&amp;quot; output, it accepts values in the range 0-2.)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Air Conditioner Unit, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Air Conditioner Unit on, when set to 1. Turns it off, when set to 0.&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 Air Conditioner Unit is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Air Conditioner Unit is running. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || (Unknown) (Returns output in the range 0-2, equivalent to the input of the &amp;quot;Mode&amp;quot; parameter.)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Air Conditioner Unit is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Air Conditioner Unit is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Air Conditioner Unit is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the Air Conditioner, in Watts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Filtration=&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Filtration&lt;br /&gt;
 | image            = [[File:filtration.jpg]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = [[Kit (Atmospherics)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Atmospherics)]]&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
Used to filter out specific gasses and fluids from a mixture.&amp;lt;br&amp;gt;&lt;br /&gt;
it can filter out up to 2 things at once&lt;br /&gt;
Pumps filter gasses through itself.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Place the Kit (Atmospherics) and change the variant to Filtration.&amp;lt;br&amp;gt;&lt;br /&gt;
Place [[filter]]s in the machine for what you want to filter out.&amp;lt;br&amp;gt;&lt;br /&gt;
There are three filtration pipe connections.&amp;lt;br&amp;gt;&lt;br /&gt;
Filtration Input is where you connect the incoming atmosphere to be passed through the Filtration Atmospherics.&amp;lt;br&amp;gt;&lt;br /&gt;
Filtration Unfiltered is the remaining mix after extracting whatever the filters did.&amp;lt;br&amp;gt;&lt;br /&gt;
Filtration Filtered is the filtered material for which you placed filters in the machine for.&lt;br /&gt;
&lt;br /&gt;
Be aware that the filtration unit unrealistically has an infinitely powerful pump integrated into its output port. That means as long as it is turned on and there is gas to filter out from the input it will pump that filtered out gas into the output pipe network (no matter how high the pressure in that output pipe network already is!). So eventually that pipe network will burst (around 60 MPa) unless you provide some sort of pop-off valve (e.g. a combination of a back-pressure regulator and a passive vent) or use a pipe analyzer and some logic to turn the filtration unit off when a certain amount of pressure is exceeded in the output pipe network.&lt;br /&gt;
The filtration system can handle an input gas flow of just over 2.3L from a volume pump.&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;
| On || Boolean || Turns the Filtration Unit on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
====Logic====&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;
| CombustionInput&lt;br /&gt;
|-&lt;br /&gt;
| CombustionOutput&lt;br /&gt;
|-&lt;br /&gt;
| CombustionOutput2&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Filtration Unit is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Filtration Unit is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Lock&lt;br /&gt;
|-&lt;br /&gt;
| Maximum&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || 0=Idle, 1=Active&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Filtration Unit is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open&lt;br /&gt;
|-&lt;br /&gt;
| OperationalTemperatureEfficiency&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the Filtration Unit, in Watts.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || The Hash of the structure.&lt;br /&gt;
|-&lt;br /&gt;
| PressureEfficiency || Float&lt;br /&gt;
|-&lt;br /&gt;
| PressureInput || Float || the pressure on the input pipe&lt;br /&gt;
|-&lt;br /&gt;
| PressureOutput || Float || the pressure on the filtered output pipe&lt;br /&gt;
|-&lt;br /&gt;
| PressureOutput2 || Float || the pressure on the waste output pipe&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesOuput&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesOuput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterOutput2&lt;br /&gt;
|-&lt;br /&gt;
| Setting&lt;br /&gt;
|-&lt;br /&gt;
| TemperatureDifferencialEfficiency || Float || a value from 0..1.0 indicating the efficiency based on the temperature differential between the &amp;quot;waste&amp;quot; output and the conditioned air stream.  This is not updated while the unit is Idle.&lt;br /&gt;
|-&lt;br /&gt;
| TemperatureInput&lt;br /&gt;
|-&lt;br /&gt;
| TemeratureOutput&lt;br /&gt;
|-&lt;br /&gt;
| TemeratureOutput2&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesInput&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesOutput&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesOutput2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Logic Slots====&lt;br /&gt;
Slot 0 and 1 are the two gas [[filter]]s.  Slot 2 is the [[Integrated Circuit (IC10)|programmable chip]]&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;
| Occupied || Boolean || Returns whether the slot is occupied. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| OccupantHash || Integer || Returns the hash of the object in the slot.&lt;br /&gt;
|-&lt;br /&gt;
| Quantity || Integer || Returns the current quantity, such as stack size, of the item in the slot.&lt;br /&gt;
|-&lt;br /&gt;
| Damage || Integer || Returns the damage state of the item in the slot.&lt;br /&gt;
|-&lt;br /&gt;
| Class || Integer || Returns an integer representing the class of object.&lt;br /&gt;
|-&lt;br /&gt;
| MaxQuanity || Integer || Returns max stack size of the item in the slot.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Returns the hash of the structure in the slot.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Electrolyzer=&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Electrolyzer&lt;br /&gt;
 | image            = [[File:Electrolyzer front.png]]&lt;br /&gt;
 | power_usage      = 1200W&lt;br /&gt;
 | placed_with_item = [[Kit (Atmospherics)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Atmospherics)]]&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
Used to separate water (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O) into H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; and O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; in a 2 to 1 ratio (perfect fuel).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Place the Kit (Atmospherics) and change the variant to Electrolyzer.&amp;lt;br&amp;gt;&lt;br /&gt;
There are two pipe connections.&amp;lt;br&amp;gt;&lt;br /&gt;
Electrolyzer Input is where you connect the incoming water.&amp;lt;br&amp;gt;&lt;br /&gt;
Electrolyzer Output is where the H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; and O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; comes out mixed together.&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 || Locks the Electrolyzer , when set to 1. Unlocks it, when set to 0. &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Electrolyzer on, when set to 1. Turns it off, when set to 0. &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 Electrolyzer is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Electrolyzer is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Electrolyzer is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Electrolyzer is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the Electrolyzer, in Watts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Hydrogen Combustor=&lt;br /&gt;
&lt;br /&gt;
The hydrogen combustor takes a fuel mix (H2+O2), and generates water, a *lot* of heat, and waste gasses.&lt;br /&gt;
&lt;br /&gt;
Limiting inflow is *highly* recommended, due to the massive amounts of heat generated.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Atmospherics&amp;diff=13138</id>
		<title>Atmospherics</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Atmospherics&amp;diff=13138"/>
		<updated>2022-09-11T17:12:07Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Marked page as deprecated to indicate that info is no longer valid.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- #REDIRECT [[Kit (Atmospherics)]] --&amp;gt;&lt;br /&gt;
{{Deprecated|0.2.3554.17292}}&lt;br /&gt;
[[Category:Atmospherics]]&lt;br /&gt;
{{Itembox&lt;br /&gt;
 | name        = Kit (Atmospherics)&lt;br /&gt;
 | image       = [[File:ItemKitAtmospherics.png]]&lt;br /&gt;
 | createdwith = [[Hydraulic Pipe Bender]], [[Fabricator]]&lt;br /&gt;
 | cost        = 10g [[Iron]], 5g [[Gold]], 20g [[Copper]]&lt;br /&gt;
 | stacks      = no&lt;br /&gt;
}}&lt;br /&gt;
=Air Conditioner Unit=&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Air Conditioner&lt;br /&gt;
 | image            = [[File:Atmospherics front.jpg]]&lt;br /&gt;
 | power_usage      = Up to 7000W based on temperature difference&lt;br /&gt;
 | placed_with_item = [[Kit (Atmospherics)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Atmospherics)]]&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
Used to lower and raise the temperature fed through it from the input pipe.&amp;lt;br&amp;gt;&lt;br /&gt;
It has a range from -200 to 200 Celsius for the output&lt;br /&gt;
&lt;br /&gt;
If the coolant pipe does not have 100kpa pressure it will divert output to coolant waste port to fill its coolant pipe&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Place the Kit (Atmospherics) and run some pipes to the place you want to vent the heat. Place a few [[Pipe Radiator]]s on the pipe, fill it with whatever gas mixture you want.&amp;lt;br&amp;gt;&lt;br /&gt;
Make a return loop on the coolant system back to the coolant waste port for slightly better efficiency.&amp;lt;br&amp;gt;&lt;br /&gt;
It will try to draw or expel heat to the coolant mix to make the input match the desired output.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Coolant Example.png|frameless|Example A/C Setup]]&lt;br /&gt;
&amp;lt;br&amp;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 || Starts the Air Conditioner Unit, when set to 1. Stops it, when set to 0. (This seems to work only with Batch Writer and not with Logic Writer - tested on game ver: v0.1.1362.6552).&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || (Unknown) (Judging by the &amp;quot;Mode&amp;quot; output, it accepts values in the range 0-2.)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Locks the Air Conditioner Unit, when set to 1. Unlocks it, when set to 0.&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Air Conditioner Unit on, when set to 1. Turns it off, when set to 0.&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 Air Conditioner Unit is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open || Boolean || Returns whether the Air Conditioner Unit is running. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || (Unknown) (Returns output in the range 0-2, equivalent to the input of the &amp;quot;Mode&amp;quot; parameter.)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Air Conditioner Unit is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Air Conditioner Unit is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Air Conditioner Unit is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the Air Conditioner, in Watts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Filtration=&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Filtration&lt;br /&gt;
 | image            = [[File:filtration.jpg]]&lt;br /&gt;
 | power_usage      = 10W&lt;br /&gt;
 | placed_with_item = [[Kit (Atmospherics)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Atmospherics)]]&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
Used to filter out specific gasses and fluids from a mixture.&amp;lt;br&amp;gt;&lt;br /&gt;
it can filter out up to 2 things at once&lt;br /&gt;
Pumps filter gasses through itself.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Place the Kit (Atmospherics) and change the variant to Filtration.&amp;lt;br&amp;gt;&lt;br /&gt;
Place [[filter]]s in the machine for what you want to filter out.&amp;lt;br&amp;gt;&lt;br /&gt;
There are three filtration pipe connections.&amp;lt;br&amp;gt;&lt;br /&gt;
Filtration Input is where you connect the incoming atmosphere to be passed through the Filtration Atmospherics.&amp;lt;br&amp;gt;&lt;br /&gt;
Filtration Unfiltered is the remaining mix after extracting whatever the filters did.&amp;lt;br&amp;gt;&lt;br /&gt;
Filtration Filtered is the filtered material for which you placed filters in the machine for.&lt;br /&gt;
&lt;br /&gt;
Be aware that the filtration unit unrealistically has an infinitely powerful pump integrated into its output port. That means as long as it is turned on and there is gas to filter out from the input it will pump that filtered out gas into the output pipe network (no matter how high the pressure in that output pipe network already is!). So eventually that pipe network will burst (around 60 MPa) unless you provide some sort of pop-off valve (e.g. a combination of a back-pressure regulator and a passive vent) or use a pipe analyzer and some logic to turn the filtration unit off when a certain amount of pressure is exceeded in the output pipe network.&lt;br /&gt;
The filtration system can handle an input gas flow of just over 2.3L from a volume pump.&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;
| On || Boolean || Turns the Filtration Unit on, when set to 1. Turns it off, when set to 0.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Data Outputs}}&lt;br /&gt;
====Logic====&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;
| CombustionInput&lt;br /&gt;
|-&lt;br /&gt;
| CombustionOutput&lt;br /&gt;
|-&lt;br /&gt;
| CombustionOutput2&lt;br /&gt;
|-&lt;br /&gt;
| Power || Boolean || Returns whether the Filtration Unit is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Filtration Unit is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Lock&lt;br /&gt;
|-&lt;br /&gt;
| Maximum&lt;br /&gt;
|-&lt;br /&gt;
| Mode || Integer || 0=Idle, 1=Active&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Filtration Unit is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Open&lt;br /&gt;
|-&lt;br /&gt;
| OperationalTemperatureEfficiency&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the Filtration Unit, in Watts.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || The Hash of the structure.&lt;br /&gt;
|-&lt;br /&gt;
| PressureEfficiency || Float&lt;br /&gt;
|-&lt;br /&gt;
| PressureInput || Float || the pressure on the input pipe&lt;br /&gt;
|-&lt;br /&gt;
| PressureOutput || Float || the pressure on the filtered output pipe&lt;br /&gt;
|-&lt;br /&gt;
| PressureOutput2 || Float || the pressure on the waste output pipe&lt;br /&gt;
|-&lt;br /&gt;
| Ratio || Float&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioCarbonDioxideOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrogenOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioNitrousOxideOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioOxygenOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioPollutantOutput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesOuput&lt;br /&gt;
|-&lt;br /&gt;
| RatioVolatilesOuput2&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterInput&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterOutput&lt;br /&gt;
|-&lt;br /&gt;
| RatioWaterOutput2&lt;br /&gt;
|-&lt;br /&gt;
| Setting&lt;br /&gt;
|-&lt;br /&gt;
| TemperatureDifferencialEfficiency || Float || a value from 0..1.0 indicating the efficiency based on the temperature differential between the &amp;quot;waste&amp;quot; output and the conditioned air stream.  This is not updated while the unit is Idle.&lt;br /&gt;
|-&lt;br /&gt;
| TemperatureInput&lt;br /&gt;
|-&lt;br /&gt;
| TemeratureOutput&lt;br /&gt;
|-&lt;br /&gt;
| TemeratureOutput2&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesInput&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesOutput&lt;br /&gt;
|-&lt;br /&gt;
| TotalMolesOutput2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Logic Slots====&lt;br /&gt;
Slot 0 and 1 are the two gas [[filter]]s.  Slot 2 is the [[Integrated Circuit (IC10)|programmable chip]]&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;
| Occupied || Boolean || Returns whether the slot is occupied. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| OccupantHash || Integer || Returns the hash of the object in the slot.&lt;br /&gt;
|-&lt;br /&gt;
| Quantity || Integer || Returns the current quantity, such as stack size, of the item in the slot.&lt;br /&gt;
|-&lt;br /&gt;
| Damage || Integer || Returns the damage state of the item in the slot.&lt;br /&gt;
|-&lt;br /&gt;
| Class || Integer || Returns an integer representing the class of object.&lt;br /&gt;
|-&lt;br /&gt;
| MaxQuanity || Integer || Returns max stack size of the item in the slot.&lt;br /&gt;
|-&lt;br /&gt;
| PrefabHash || Integer || Returns the hash of the structure in the slot.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Electrolyzer=&lt;br /&gt;
{{Structurebox&lt;br /&gt;
 | name             = Electrolyzer&lt;br /&gt;
 | image            = [[File:Electrolyzer front.png]]&lt;br /&gt;
 | power_usage      = 1200W&lt;br /&gt;
 | placed_with_item = [[Kit (Atmospherics)]]&lt;br /&gt;
 | placed_on_grid   = Small Grid&lt;br /&gt;
 | decon_with_tool1 = [[Hand Drill]]&lt;br /&gt;
 | item_rec1        = [[Kit (Atmospherics)]]&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
Used to separate water (H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;O) into H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; and O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; in a 2 to 1 ratio (perfect fuel).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
Place the Kit (Atmospherics) and change the variant to Electrolyzer.&amp;lt;br&amp;gt;&lt;br /&gt;
There are two pipe connections.&amp;lt;br&amp;gt;&lt;br /&gt;
Electrolyzer Input is where you connect the incoming water.&amp;lt;br&amp;gt;&lt;br /&gt;
Electrolyzer Output is where the H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; and O&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; comes out mixed together.&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 || Locks the Electrolyzer , when set to 1. Unlocks it, when set to 0. &lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Turns the Electrolyzer on, when set to 1. Turns it off, when set to 0. &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 Electrolyzer is turned on and receives power. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Error || Boolean || Returns whether the Electrolyzer is flashing an error. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| Lock || Boolean || Returns whether the Electrolyzer is locked. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| On || Boolean || Returns whether the Electrolyzer is turned on. (0 for no, 1 for yes)&lt;br /&gt;
|-&lt;br /&gt;
| RequiredPower || Integer || Returns the current amount of power, required by the Electrolyzer, in Watts.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Hydrogen Combustor=&lt;br /&gt;
&lt;br /&gt;
The hydrogen combustor takes a fuel mix (H2+O2), and generates water, a *lot* of heat, and waste gasses.&lt;br /&gt;
&lt;br /&gt;
Limiting inflow is *highly* recommended, due to the massive amounts of heat generated.&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=12124</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=12124"/>
		<updated>2022-06-22T10:31:41Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Fixed a small typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)&lt;br /&gt;
&lt;br /&gt;
== Geometry Of Solar Panels and Daylight Sensors ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
=== Two-chip single-axis tracking ===&lt;br /&gt;
This is the most basic solar tracking available, and is all you need on the Moon. It even works reasonably well on Mars.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x2&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing sunrise or sunset (doesn&#039;t matter which), with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Daylight Sensor || Vertical/Solar Angle || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Logic Reader || Vertical || Solar Panel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Hand-crank the panels to face the sunrise, and they will do their thing.&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x4&lt;br /&gt;
* Kit (Logic Processor)&lt;br /&gt;
* Kit (Logic Memory)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Reader || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:2-Axis-Solar-Logic (accurate) - fixed.png|Accurate two-axis solar tracking]]&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees).&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might be a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Integrated Circuit (IC10)&lt;br /&gt;
* Kit (IC Housing)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* Kit (Computer)&lt;br /&gt;
* IC Editor Motherboard&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
The code can be found here: https://stationeering.com/tools/ic/_2AB4Y9MFmKD&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=11994</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=11994"/>
		<updated>2022-06-09T21:13:11Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added wiring-diagram to two-axis solar tracker&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)&lt;br /&gt;
&lt;br /&gt;
== Geometry Of Solar Panels and Daylight Sensors ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
=== Two-chip single-axis tracking ===&lt;br /&gt;
This is the most basic solar tracking available, and is all you need on the Moon. It even works reasonably well on Mars.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x2&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing sunrise or sunset (doesn&#039;t matter which), with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Daylight Sensor || Vertical/Solar Angle || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Logic Reader || Vertical || Solar Panel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Hand-crank the panels to face the sunrise, and they will do their thing.&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x4&lt;br /&gt;
* Kit (Logic Processor)&lt;br /&gt;
* Kit (Logic Memory)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Reader || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:2-Axis-Solar-Logic (accurate) - fixed.png|Accurate two-axis solar tracking]]&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees).&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might e a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Integrated Circuit (IC10)&lt;br /&gt;
* Kit (IC Housing)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* Kit (Computer)&lt;br /&gt;
* IC Editor Motherboard&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
The code can be found here: https://stationeering.com/tools/ic/_2AB4Y9MFmKD&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:2-Axis-Solar-Logic_(accurate)_-_fixed.png&amp;diff=11993</id>
		<title>File:2-Axis-Solar-Logic (accurate) - fixed.png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:2-Axis-Solar-Logic_(accurate)_-_fixed.png&amp;diff=11993"/>
		<updated>2022-06-09T21:11:28Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Two-axis solar-tracking wiring-diagram&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=File:2-Axis-Solar-Logic_(accurate).png&amp;diff=11992</id>
		<title>File:2-Axis-Solar-Logic (accurate).png</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=File:2-Axis-Solar-Logic_(accurate).png&amp;diff=11992"/>
		<updated>2022-06-09T21:08:51Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A diagram showing how to wire a two-axis solar tracker of &amp;quot;100%&amp;quot; accuracy&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=11991</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=11991"/>
		<updated>2022-06-09T20:45:35Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Fixed the two-axis setup to be 100% efficient, put chip-settings into tables&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)&lt;br /&gt;
&lt;br /&gt;
== Geometry Of Solar Panels and Daylight Sensors ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
=== Two-chip single-axis tracking ===&lt;br /&gt;
This is the most basic solar tracking available, and is all you need on the Moon. It even works reasonably well on Mars.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x2&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing sunrise or sunset (doesn&#039;t matter which), with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Daylight Sensor || Vertical/Solar Angle || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Logic Reader || Vertical || Solar Panel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Hand-crank the panels to face the sunrise, and they will do their thing.&lt;br /&gt;
&lt;br /&gt;
=== Six-chip dual-axis tracking ===&lt;br /&gt;
To get a &amp;quot;100%&amp;quot; accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x4&lt;br /&gt;
* Kit (Logic Processor)&lt;br /&gt;
* Kit (Logic Memory)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, with the Data Port facing north.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Horizontal&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Horizontal Reader || Daylight Sensor || Horizontal || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Horizontal Writer || Horizontal Reader || Horizontal || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Vertical&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN&#039;&#039;&#039; !! &#039;&#039;&#039;VAR&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader || Vertical Reader || Daylight Sensor || Vertical || &lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || Vertical Writer || Vertical Reader || Vertical || Solar Panel&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Memory || Vertical Correction Memory || 90&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Chip&#039;&#039;&#039; !! &#039;&#039;&#039;Chip label&#039;&#039;&#039; !! &#039;&#039;&#039;IN 1&#039;&#039;&#039; !! &#039;&#039;&#039;IN 2&#039;&#039;&#039; !! &#039;&#039;&#039;OUT&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Logic Math || Vertical Correction Math || Vertical Reader || Vertical Correction Memory || Add&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees).&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might e a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Integrated Circuit (IC10)&lt;br /&gt;
* Kit (IC Housing)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* Kit (Computer)&lt;br /&gt;
* IC Editor Motherboard&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
The code can be found here: https://stationeering.com/tools/ic/_2AB4Y9MFmKD&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=11985</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=11985"/>
		<updated>2022-06-08T19:39:33Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Fixed a code error in the IC code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)&lt;br /&gt;
&lt;br /&gt;
== Geometry Of Solar Panels and Daylight Sensors ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
=== Two-chip single-axis tracking ===&lt;br /&gt;
This is the most basic solar tracking available, and is all you need on the Moon. It even works reasonably well on Mars.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x2&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing sunrise or sunset (doesn&#039;t matter which), with the Data Port facing north.&lt;br /&gt;
Place a Logic Reader (IN = Daylight Sensor, VAR = Solar Angle/Vertical) and a Batch Writer (IN = Logic Reader, OUT = Solar Panels, VAR = Vertical).&lt;br /&gt;
Connect to the Data Port on Solar Panels.&lt;br /&gt;
&lt;br /&gt;
Hand-crank the panels to face the sunrise, and they will do their thing.&lt;br /&gt;
&lt;br /&gt;
=== Four-chip dual-axis tracking ===&lt;br /&gt;
To get a slightly more accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x4&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing sunset, with the Data Port facing north.&lt;br /&gt;
For the vertical, place a Logic Reader (IN = Daylight Sensor, VAR = Solar Angle/Vertical) and a Batch Writer (IN = Logic Reader, OUT = Solar Panels, VAR = Vertical).&lt;br /&gt;
For the horizontal, place a Logic Reader (IN = Daylight Sensor, VAR = Horizontal) and a Batch Writer (IN = Logic Reader, OUT = Solar Panels, VAR = Horizontal).&lt;br /&gt;
Connect to the Data Port on Solar Panels.&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees).&lt;br /&gt;
&lt;br /&gt;
This setup isn&#039;t very accurate, and panel efficiency drops to ~80% during the day.&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might e a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Integrated Circuit (IC10)&lt;br /&gt;
* Kit (IC Housing)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* Kit (Computer)&lt;br /&gt;
* IC Editor Motherboard&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
The code can be found here: https://stationeering.com/tools/ic/_2AB4Y9MFmKD&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=11984</id>
		<title>Solar Logic Circuits Guide</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Solar_Logic_Circuits_Guide&amp;diff=11984"/>
		<updated>2022-06-08T11:23:09Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Added new designs that are up to date for the refactor-update, which completely changed how solar panels work. Marked old designs as obsolete, they should be deleted!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;Insert non-formatted text here&amp;lt;/nowiki&amp;gt;[[Category:Tutorials]]&lt;br /&gt;
&amp;lt;languages /&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
&lt;br /&gt;
Due to the frequency of game updates, all solutions are subject to change and may or may not be functional.&lt;br /&gt;
&lt;br /&gt;
The designs on this page are valid as of v0.2.3304.16432 (2022-06-06)&lt;br /&gt;
&lt;br /&gt;
== Geometry Of Solar Panels and Daylight Sensors ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
daylight sensor horizontal.png|Geometry of values measured by daylight sensor in horizontal (yaw) mode&lt;br /&gt;
daylight sensor vertical.png|Geometry of values measured by daylight sensor in vertical (pitch) mode&lt;br /&gt;
solar panel yaw-Horizontal setting.png|Effect of setting horizontal rotation of a solar panel&lt;br /&gt;
solar-horiz-formulas.svg|Equations relating horizontal sensor measurements from various orientations to solar panel horizontal rotation&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Solar tracking using Logic Chips ==&lt;br /&gt;
=== Two-chip single-axis tracking ===&lt;br /&gt;
This is the most basic solar tracking available, and is all you need on the Moon. It even works reasonably well on Mars.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x2&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing sunrise or sunset (doesn&#039;t matter which), with the Data Port facing north.&lt;br /&gt;
Place a Logic Reader (IN = Daylight Sensor, VAR = Solar Angle/Vertical) and a Batch Writer (IN = Logic Reader, OUT = Solar Panels, VAR = Vertical).&lt;br /&gt;
Connect to the Data Port on Solar Panels.&lt;br /&gt;
&lt;br /&gt;
Hand-crank the panels to face the sunrise, and they will do their thing.&lt;br /&gt;
&lt;br /&gt;
=== Four-chip dual-axis tracking ===&lt;br /&gt;
To get a slightly more accurate solar tracker on planets with an offset solar arc, you need to include the Horizontal component to the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Kit (Logic I/O) x4&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing sunset, with the Data Port facing north.&lt;br /&gt;
For the vertical, place a Logic Reader (IN = Daylight Sensor, VAR = Solar Angle/Vertical) and a Batch Writer (IN = Logic Reader, OUT = Solar Panels, VAR = Vertical).&lt;br /&gt;
For the horizontal, place a Logic Reader (IN = Daylight Sensor, VAR = Horizontal) and a Batch Writer (IN = Logic Reader, OUT = Solar Panels, VAR = Horizontal).&lt;br /&gt;
Connect to the Data Port on Solar Panels.&lt;br /&gt;
&lt;br /&gt;
The panels should align themselves to the sun if you make sure to put the Power Port on the panels facing east (90 degrees).&lt;br /&gt;
&lt;br /&gt;
This setup isn&#039;t very accurate, and panel efficiency drops to ~80% during the day.&lt;br /&gt;
&lt;br /&gt;
== Solar tracking using Integrated Circuits ==&lt;br /&gt;
This is the most powerful way to track the sun, but the implementation might e a bit daunting at first.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What you need:&#039;&#039;&#039;&lt;br /&gt;
* Integrated Circuit (IC10)&lt;br /&gt;
* Kit (IC Housing)&lt;br /&gt;
* Kit (Sensor) &amp;gt; Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
And if you don&#039;t already have one set up:&lt;br /&gt;
* Kit (Computer)&lt;br /&gt;
* IC Editor Motherboard&lt;br /&gt;
&lt;br /&gt;
Place the Daylight Sensor facing up, note which direction the Data Port is facing, and which direction the solar panel Power Port is facing. These two directions are needed in the code. The Daylight Sensor is connected to the d0 screw, that&#039;s all you need.&lt;br /&gt;
&lt;br /&gt;
The code can be found here: https://stationeering.com/tools/ic/_2AA5WqsCh6f&lt;br /&gt;
&lt;br /&gt;
== Outdated designs (to be deleted) ==&lt;br /&gt;
=== 8-chip two-axis Solar Tracking ===&lt;br /&gt;
&#039;&#039;&#039;Author:&#039;&#039;&#039; Eearslya, Neouni, 𝕽𝖘𝖆𝟗𝟕 and everyone of the #logic-circuit-discussion (guide most recently revised by Enthaply Guy, ThunderGod97)&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Stationeers Version:&#039;&#039;&#039; 0.2.2768.13597 and up&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Number of Components:&#039;&#039;&#039; 9&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Accuracy:&#039;&#039;&#039; At least 98% (I&#039;ve seen it go as low as 98.35% for a brief time during sunrise)&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Math Formula:&#039;&#039;&#039; &amp;lt;code&amp;gt;F(x,y) = {x, (75 ± y) / 1.5}&amp;lt;/code&amp;gt; where &#039;&#039;&#039;x&#039;&#039;&#039; is the horizontal solar angle and &#039;&#039;&#039;y&#039;&#039;&#039; is the vertical solar angle.&lt;br /&gt;
&lt;br /&gt;
==== Design ====&lt;br /&gt;
* 1 [[Sensors|Kit (Sensors)]]&lt;br /&gt;
* 4 [[Kit (Logic I/O)]]&lt;br /&gt;
* 2 [[Kit (Logic Memory)]]&lt;br /&gt;
* 2 [[Kit (Logic Processor)]] (&amp;quot;Math Unit&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
This is about as lean as it gets for a two-axis setup. Here are the major points for why the old &amp;quot;12-component, two-sensor&amp;quot; setup is outdated:&lt;br /&gt;
* The Daylight Sensor has been improved to deliver both horizontal and vertical data via variables, there&#039;s no need for two sensors&lt;br /&gt;
* Changes to the solar panels has made the horizontal angle absolute, so you don&#039;t need to have circuits for correcting the horizontal angle&lt;br /&gt;
&lt;br /&gt;
[[File:2-Axis-Solar-Logic-fixed.png]]&lt;br /&gt;
&lt;br /&gt;
*Daylight Sensor (Face data-port north for maximum efficiency)&lt;br /&gt;
*Horizontal Reader (&#039;&#039;&#039;A&#039;&#039;&#039;) (IN: Daylight Sensor - VAR: Horizontal)&lt;br /&gt;
*Horizontal Batch Writer (&#039;&#039;&#039;B&#039;&#039;&#039;) (IN: Horizontal Reader - OUT: Solar Panel (Dual) - VAR: Horizontal)&lt;br /&gt;
*Math Processor 2 (&#039;&#039;&#039;C&#039;&#039;&#039;) (IN1: Math 1 - IN2: Memory 1.5 - OUT: Divide)&lt;br /&gt;
*Vertical Reader (&#039;&#039;&#039;D&#039;&#039;&#039;) (IN: Daylight Sensor - VAR: Vertical)&lt;br /&gt;
*Vertical Batch Writer (&#039;&#039;&#039;E&#039;&#039;&#039;) (IN: Math 2 - OUT: Solar Panel (Dual) - VAR: Vertical)&lt;br /&gt;
*Math Processor 1 (&#039;&#039;&#039;F&#039;&#039;&#039;) (IN1: Memory 75 - IN2: Vertical Reader - OUT: Add/Subtract) (Depends on whether the solar-panels&#039; data-ports face east or west.)&lt;br /&gt;
*Memory 75 (&#039;&#039;&#039;G&#039;&#039;&#039;) (75)&lt;br /&gt;
*Memory 1.5 (&#039;&#039;&#039;H&#039;&#039;&#039;) (1.5)&lt;br /&gt;
&lt;br /&gt;
If you want this setup to be a one-axis tracker, just skip the green chips, and manually wrench the panels to face the sun.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal sensor orientation ===&lt;br /&gt;
Orientation of the data-port on the horizontal sensor matters! Depending on where the data-port points, the solar-panels will will do a horizontal reorientation at either midnight (north, 000), dawn (east, 090), noon (south, 180), or dusk (west, 270).&lt;br /&gt;
The worst position is to have the data-port pointing south, as efficiency drops from 99% to ~70% during the transition. North is the position with the least impact, because the solar panels aren&#039;t generating any power when the panels transition.&lt;br /&gt;
&lt;br /&gt;
The reason for this transition is that the horizontal angle goes from -179 degrees to +180 degrees. As the sun moves from +180 to -179 degrees, the solar panels do a time-consuming -359 degree move instead of an efficient +1 degree move.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Credit for alternatives: PoolSharkFOG, bti, and Fudd79&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Two-axis IC alternative ====&lt;br /&gt;
This setup can be also programmed in an IC10 chip which saves power because you need only 1 chip instead of 8.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Required:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* 1x IC10 Chip plus IC housing&lt;br /&gt;
* 1x Kit (Sensor) to make a Daylight Sensor&lt;br /&gt;
&lt;br /&gt;
Connect &#039;&#039;&#039;Daylight Sensor&#039;&#039;&#039; to &#039;&#039;&#039;d0&#039;&#039;&#039;, that&#039;s it! This program writes directly to both regular and heavy solar panels, and it also resets to face the sunrise when the sun goes below the horizon.&lt;br /&gt;
&lt;br /&gt;
The code can be found here: https://stationeering.com/tools/ic/_2AA3esQShsu (valid as of Update 0.2.3036.15111 - 2021-10-31). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adjustments you may need to make:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* If your solar panel data-ports face &#039;&#039;&#039;west&#039;&#039;&#039; instead of east, replace the &#039;&#039;&#039;sub&#039;&#039;&#039; on line 21 with &#039;&#039;&#039;add&#039;&#039;&#039;, and the &#039;&#039;&#039;-90&#039;&#039;&#039; on lines 43/44 to &#039;&#039;&#039;90&#039;&#039;&#039;.&lt;br /&gt;
* If you are connecting to the Solar Panel (Dual) You will need to replace the Solar Panel hash from &#039;&#039;&#039;&#039;-2045627372&#039;&#039;&#039; to &#039;&#039;&#039;-539224550&#039;&#039;&#039;. You could add the hash to a new variable if you use both types of Solar Panels in a system. All item hashes can be found here [[ItemHash]].&lt;br /&gt;
* The way the reset works, the panels are turned away from the sun while there&#039;s still sunlight to soak up. So if you want to squeeze every last photon out, comment outlines 7, 14, 16, and the entire reset-block (lines 38-48).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Code provided by bti, comments and readability changes by Fudd79&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 9-chip 1-sensor 1-axis Solar Tracking ===&lt;br /&gt;
&#039;&#039;&#039;Authors:&#039;&#039;&#039; Wooodiii, Corvus_bkgk, Enfantcool, Baksch, Wgairborne (IC)&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Properties:&#039;&#039;&#039; Accurate (average error 1.3°), Auto-reset (variant), Power conserving (variant)&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Number of Components:&#039;&#039;&#039; 10-12&lt;br /&gt;
&amp;lt;br&amp;gt;&#039;&#039;&#039;Math Formula:&#039;&#039;&#039; &amp;lt;code&amp;gt;f(x) = min((x-min(x,15))/1.5, 100)&amp;lt;/code&amp;gt; where &#039;&#039;&#039;x&#039;&#039;&#039; is the solar angle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: With the introduction of ecliptic solar angles, this setup no longer works well on worlds such as Vulkan and Europa which have the sun at an angle. This setup will still work on the Moon and in Space, and will be acceptable on Mars and Loulan.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This setup is accurate, giving 495-500W throughout the day, with lower output only when the sun is lower than the panels can physically aim at. &lt;br /&gt;
&lt;br /&gt;
This setup adjusts for the fact that solar panels rotate through only 150 degrees. Instead of converting using 180/100, this setup converts by doing 150/100. It then clips the value at the edges, where the prior calculation would give elevations that are negative or greater than 100 (representing the fact that we would prefer the panel to track past 0 or 100, aiming all the way down to the horizon instead of stopping 15° short). The listed average error is nonzero only because of this completely unavoidable portion; the error is 0 throughout the 15°-165° portion of the day.&lt;br /&gt;
&lt;br /&gt;
This setup produces the equivalent of 274W averaged over a whole day/night cycle.&lt;br /&gt;
&lt;br /&gt;
==== Design ====&lt;br /&gt;
* 1 [[Sensors |Kit (Sensors)]] (&amp;quot;Daylight Sensor&amp;quot;)&lt;br /&gt;
* 2 [[Kit (Logic I/O)]] (1 &amp;quot;Logic Reader&amp;quot;, 1 &amp;quot;Batch Writer&amp;quot;)&lt;br /&gt;
* 3 [[Kit (Logic Memory)]]&lt;br /&gt;
* 4 [[Kit (Logic Processor)]] (2 &amp;quot;Math Unit&amp;quot;, 2 &amp;quot;Min/Max Unit&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
* The [[Sensors#Daylight_Sensor|Daylight Sensor]] should face the sunrise.&lt;br /&gt;
* Solar panels should be rotated such that 0% vertical faces the sunrise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Component (Name) !! Settings !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader (A) || Daylight sensor, Solar angle || Sun&#039;s angle above the horizon&lt;br /&gt;
|-&lt;br /&gt;
| Memory (15) || 15 || True angle of solar panels at 0 elevation&lt;br /&gt;
|-&lt;br /&gt;
| Memory (1.5) || 1.5 || 150/100, the conversion constant from solar angle (range:15-165, i.e. 150) to panel elevation (range:0-100)&lt;br /&gt;
|-&lt;br /&gt;
| Min/Max Unit (B) || min(A,15) || Adjustment amount: 15, unless that would take A-B negative, in which case only enough to reach 0  (low edge case). Equivalent to min(A-B,0) but doesn&#039;t require storing 0. &lt;br /&gt;
|-&lt;br /&gt;
| Math Unit (C) || A-B || Adjusted solar angle&lt;br /&gt;
|-&lt;br /&gt;
| Math Unit (D) || C/1.5 || Conversion from solar angle to panel elevation&lt;br /&gt;
|-&lt;br /&gt;
| Memory (100) || 100 || Maximum possible panel elevation&lt;br /&gt;
|-&lt;br /&gt;
| Min/Max Unit (E) || min(D,100) || Cap elevation to 100 for solar angles past 165° (high edge case). Equivalent to doing min(A-B,165) before step D, but 100 is easier to set in memory than 165.&lt;br /&gt;
|-&lt;br /&gt;
| Batch Writer || E -&amp;gt; Solar panels, Vertical angle || Send elevation to solar panels&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:Accurate Solar Control.png]]&lt;br /&gt;
&lt;br /&gt;
==== Auto-Reset Variant ====&lt;br /&gt;
For panels that automatically reset their facing upon sunset, use two more components, and adjust the final min/max unit:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Component (Name) !! Settings !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader (L) || Daylight sensor, Activation || 1 while daytime, 0 while nighttime&lt;br /&gt;
|-&lt;br /&gt;
| Math Unit (F)  || 100*L || Maximum panel elevation, now 100 during day and 0 at night&lt;br /&gt;
|-&lt;br /&gt;
| (from above) Min/Max Unit (E) || min(D,&#039;&#039;&#039;F&#039;&#039;&#039;) || Adjusted panel elevation (high edge adjustment)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Power-Conserving Variant ====&lt;br /&gt;
To conserve power, it&#039;s possible to avoid running the entire circuit at night. A transformer can be controlled to power the main logic network above. In this way, only the two new components need to remain powered at all times.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Component (Name) !! Settings !! Explanation&lt;br /&gt;
|-&lt;br /&gt;
| Logic Reader (L) || Daylight sensor, Activation || As in the auto-reset variant above&lt;br /&gt;
|-&lt;br /&gt;
| Logic Writer || L -&amp;gt; Transformer, On  || Transformer powers main logic network&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== IC Chip Version ===&lt;br /&gt;
* 1 [[Kit (IC Housing)]]&lt;br /&gt;
* 1 [[Sensors |Kit (Sensors)]] (&amp;quot;Daylight Sensor&amp;quot;)&lt;br /&gt;
Daylight Sensor should point at sunrise.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
IC Housing&#039;s pins are set with &amp;quot;00&amp;quot; being set to the Daylight Sensor, and &amp;quot;01&amp;quot; being set to one of the panels to determine hash. &#039;&#039;&#039;ONLY USE ONE TYPE OF PANEL&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Link to IC Code: [https://stationeering.com/tools/ic/_nfitKD6aL7 [1&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== 4-chip 1-sensor 1-axis Approximate Solar Tracking ===&lt;br /&gt;
&#039;&#039;&#039;Author:&#039;&#039;&#039; Evie&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Stationeers Version:&#039;&#039;&#039; 0.1.1068.5451&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Properties:&#039;&#039;&#039; Simple, Inaccurate (Average error: 7.5°)&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Number of Components:&#039;&#039;&#039; 5&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: With the introduction of ecliptic solar angles, this setup no longer works at peak efficiency on worlds such as Mars and Europa which have the sun at an angle. This setup will still work on the Moon and in Space.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This imperfect setup is a common starting point. It starts off at 375w of power in the morning, builds up to 500w at zenith (noon) then back to 375. This is due to the fact that solars rotate through only 150 degrees of elevation and that this setup&#039;s math is correct only if they rotated through all 180 degrees of solar angle.&lt;br /&gt;
&lt;br /&gt;
This setup produces the equivalent of 239W averaged over a whole day/night cycle.&lt;br /&gt;
&lt;br /&gt;
==== Design ====&lt;br /&gt;
* 1 [[Sensors |Kit (Sensors)]]&lt;br /&gt;
* 2 [[Kit (Logic I/O)]]&lt;br /&gt;
* 1 [[Kit (Logic Memory)]]&lt;br /&gt;
* 1 [[Kit (Logic Processor)]] (&amp;quot;Math Unit&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
[[File:Evie&#039;s Solar Circuit Setup.jpg|none|Solar Setup Diagram]]&lt;br /&gt;
[[File:Stationeers-compact solar logic.png|none|A super compact version]]&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
* The Daylight [[Sensor]] MUST be facing East (Sunrise), but its rotation doesn&#039;t matter.&lt;br /&gt;
* Solar panels should be rotated such as that 0% VERTICAL rotation faces East/Sunrise, and 100% VERTICAL faces West/Sunset. &lt;br /&gt;
* The Area [[Power Control]] is necessary for the circuit to stay powered during the night. It also hides all the modules from the rest of your system.&lt;br /&gt;
* Make sure that the math unit is set to &amp;quot;Divide&amp;quot; operation.&lt;br /&gt;
* Importantly, the solar input power doesn&#039;t directly connect to any of the logic writers. This not only ensures your system doesn&#039;t lose power but also prevents short-circuiting that would burn cables.&lt;br /&gt;
* Using 1.7 instead of 1.8 reduces the average error of this design to 6.5° and increases overall power generation, particularly in the afternoon.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[Solar Logic Cable Golf]] ===&lt;br /&gt;
&lt;br /&gt;
{{cable Golf Rules}}&lt;br /&gt;
* Cables needed to propagate the output of the Batch/[[Logic Writer]]s to the top edge of a frame are counted in the score&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
	<entry>
		<id>https://stationeers-wiki.com/index.php?title=Talk:Electronics_Printer/Recipes&amp;diff=11196</id>
		<title>Talk:Electronics Printer/Recipes</title>
		<link rel="alternate" type="text/html" href="https://stationeers-wiki.com/index.php?title=Talk:Electronics_Printer/Recipes&amp;diff=11196"/>
		<updated>2021-09-05T21:04:44Z</updated>

		<summary type="html">&lt;p&gt;Fuddnir: Created page with &amp;quot;This page is outdated as of 2021-09-05. Station Battery Large now requires 35 Gold, 35 Copper, 35 Steel, 10 Electrum, 5 Silicon, and 2 Stellite, and is made in the Mk.2 Electr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is outdated as of 2021-09-05. Station Battery Large now requires 35 Gold, 35 Copper, 35 Steel, 10 Electrum, 5 Silicon, and 2 Stellite, and is made in the Mk.2 Electronics Printer. The list is too unwieldy to manually edit, plus, if you sort by name, it all gets jumbled up, mixing Mk.1 and Mk.2 recipes etc...&lt;/div&gt;</summary>
		<author><name>Fuddnir</name></author>
	</entry>
</feed>