scrubber
Vars | |
heat_limit | Max amount of heat allowed inside of the canister before it starts to melt (different tiers have different limits) |
---|---|
on | Is the machine on? |
overpressure_m | Multiplier with ONE_ATMOSPHERE, if the enviroment pressure is higher than that, the scrubber won't work |
pressure_limit | Max amount of pressure allowed inside of the canister before it starts to break (different tiers have different limits) |
scrubbing | List of gases that are being scrubbed. |
use_overlays | Should the machine use overlay in update_overlays() when open/close? |
volume_rate | the rate the machine will scrub air |
Procs | |
scrub | function used to check the limit of the scrubbers and also set the amount of damage that the scrubber can receive, if the heat and pressure are way higher than the limit the more damage will be done Called in process_atmos(), handles the scrubbing of the given gas_mixture Arguments: |
Var Details
heat_limit
Max amount of heat allowed inside of the canister before it starts to melt (different tiers have different limits)
on
Is the machine on?
overpressure_m
Multiplier with ONE_ATMOSPHERE, if the enviroment pressure is higher than that, the scrubber won't work
pressure_limit
Max amount of pressure allowed inside of the canister before it starts to break (different tiers have different limits)
scrubbing
List of gases that are being scrubbed.
use_overlays
Should the machine use overlay in update_overlays() when open/close?
volume_rate
the rate the machine will scrub air
Proc Details
scrub
function used to check the limit of the scrubbers and also set the amount of damage that the scrubber can receive, if the heat and pressure are way higher than the limit the more damage will be done Called in process_atmos(), handles the scrubbing of the given gas_mixture Arguments:
- mixture: the gas mixture to be scrubbed