GasCanisters.xml 1.5 KB

123456789101112131415161718192021222324252627282930
  1. <Document>
  2. # Gas Canisters
  3. <Box>
  4. <GuideEntityEmbed Entity="AirCanister"/>
  5. <GuideEntityEmbed Entity="OxygenCanister"/>
  6. <GuideEntityEmbed Entity="NitrogenCanister"/>
  7. </Box>
  8. <Box>
  9. <GuideEntityEmbed Entity="CarbonDioxideCanister"/>
  10. <GuideEntityEmbed Entity="StorageCanister"/>
  11. <GuideEntityEmbed Entity="GasPort"/>
  12. </Box>
  13. Gas canisters are a way to store gas in a portable container for easy transport.
  14. They can store [color=orange][protodata="StorageCanister" comp="GasCanister" member="Volume"/] liters[/color] of gas.
  15. You can connect handheld tanks to a gas canister to refill them using the release valve on the canister.
  16. The release valve also has a adjustable pressure regulator to control the pressure of the handheld tank connected.
  17. Opening the release valve on a canister with no handheld tank connected will release gas into the atmosphere, at the specified regulator pressure.
  18. [bold]Be sure to close the release valve before you eject your handheld tank![/bold]
  19. ## Connector Ports
  20. Gas canisters and [textlink="portable scrubbers" link="PortableScrubber"] can be connected to a [textlink="pipenet" link="PipeNetworks"] by anchoring (wrenching) the device on top of a connector.
  21. When connected, gas will be free to move in and out of the canister to balance pressure, temperature, and composition.
  22. A pump can be used to insert or extract gas from a canister, useful for filling or emptying a canister entirely.
  23. </Document>