mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 16:48:10 +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)
16 lines
829 B
XML
16 lines
829 B
XML
<Document>
|
|
#Air Injector
|
|
The air injector is a special vent that forces gasses into the atmosphere it's exposed to.
|
|
<Box>
|
|
<GuideEntityEmbed Entity="GasOutletInjector"/>
|
|
</Box>
|
|
It is primarily used to force gasses into high-pressure rooms like the station's [textlink="gas storage rooms" link="GasMiningAndStorage"], or a burn chamber.
|
|
|
|
The air injector does not require [textlink="power" link="Power"] to function.
|
|
|
|
The air injector will inject gasses into the atmosphere it's exposed to until the atmosphere reaches [color=orange][protodata="GasOutletInjector" comp="GasOutletInjector" member="MaxPressure"/] kPa[/color].
|
|
|
|
The air injector's speed is proportional to the amount of gas in the injector.
|
|
The more gas in the injector, the faster it will inject gas into the exposed atmosphere.
|
|
</Document>
|