AirScrubber.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <Document>
  2. # Air Scrubber
  3. The air scrubber is essential in maintaining an atmosphere free of waste gasses emitted by breathing creatures and atmospheric upsets.
  4. Its primary job is to scrub unwanted gasses from the atmosphere it's exposed to.
  5. <Box>
  6. <GuideEntityEmbed Entity="GasVentScrubber"/>
  7. </Box>
  8. The air scrubber requires [textlink="power" link="Power"] through a nearby [textlink="LV cable" link="VoltageNetworks"] to function.
  9. The default behavior of an air scrubber is to scrub all gasses except Nitrogen and Oxygen from the atmosphere it's exposed to. It will continue this behavior unless directed by a [textlink="linked" link="Networking"] [textlink="air alarm" link="AirAlarms"].
  10. The scrubber can be welded with any welding tool to stop it from functioning.
  11. ## Configuration Options
  12. When [textlink="linked" link="Networking"] to an [textlink="air alarm" link="AirAlarms"], air scrubbers gain more functionality.
  13. The target gasses for scrubbing can be defined in the "Gas filters" dropdown. Keep in mind this resets if you change [textlink="air alarm" link="AirAlarms"] modes.
  14. Air scrubbers have two "direction" options: Scrubbing and Siphoning.
  15. - Scrubbing scrubs gasses as defined in the gas filters.
  16. - Siphoning ignores all gas filters, and sucks all gasses out of the atmosphere.
  17. Both of these modes are limited by the Rate setting, which defines the rate (in litres) at which the scrubber sucks gasses from its exposed atmosphere.
  18. Air scrubbers also have a "WideNet" setting, which expands the radius of the scrubber's operating range. Normally, the scrubber scrubs the atmosphere on the single tile it's exposed to.
  19. In WideNet mode, the scrubber scrubs gas from the 4 tiles surrounding the scrubber, as shown:
  20. <Box>
  21. <GuideEntityEmbed Entity="FloorTileItemSteel" Caption=""/>
  22. </Box>
  23. <Box>
  24. <GuideEntityEmbed Entity="FloorTileItemSteel" Caption=""/>
  25. <GuideEntityEmbed Entity="GasVentScrubber" Caption=""/>
  26. <GuideEntityEmbed Entity="FloorTileItemSteel" Caption=""/>
  27. </Box>
  28. <Box>
  29. <GuideEntityEmbed Entity="FloorTileItemSteel" Caption=""/>
  30. </Box>
  31. This effectively multiplies its total speed, as air scrubbers will now preform their scrubbing work on 5 tiles at once.
  32. Scrubbers [textlink="linked" link="Networking"] to an [textlink="air alarm" link="AirAlarms"] in auto mode will automatically enable WideNet mode under the [textlink="air alarm's" link="AirAlarms"] "Filtering (Wide)" mode when a high concentration of unwanted gasses is detected in the atmosphere.
  33. WideNet is extremely useful in quickly scrubbing large amounts of tritium from plasma burn chambers.
  34. </Document>