guide-entry-gascanisters = Gas Canisters
guide-entry-thermomachines = Thermomachines
guide-entry-gascondensing = Gas Condensing
+guide-entry-gasrecycling = Gas Recycling
guide-entry-radiators = Radiators
guide-entry-atmosphericssystems = Atmospherics Systems
guide-entry-pipenetworks = Pipe Networks
components:
- type: Sprite
sprite: Structures/Machines/gasrecycler.rsi
+ snapCardinals: true
+ granularLayersRendering: true
layers:
- sprite: Structures/Piping/Atmospherics/pipe.rsi
state: pipeBinaryConnectors
map: [ "enum.PipeVisualLayers.Pipe" ]
+ renderingStrategy: Default
- state: running
- state: unlit
shader: unshaded
board: GasRecyclerMachineCircuitboard
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasValve
+ - type: Transform
+ noRot: false
+ - type: GuideHelp
+ guides:
+ - GasRecycling
+ - type: TegCirculator
- type: entity
parent: GasBinaryBase
- GasCanisters
- Thermomachines
- GasCondensing
+ - GasRecycling
- type: guideEntry
id: Pipes
name: guide-entry-gascondensing
text: "/ServerInfo/Guidebook/Engineering/GasCondensing.xml"
+- type: guideEntry
+ id: GasRecycling
+ name: guide-entry-gasrecycling
+ text: "/ServerInfo/Guidebook/Engineering/GasRecycling.xml"
+
- type: guideEntry
id: Radiators
name: guide-entry-radiators
--- /dev/null
+<Document>
+ # Gas Recycling
+ Gas recycler is a machine that converts waste gasses into breathable ones.
+
+ <Box>
+ <GuideEntityEmbed Entity="GasRecycler"/>
+ </Box>
+ Specificaly it can recycle Carbon Dioxide and Nitrous Oxide into Oxygen and Nitrogen.
+
+ The machine has a two [textlink="pipenet" link="PipeNetworks"] connections, for gas input and output.
+
+ For recycler to work, tha gas needs to be pressurized to [color=#a4885c]3000 kPa[/color] heated to [color=#a4885c]573,15K[/color], and the pressure at the inlet needs to be higher than outlet.
+ If these conditions are not met, the gases will just pass through without getting recycled (as will unrecyclable gases).
+
+ <Box>
+ <GuideEntityEmbed Entity="GasRecyclerMachineCircuitboard" Caption="Gas recycler circuit board"/>
+ </Box>
+
+ The machine can be constructed using a circuit board, which can be made at a circuit imprinter.
+ It first needs to be researched by [textlink="science" link="Science"] though.
+
+ Gas recycling can be used as an alternative to gas miners, or as a backup to build a redundancy in the atmospheric system.
+ [color=#a4885c]Just don't forget to cool the gas before releasing it into the station![/color]
+
+</Document>