mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
Significantly updates the Engineering guidebook (more explicitly the Atmos section) to have a lot more relevant and useful information. Right now engineering has been getting update after update with no real change to the relevant guidebook entry. This has lead to a lot of out of date information and bad practices being prevalent in the guidebook, something that pains me to read. (cherry picked from commit 98c606d76007865e93ebd438d0cf9219d14a4631)
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<Document>
|
|
#Atmosphere Input and Output
|
|
Inserting and extracting gasses from a present (or non-present) atmosphere is an essential part of Atmos' job.
|
|
<Box>
|
|
<GuideEntityEmbed Entity="GasVentPump"/>
|
|
<GuideEntityEmbed Entity="GasPassiveVent"/>
|
|
<GuideEntityEmbed Entity="GasOutletInjector"/>
|
|
<GuideEntityEmbed Entity="GasVentScrubber"/>
|
|
<GuideEntityEmbed Entity="PortableScrubber"/>
|
|
</Box>
|
|
|
|
With these devices, Atmos can insert, extract, or scrub unwanted gasses from any atmosphere they would like.
|
|
This allows the maintaining of a safe, breathable atmosphere.
|
|
|
|
Some of these devices require [textlink="power" link="Power"] to function, and can be linked to an [textlink="air alarm." link="AirAlarms"]
|
|
|
|
[textlink="Linking" link="Networking"] compatible devices to an air alarm unlocks more configuration options and functionality. Otherwise, these devices follow their default behavior as defined in the subguides.
|
|
|
|
<Box>
|
|
<GuideEntityEmbed Entity="AirAlarm"/>
|
|
<GuideEntityEmbed Entity="Multitool"/>
|
|
<GuideEntityEmbed Entity="NetworkConfigurator"/>
|
|
</Box>
|
|
|
|
</Document>
|