vent_pump

Vars | |
| assigned_area | area this vent is assigned to |
|---|---|
| chamber_id | id of air sensor its connected to |
| examine_condition | The cached string we show for examine that lets you know how fucked up the fan is. |
| external_pressure_bound | The external pressure threshold (default 101 kPa) |
| fan_damage_rate | Rate of damage per atmos process to the fan when overclocked. Set to 0 to disable damage. |
| fan_overclocked | Is this vent currently overclocked, removing pressure limits but damaging the fan? |
| internal_pressure_bound | The internal pressure threshold (default 0 kPa) |
| pressure_checks | Should we check internal pressure, external pressure, both or none? (ATMOS_EXTERNAL_BOUND, ATMOS_INTERNAL_BOUND, NO_BOUND) |
| pump_direction | Direction of pumping the gas (ATMOS_DIRECTION_RELEASING or ATMOS_DIRECTION_SIPHONING) |
| sound_loop | Datum for managing the overclock sound loop |
Var Details
assigned_area

area this vent is assigned to
chamber_id

id of air sensor its connected to
examine_condition

The cached string we show for examine that lets you know how fucked up the fan is.
external_pressure_bound

The external pressure threshold (default 101 kPa)
fan_damage_rate

Rate of damage per atmos process to the fan when overclocked. Set to 0 to disable damage.
fan_overclocked

Is this vent currently overclocked, removing pressure limits but damaging the fan?
internal_pressure_bound

The internal pressure threshold (default 0 kPa)
pressure_checks

Should we check internal pressure, external pressure, both or none? (ATMOS_EXTERNAL_BOUND, ATMOS_INTERNAL_BOUND, NO_BOUND)
pump_direction

Direction of pumping the gas (ATMOS_DIRECTION_RELEASING or ATMOS_DIRECTION_SIPHONING)
sound_loop

Datum for managing the overclock sound loop