<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.tls-wiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phydaux</id>
	<title>The Last Starwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.tls-wiki.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phydaux"/>
	<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/wiki/Special:Contributions/Phydaux"/>
	<updated>2026-06-04T02:34:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Community_Resources&amp;diff=1771</id>
		<title>Community Resources</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Community_Resources&amp;diff=1771"/>
		<updated>2024-01-09T01:10:56Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add row for language grammar extension&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The community has created several tools players can use to enhance their playing experience.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Title !! Author !! Category !! Platform !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| [https://phydaux.github.io/tls-save-file-editor/ The Last Starship -- Save File Editor] || [[User:Phydaux|Phydaux]] || Save editor || Browser ||&lt;br /&gt;
|-&lt;br /&gt;
| [https://github.com/cibikle/LaSSI/ LaSSI (the Last Starship Save Inspector)] || [[User:TomYeltz|TomYeltz]] || Save editor || macOS, Windows ||&lt;br /&gt;
|-&lt;br /&gt;
| [https://packagist.org/packages/totengeist/iv-parsers IVParsers] || [[User:Totengeist|Totengeist]] || Code library || PHP || Provides parsers for save, ship, and some configuration files. Can be used to create parsers for various files from The Last Starship and [[Prison Architect]].&lt;br /&gt;
|-&lt;br /&gt;
|[https://marketplace.visualstudio.com/items?itemName=Phydaux.vscode-introversion-tm-grammar Unofficial Introversion Language Grammar]&lt;br /&gt;
|Phydaux&lt;br /&gt;
|Syntax Highlighting&lt;br /&gt;
|VSCode&lt;br /&gt;
|Syntax highlighting extension for VSCode. Works with save files (.space), exported ships (.ship), other config files and save files from Prison Architect.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Save_file&amp;diff=1189</id>
		<title>Save file</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Save_file&amp;diff=1189"/>
		<updated>2023-03-08T23:55:43Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: /* Items Inventory Codes */ Add more items and their id codes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Save files for the game are stored in &amp;lt;code&amp;gt;%LOCALAPPDATA%\Introversion\LastStarship\saves&amp;lt;/code&amp;gt; on Windows and &amp;lt;code&amp;gt;~/Library/Application\ Support/LastStarship/saves&amp;lt;/code&amp;gt; on Mac. They are stored in a plaintext format and end in a &amp;lt;code&amp;gt;.space&amp;lt;/code&amp;gt; extension.&lt;br /&gt;
&lt;br /&gt;
== Common modifications ==&lt;br /&gt;
=== Add items to the Trade screen ===&lt;br /&gt;
If you are stuck in a system with no Trade screen or the Trade screen is missing an item you need:&lt;br /&gt;
&lt;br /&gt;
# Save and close the game.&lt;br /&gt;
# In the directory listed above, find the &amp;lt;code&amp;gt;.space&amp;lt;/code&amp;gt; file corresponding to the saved game and open it in a text editor.&lt;br /&gt;
# Search for a line containing &amp;lt;code&amp;gt;TradePossible&amp;lt;/code&amp;gt;. Set that to true.&lt;br /&gt;
#: &#039;&#039;Note:&#039;&#039; There may be multiple Trade sections in the system archive save file. Make sure to use the base section that is not indented.&lt;br /&gt;
# In the &amp;lt;code&amp;gt;TheirStock&amp;lt;/code&amp;gt; section below, update or add the desired line using the item code from the table below. Spacing is important, so make sure to match it. The number can be adjusted to the preferred amount.&lt;br /&gt;
# Save the changes, run the game, and load the save.&lt;br /&gt;
&lt;br /&gt;
=== Add items to a shuttle ===&lt;br /&gt;
Some items, like hull breaches, are technically just like any other items, but they cannot be purchased from the Trade screen, even with the trick above. In this case, it&#039;s necessary to modify a shuttle&#039;s inventory as it delivers cargo.&lt;br /&gt;
&lt;br /&gt;
# Purchase something or initiate a mission delivery.&lt;br /&gt;
# As soon as the shuttle appears, save and close the game.&lt;br /&gt;
# In the directory listed above, find the &amp;lt;code&amp;gt;.space&amp;lt;/code&amp;gt; file corresponding to the saved game and open it in a text editor.&lt;br /&gt;
# Find the section for your ship. It should be the first section beginning with &amp;lt;code&amp;gt;BEGIN Layer&amp;lt;/code&amp;gt;. Find the line &amp;lt;code&amp;gt;BEGIN Deliveries&amp;lt;/code&amp;gt; inside that section.&lt;br /&gt;
# In the the &amp;lt;code&amp;gt;Trade&amp;lt;/code&amp;gt; section below, update or add the desired line using the item code from the table below. Spacing is important, so make sure to match it. The number can be adjusted to the preferred amount.&lt;br /&gt;
&lt;br /&gt;
=== Refill a fuel tank ===&lt;br /&gt;
If your ship runs out of fuel, but you have a fuel [[tank]] installed:&lt;br /&gt;
&lt;br /&gt;
# Save and close the game.&lt;br /&gt;
# In the directory listed above, find the &amp;lt;code&amp;gt;.space&amp;lt;/code&amp;gt; file corresponding to the saved game and open it in a text editor.&lt;br /&gt;
# Search for a line containing &amp;lt;code&amp;gt;Resource             Fuel&amp;lt;/code&amp;gt;. Spacing is important.&lt;br /&gt;
# Ensure that the line belongs to a tank and that the tank belongs to the correct ship. Player-owned ships are listed as &amp;lt;code&amp;gt;FriendlyShip&amp;lt;/code&amp;gt; type.&lt;br /&gt;
# Update or add the corresponding &amp;lt;code&amp;gt;Quantity&amp;lt;/code&amp;gt; line to add fuel to the tank.&lt;br /&gt;
# Save the changes, run the game, and load the save.&lt;br /&gt;
&lt;br /&gt;
== Items Inventory Codes ==&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;This table is incomplete.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:::{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+ Inventory Item Codes&lt;br /&gt;
|-&lt;br /&gt;
! ID Code !! Category !! Item&lt;br /&gt;
|-&lt;br /&gt;
| AirReprocessor || Life Support || [[Air Reprocessor]]&lt;br /&gt;
|-&lt;br /&gt;
| Airduct || Life Support || [[Airduct]]&lt;br /&gt;
|-&lt;br /&gt;
| Asteroid || Environment || [[Asteroid]]&lt;br /&gt;
|-&lt;br /&gt;
| Battery || Storage || [[Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| Box || Cargo || [[:Category:Equipment|Equipment]] is packaged in a box for transport&lt;br /&gt;
|-&lt;br /&gt;
| Bullets || Ammunition || [[Ammo|Bullets]]&lt;br /&gt;
|-&lt;br /&gt;
| Cannon || Weapons || [[Weapon#Cannon|Cannon]]&lt;br /&gt;
|-&lt;br /&gt;
| CannonShell|| Ammunition || [[Ammo#Cannon Shells|Cannon Shells]]&lt;br /&gt;
|-&lt;br /&gt;
| Civilian || Crew || [[Civilian]]&lt;br /&gt;
|-&lt;br /&gt;
| Comet || Environment || [[Ice Comet]]&lt;br /&gt;
|-&lt;br /&gt;
| Compost || Resource || [[Compost]]&lt;br /&gt;
|-&lt;br /&gt;
| CrewMember || Crew || [[Crew Member]]&lt;br /&gt;
|-&lt;br /&gt;
| Deuterium || Resource || [[Deuterium]]&lt;br /&gt;
|-&lt;br /&gt;
| DockingPort || Logistics || [[Docking Port]]&lt;br /&gt;
|-&lt;br /&gt;
| Door || Other || [[Door]]&lt;br /&gt;
|-&lt;br /&gt;
| DroneBay || Logistics || [[Drone Bay]]&lt;br /&gt;
|-&lt;br /&gt;
| EnergyCell || Resource || [[Energy Cell]]&lt;br /&gt;
|-&lt;br /&gt;
| Engine || Propulsion || [[Engine]]&lt;br /&gt;
|-&lt;br /&gt;
| Equipment || Unknown || [[List of undetermined items|Unknown]]&lt;br /&gt;
|-&lt;br /&gt;
| Fighter || Weapons || [[Fighter]]&lt;br /&gt;
|-&lt;br /&gt;
| FTLCharge || FTL || [[FTL Charge]]&lt;br /&gt;
|-&lt;br /&gt;
| FTLDrive || FTL || [[FTL Drive]]&lt;br /&gt;
|-&lt;br /&gt;
| Food || Resource || [[Food]]&lt;br /&gt;
|-&lt;br /&gt;
| Fuel || Resource || [[Fuel]]&lt;br /&gt;
|-&lt;br /&gt;
| FuelLoader || Loader || [[Loader#Variants|Fuel Loader]]&lt;br /&gt;
|-&lt;br /&gt;
| FusionReactor || Power Generation || [[Fusion Reactor]]&lt;br /&gt;
|-&lt;br /&gt;
| GatlingGun || Weapons || [[Weapon#Gatling Gun|Gatling Gun]]&lt;br /&gt;
|-&lt;br /&gt;
| Generator || Power Generation || [[Generator]]&lt;br /&gt;
|-&lt;br /&gt;
| HullBreach || Special || Hull breach&lt;br /&gt;
|-&lt;br /&gt;
| HyperspaceSensor || Logistics || [[Hyperspace Sensor]]&lt;br /&gt;
|-&lt;br /&gt;
| HyperspaceSensorLR || Logistics || Long-range [[Hyperspace Sensor]]&lt;br /&gt;
|-&lt;br /&gt;
| IceGrinder || Logistics || [[Ice Grinder]]&lt;br /&gt;
|-&lt;br /&gt;
| Loader || Loader || Generic [[Loader]]&lt;br /&gt;
|-&lt;br /&gt;
| LogisticsDrone || Logistics || [[Logistics Drone]]&lt;br /&gt;
|-&lt;br /&gt;
| MetalIngot || Resource || [[Metal Ingot]]&lt;br /&gt;
|-&lt;br /&gt;
| Meteor || Environment || [[Meteor]]&lt;br /&gt;
|-&lt;br /&gt;
| MineralPatch || Environment || Mineral patches on [[Asteroid]]s&lt;br /&gt;
|-&lt;br /&gt;
| MiningLaser || Logistics || [[Mining Laser]]&lt;br /&gt;
|-&lt;br /&gt;
| MissionCargo || Cargo || [[Contract#Courier_mission|Courier contract]] [[cargo]]&lt;br /&gt;
|-&lt;br /&gt;
| Ordnance || Environment || Ordnance travelling from a [[weapon]] to a target&lt;br /&gt;
|-&lt;br /&gt;
| Oxygen || Resource || [[Water]]&lt;br /&gt;
|-&lt;br /&gt;
| OxygenLoader || Loader || [[Loader#Variants|Oxygen Loader]]&lt;br /&gt;
|-&lt;br /&gt;
| OxygenMaker || Life Support || [[Oxygen Maker]]&lt;br /&gt;
|-&lt;br /&gt;
| PowerCoil || Unknown || [[List of undetermined items|Power Coil]]&lt;br /&gt;
|-&lt;br /&gt;
| PowerCoilCharged || Unknown || [[List of undetermined items|Charged Power Coil]]&lt;br /&gt;
|-&lt;br /&gt;
| PowerInjector || Unknown || [[List of undetermined items|Power Injector]]&lt;br /&gt;
|-&lt;br /&gt;
| PreciousOre || Resource || [[Ore#Precious Ore|Precious Ore]]&lt;br /&gt;
|-&lt;br /&gt;
| PreciousMetals || Resource || [[Metal#Precious Metal|Precious Metal]]&lt;br /&gt;
|-&lt;br /&gt;
| ProximityMine || Environment || A mine from a [[Contract#Clear_dangerous_minefield|minefield]]&lt;br /&gt;
|-&lt;br /&gt;
| Railgun || Weapons || [[Weapon#Railgun|Railgun]]&lt;br /&gt;
|-&lt;br /&gt;
| RailgunShell|| Ammunition || [[Ammo#Railgun Slugs|Railgun Slugs]]&lt;br /&gt;
|-&lt;br /&gt;
| Reactor || Power Generation || [[Reactor]]&lt;br /&gt;
|-&lt;br /&gt;
| RefinedTilium || Resource || [[Metal#Refined Tilium|Refined Tilium]]&lt;br /&gt;
|-&lt;br /&gt;
| ScrapMetal || Resource || [[Metal#Scrap Metal|Scrap Metal]]&lt;br /&gt;
|-&lt;br /&gt;
| Scrubber || Life Support || [[CO2 Scrubber]]&lt;br /&gt;
|-&lt;br /&gt;
| SewageMachine || Logistics || [[Waste Treatment Machine]]&lt;br /&gt;
|-&lt;br /&gt;
| SewagePipe || Logistics || [[Sewage Pipe]]&lt;br /&gt;
|-&lt;br /&gt;
| Shuttle || Other || [[Shuttle]]&lt;br /&gt;
|-&lt;br /&gt;
| SmallTank || Storage || [[Tank#Medium Tank|Medium Tank]]&lt;br /&gt;
|-&lt;br /&gt;
| Smelter || Logistics || [[Smelter]] &lt;br /&gt;
|-&lt;br /&gt;
| SpaceSuit || Life Support || [[Space Suit]]&lt;br /&gt;
|-&lt;br /&gt;
| SpaceSuitPod || Life Support || [[Spacesuit Pod]]&lt;br /&gt;
|-&lt;br /&gt;
| Stairs || Other || [[Stair]]s&lt;br /&gt;
|-&lt;br /&gt;
| Tank || Storage || [[Tank#Huge Tank|Huge Tank]]&lt;br /&gt;
|-&lt;br /&gt;
| Thruster || Propulsion || [[Thruster]]&lt;br /&gt;
|-&lt;br /&gt;
| Tiddlet || Cargo || [[Tiddlet]]&lt;br /&gt;
|-&lt;br /&gt;
| TiliumOre || Resource || [[Ore#Tilium Ore|Tilium Ore]]&lt;br /&gt;
|-&lt;br /&gt;
| TinyTank || Storage || [[Tank#Small Tank|Small Tank]]&lt;br /&gt;
|-&lt;br /&gt;
| Water || Resource || [[Water]]&lt;br /&gt;
|-&lt;br /&gt;
| WaterPurifier || Logistics || [[Water Purifier]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game files]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Ratings&amp;diff=939</id>
		<title>Ratings</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Ratings&amp;diff=939"/>
		<updated>2022-11-13T23:40:27Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add missing rating category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Ratings&#039;&#039;&#039; keep track of the player&#039;s progress in various categories: Combat, Industry, Humanitarian, Logistics and Criminal.&lt;br /&gt;
&lt;br /&gt;
As the player performs various actions, their ratings increase and open new opportunities for [[Contract]]s.&lt;br /&gt;
== History ==&lt;br /&gt;
{{History|Update 1.rc2|Introduced, but not visible to the player.}}&lt;br /&gt;
{{History|Update 2.rc1|Made visible to the player as a contract item.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game mechanics]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Battery&amp;diff=353</id>
		<title>Battery</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Battery&amp;diff=353"/>
		<updated>2022-07-24T21:41:37Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add some links (stop page being a dead-end)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Batteries are bought from [[Trade|traders]], and are connected to the power grid via [[Cable|cables]]. Each battery stores up to 1000 power&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Water_Purifier&amp;diff=352</id>
		<title>Water Purifier</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Water_Purifier&amp;diff=352"/>
		<updated>2022-07-24T21:39:53Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Water Purifier&#039;&#039;&#039; converts [[waste water]] to [[water]] when powered. The water output can be connected to an [[Oxygen Maker|oxygen maker]] or a [[tank]].&lt;br /&gt;
[[Category:Equipment]]&lt;br /&gt;
[[Category:Logistics]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Waste_Treatment_Machine&amp;diff=351</id>
		<title>Waste Treatment Machine</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Waste_Treatment_Machine&amp;diff=351"/>
		<updated>2022-07-24T21:39:10Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Waste Treatment Machine&#039;&#039;&#039; converts [[sewage]] into [[compost]] and [[waste water]] when powered. The waste water output can be connected to a [[Water Purifier|water purifier]] or a [[tank]].&lt;br /&gt;
{{Infobox object|image1=|caption1=|image2=|caption2=|name=Waste Treatment Machine|grid_size=3 x 2|inputs=[[Sewage]]&lt;br /&gt;
[[Power]]|outputs=[[Compost]]&lt;br /&gt;
[[Waste water]]|fuel_consumption=|power_consumption=|base_cost=}}&lt;br /&gt;
[[Category:Equipment]]&lt;br /&gt;
[[Category:Logistics]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Air_Reprocessor&amp;diff=349</id>
		<title>Air Reprocessor</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Air_Reprocessor&amp;diff=349"/>
		<updated>2022-07-24T21:34:19Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox object&lt;br /&gt;
| name = Air Reprocessor&lt;br /&gt;
| image1 = [[File:AirReprocessor2.png|150px|frameless|alt=The air reprocessor sprite]]&lt;br /&gt;
| caption1=&lt;br /&gt;
| image2= [[File:AirReprocessor.png|100px|frameless|alt=An air reprocessor sprite]]&lt;br /&gt;
| caption2 =&lt;br /&gt;
| grid_size = 3 x 2&lt;br /&gt;
| inputs = [[CO2]]&lt;br /&gt;
| outputs = [[Oxygen]]&lt;br /&gt;
| fuel_consumption =&lt;br /&gt;
| power_consumption =&lt;br /&gt;
| base_cost =&lt;br /&gt;
}}&lt;br /&gt;
The &#039;&#039;&#039;Air Reprocessor&#039;&#039;&#039; takes [[pipe|piped]] [[CO2|CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]] and converts it into [[oxygen]] when powered. It does not take CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; out of the [[atmosphere]]. The output oxygen can be fed into an [[airduct]] or [[tank]].&lt;br /&gt;
[[Category:Equipment]]&lt;br /&gt;
[[Category:Life Support]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=CO2_Scrubber&amp;diff=348</id>
		<title>CO2 Scrubber</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=CO2_Scrubber&amp;diff=348"/>
		<updated>2022-07-24T21:33:56Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox object&lt;br /&gt;
| name = CO2 Scrubber&lt;br /&gt;
| image1 = [[File:CO2Scrubber.png|150px|frameless|alt=CO2 Scrubber sprite]]&lt;br /&gt;
| caption1=&lt;br /&gt;
| image2=&lt;br /&gt;
| caption2 =&lt;br /&gt;
| grid_size = 2 x 2&lt;br /&gt;
| inputs =&lt;br /&gt;
| outputs = [[CO2]]&lt;br /&gt;
| fuel_consumption =&lt;br /&gt;
| power_consumption =&lt;br /&gt;
| base_cost =&lt;br /&gt;
}}&lt;br /&gt;
The &#039;&#039;&#039;CO2 Scrubber&#039;&#039;&#039; takes [[CO2|CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]] from the [[atmosphere]] and outputs it into [[Pipe|pipes]] when powered. The output can be fed into an [[Air Reprocessor|air reprocessor]] or [[tank]].&lt;br /&gt;
[[Category:Equipment]]&lt;br /&gt;
[[Category:Life Support]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Airduct&amp;diff=347</id>
		<title>Airduct</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Airduct&amp;diff=347"/>
		<updated>2022-07-24T21:32:28Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox object&lt;br /&gt;
| name = Airduct&lt;br /&gt;
| image1 = [[File:Airduct.png|150px|frameless|alt=An airduct sprite]]&lt;br /&gt;
| caption1=&lt;br /&gt;
| image2=&lt;br /&gt;
| caption2 =&lt;br /&gt;
| grid_size = 2 x 2&lt;br /&gt;
| inputs = [[Oxygen]]&lt;br /&gt;
| outputs =&lt;br /&gt;
| fuel_consumption =&lt;br /&gt;
| power_consumption =&lt;br /&gt;
| base_cost =&lt;br /&gt;
}}&lt;br /&gt;
An &#039;&#039;&#039;Airduct&#039;&#039;&#039; releases [[oxygen]] into the [[atmosphere]] of the internal section of the ship&#039;s [[Main Deck|main deck]] and [[habitation deck]] when powered.&lt;br /&gt;
[[Category:Equipment]]&lt;br /&gt;
[[Category:Life Support]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Air_Reprocessor&amp;diff=336</id>
		<title>Air Reprocessor</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Air_Reprocessor&amp;diff=336"/>
		<updated>2022-07-24T19:58:24Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Created page with &amp;quot;{{Infobox object | name = Air Reprocessor | image1 = alt=The air reprocessor sprite | caption1= | image2= alt=An air reprocessor sprite | caption2 = | grid_size = 3 x 2 | inputs = CO2 | outputs = Oxygen | fuel_consumption = | power_consumption = | base_cost = }} The &amp;#039;&amp;#039;&amp;#039;Air Reprocessor&amp;#039;&amp;#039;&amp;#039; takes piped CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; and converts it into oxygen when powered....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox object&lt;br /&gt;
| name = Air Reprocessor&lt;br /&gt;
| image1 = [[File:AirReprocessor2.png|150px|frameless|alt=The air reprocessor sprite]]&lt;br /&gt;
| caption1=&lt;br /&gt;
| image2= [[File:AirReprocessor.png|100px|frameless|alt=An air reprocessor sprite]]&lt;br /&gt;
| caption2 =&lt;br /&gt;
| grid_size = 3 x 2&lt;br /&gt;
| inputs = [[CO2]]&lt;br /&gt;
| outputs = [[Oxygen]]&lt;br /&gt;
| fuel_consumption =&lt;br /&gt;
| power_consumption =&lt;br /&gt;
| base_cost =&lt;br /&gt;
}}&lt;br /&gt;
The &#039;&#039;&#039;Air Reprocessor&#039;&#039;&#039; takes [[pipe|piped]] [[CO2|CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]] and converts it into [[oxygen]] when powered. It does not take CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; out of the [[atmosphere]]. The output oxygen can be fed into an [[airduct]] or [[tank]].&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=File:AirReprocessorHorizontal.png&amp;diff=335</id>
		<title>File:AirReprocessorHorizontal.png</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=File:AirReprocessorHorizontal.png&amp;diff=335"/>
		<updated>2022-07-24T19:56:55Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Air Reprocessor sprite&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=File:AirReprocessorVertical.png&amp;diff=334</id>
		<title>File:AirReprocessorVertical.png</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=File:AirReprocessorVertical.png&amp;diff=334"/>
		<updated>2022-07-24T19:51:29Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Air Reprocessor sprite&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=CO2_Scrubber&amp;diff=332</id>
		<title>CO2 Scrubber</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=CO2_Scrubber&amp;diff=332"/>
		<updated>2022-07-24T19:41:53Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Created page with &amp;quot;{{Infobox object | name = CO2 Scrubber | image1 = alt=CO2 Scrubber sprite | caption1= | image2= | caption2 = | grid_size = 2 x 2 | inputs = | outputs = CO2 | fuel_consumption = | power_consumption = | base_cost = }} The &amp;#039;&amp;#039;&amp;#039;CO2 Scrubber&amp;#039;&amp;#039;&amp;#039; takes CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; from the atmosphere and outputs it into pipes when powered. The output can be fed into an air reprocessor or tank.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox object&lt;br /&gt;
| name = CO2 Scrubber&lt;br /&gt;
| image1 = [[File:CO2Scrubber.png|150px|frameless|alt=CO2 Scrubber sprite]]&lt;br /&gt;
| caption1=&lt;br /&gt;
| image2=&lt;br /&gt;
| caption2 =&lt;br /&gt;
| grid_size = 2 x 2&lt;br /&gt;
| inputs =&lt;br /&gt;
| outputs = [[CO2]]&lt;br /&gt;
| fuel_consumption =&lt;br /&gt;
| power_consumption =&lt;br /&gt;
| base_cost =&lt;br /&gt;
}}&lt;br /&gt;
The &#039;&#039;&#039;CO2 Scrubber&#039;&#039;&#039; takes [[CO2|CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]] from the [[atmosphere]] and outputs it into [[Pipe|pipes]] when powered. The output can be fed into an [[Air Reprocessor|air reprocessor]] or [[tank]].&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=File:CO2Scrubber.png&amp;diff=330</id>
		<title>File:CO2Scrubber.png</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=File:CO2Scrubber.png&amp;diff=330"/>
		<updated>2022-07-24T19:41:09Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The CO2Scrubber sprite&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Airduct&amp;diff=328</id>
		<title>Airduct</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Airduct&amp;diff=328"/>
		<updated>2022-07-24T19:32:33Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Create airduct page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox object&lt;br /&gt;
| name = Airduct&lt;br /&gt;
| image1 = [[File:Airduct.png|150px|frameless|alt=An airduct sprite]]&lt;br /&gt;
| caption1=&lt;br /&gt;
| image2=&lt;br /&gt;
| caption2 =&lt;br /&gt;
| grid_size = 2 x 2&lt;br /&gt;
| inputs = [[Oxygen]]&lt;br /&gt;
| outputs =&lt;br /&gt;
| fuel_consumption =&lt;br /&gt;
| power_consumption =&lt;br /&gt;
| base_cost =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Airduct&#039;&#039;&#039; releases [[oxygen]] into the [[atmosphere]] of the internal section of the ship&#039;s [[main deck]] and [[habitation deck]] when powered.&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=File:Airduct.png&amp;diff=322</id>
		<title>File:Airduct.png</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=File:Airduct.png&amp;diff=322"/>
		<updated>2022-07-24T19:23:13Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: An Airduct sprite&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
An [[Airduct]] sprite&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Habitation_Deck&amp;diff=312</id>
		<title>Habitation Deck</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Habitation_Deck&amp;diff=312"/>
		<updated>2022-07-24T18:52:34Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Update links to crew member and civilian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Habitation is where [[Crew member|crew]] and [[Civilian|passengers]] live, it produces [[sewage]], which needs to be disposed of via a sewage system &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=sewage system/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All parts of the system can be linked to [[Tank|tanks]] via [[Pipe|pipes]] for storage &lt;br /&gt;
&lt;br /&gt;
Sewage is extracted from Habitation via a [[Sewage Pipe|sewage pipe]] the player must installed below habitation.&lt;br /&gt;
This is then connected to a [[Waste Treatment Machine|waste treatment machine]], then to a [[Water Purifier|water purifier]]. &lt;br /&gt;
&lt;br /&gt;
At this point it can either store water in a tank for passenger use, or be piped into an [[Oxygen Maker|oxygen maker]] to generate O2 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=sewage system/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Water_Purifier&amp;diff=311</id>
		<title>Water Purifier</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Water_Purifier&amp;diff=311"/>
		<updated>2022-07-24T18:46:45Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Create water purifier page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Water Purifier&#039;&#039;&#039; converts [[waste water]] to [[water]] when powered. The water output can be connected to an [[Oxygen Maker|oxygen maker]] or a [[tank]].&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Waste_Treatment_Machine&amp;diff=310</id>
		<title>Waste Treatment Machine</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Waste_Treatment_Machine&amp;diff=310"/>
		<updated>2022-07-24T18:44:37Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Describe waste water output connection&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Waste Treatment Machine&#039;&#039;&#039; converts [[sewage]] into [[compost]] and [[waste water]] when powered. The waste water output can be connected to a [[Water Purifier|water purifier]] or a [[tank]].&lt;br /&gt;
{{Infobox object|image1=|caption1=|image2=|caption2=|name=Waste Treatment Machine|grid_size=3 x 2|inputs=[[Sewage]]&lt;br /&gt;
[[Power]]|outputs=[[Compost]]&lt;br /&gt;
[[Waste water]]|fuel_consumption=|power_consumption=|base_cost=}}&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Waste_Treatment_Machine&amp;diff=309</id>
		<title>Waste Treatment Machine</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Waste_Treatment_Machine&amp;diff=309"/>
		<updated>2022-07-24T18:41:06Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Create water treatment machine page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Waste Treatment Machine&#039;&#039;&#039; converts [[sewage]] into [[compost]] and [[waste water]] when powered.&lt;br /&gt;
{{Infobox object|image1=|caption1=|image2=|caption2=|name=Waste Treatment Machine|grid_size=3 x 2|inputs=[[Sewage]]&lt;br /&gt;
[[Power]]|outputs=[[Compost]]&lt;br /&gt;
[[Waste water]]|fuel_consumption=|power_consumption=|base_cost=}}&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Sewage_Pipe&amp;diff=308</id>
		<title>Sewage Pipe</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Sewage_Pipe&amp;diff=308"/>
		<updated>2022-07-24T18:30:37Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Create sewage pipe page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Sewage Pipe&#039;&#039;&#039; transfers [[sewage]] from the [[habitation deck]] to the [[Main Deck|main deck]].&lt;br /&gt;
&lt;br /&gt;
It must be constructed below the habitation deck to extract sewage. It can be connected via pipes to a [[Waste Treatment Machine|waste treatment machine]] or a [[tank]]. Separate habitation decks require their own sewage pipe.&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Deuterium&amp;diff=307</id>
		<title>Deuterium</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Deuterium&amp;diff=307"/>
		<updated>2022-07-24T18:18:52Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Deuterium&#039;&#039;&#039; is a dark blue liquid that is used as the fuel in a [[fusion reactor]].&lt;br /&gt;
&lt;br /&gt;
It is purchasable via [[trade]], and can be [[Pipe|piped]] and stored in [[Tank|tanks]].&lt;br /&gt;
[[Category:Resources]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Fusion_reactor&amp;diff=306</id>
		<title>Fusion reactor</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Fusion_reactor&amp;diff=306"/>
		<updated>2022-07-24T18:16:55Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Remove contents -- it&amp;#039;s all on the redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Fusion Reactor]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Fusion_Reactor&amp;diff=305</id>
		<title>Fusion Reactor</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Fusion_Reactor&amp;diff=305"/>
		<updated>2022-07-24T18:16:03Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Add infobox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fusion reactors may be found on [[Derelict Ship|Derelict Ships]] when salvaging via [[Logistics drone|logistics drones]]. They require [[Deuterium]] as a [[fuel]] source, which may be bought from [[Trade|traders]]. &lt;br /&gt;
&lt;br /&gt;
{{Infobox object|image1=|caption1=|image2=|caption2=|name=Fusion reactor|grid_size=5 x 5|inputs=[[Deuterium]]|outputs=500Mw|fuel_consumption=5 deuterium (at max power generation)|power_consumption=|base_cost=}}&lt;br /&gt;
&lt;br /&gt;
The deuterium requires a [[loader]] to be transfered to the fusion reactor, and can be stored in [[Tank|tanks]]&lt;br /&gt;
&lt;br /&gt;
A fusion reactor requires 100 power to spin up, but charges like other equipment. After spinning up, it begins to intake deuterium. Once powered, they remain powered if fueled &lt;br /&gt;
&lt;br /&gt;
Fusion reactors generate upto 500 power&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Fusion_reactor&amp;diff=304</id>
		<title>Fusion reactor</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Fusion_reactor&amp;diff=304"/>
		<updated>2022-07-24T18:14:46Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Redirect to existing page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Fusion Reactor]]A &#039;&#039;&#039;fusion reactor&#039;&#039;&#039; generates power for the ship. It requires a supply of [[deuterium]] to generate the power. Initially it requires external power to load the deuterium.&lt;br /&gt;
{{Infobox object|image1=|caption1=|image2=|caption2=|name=Fusion reactor|grid_size=5 x 5|inputs=[[Deuterium]]|outputs=500Mw|fuel_consumption=5 deuterium (at max power generation)|power_consumption=|base_cost=}}&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Fusion_reactor&amp;diff=303</id>
		<title>Fusion reactor</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Fusion_reactor&amp;diff=303"/>
		<updated>2022-07-24T18:12:12Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Created page for fusion reactor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;fusion reactor&#039;&#039;&#039; generates power for the ship. It requires a supply of [[deuterium]] to generate the power. Initially it requires external power to load the deuterium.&lt;br /&gt;
&lt;br /&gt;
{{Infobox object|image1=|caption1=|image2=|caption2=|name=Fusion reactor|grid_size=5 x 5|inputs=[[Deuterium]]|outputs=500Mw|fuel_consumption=5 deuterium (at max power generation)|power_consumption=|base_cost=}}&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Deuterium&amp;diff=298</id>
		<title>Deuterium</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Deuterium&amp;diff=298"/>
		<updated>2022-07-24T17:15:01Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: Created deuterium page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Deuterium&#039;&#039;&#039; is a dark blue liquid that is used as the fuel in a [[fusion reactor]].&lt;br /&gt;
&lt;br /&gt;
It is purchasable via [[trade]], and can be [[Pipe|piped]] and stored in [[Tank|tanks]].&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
	<entry>
		<id>https://www.tls-wiki.com/w/index.php?title=Tank&amp;diff=297</id>
		<title>Tank</title>
		<link rel="alternate" type="text/html" href="https://www.tls-wiki.com/w/index.php?title=Tank&amp;diff=297"/>
		<updated>2022-07-24T17:09:56Z</updated>

		<summary type="html">&lt;p&gt;Phydaux: List everything a tank can currently hold&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Tank]]s provide storage for [[oxygen]], [[CO2|CO&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;]], [[water]], [[fuel]], [[sewage]], [[waste water]], and [[Deuterium|duterium]]. They can be used to provide a stable supply of resources to equipment e.g. fuel to reactors. [[Crew member]]s will refill tanks from [[canister]]s using set up [[Loader|loaders]] when necessary.&lt;br /&gt;
&lt;br /&gt;
The crew can repair damaged tanks. When a tank is destroyed, all contents are lost and irrecoverable. Currently, only small tanks and medium can be purchased. Large tanks can only be looted from [[Derelict Ship|Derelict Ships]].&lt;br /&gt;
[[Category:Object]]&lt;/div&gt;</summary>
		<author><name>Phydaux</name></author>
	</entry>
</feed>