Daedalus Dock - Modules - TypesVar Details - Proc Details

vent_scrubber

Vars

can_hibernateWhether or not this machine can fall asleep. Use a multitool to change.
filter_typesThe list of gases we are filtering
frequencyFrequency id for connecting to the NTNet
quicksuccA fast-siphon toggle, siphons at 3x speed for 3x the power cost.
radio_connectionReference to the radio datum
radio_filter_inRadio connection from the air alarm
radio_filter_outRadio connection to the air alarm
scrubbingThe mode of the scrubber (SCRUBBING or SIPHONING)
volume_rateRate of the scrubber to remove gases from the air

Procs

add_filtersadds a gas or list of gases to our filter_types. used so that the scrubber can check if its supposed to be processing after each change
remove_filtersremove a gas or list of gases from our filter_types.used so that the scrubber can check if its supposed to be processing after each change

Var Details

can_hibernate

Whether or not this machine can fall asleep. Use a multitool to change.

filter_types

The list of gases we are filtering

frequency

Frequency id for connecting to the NTNet

quicksucc

A fast-siphon toggle, siphons at 3x speed for 3x the power cost.

radio_connection

Reference to the radio datum

radio_filter_in

Radio connection from the air alarm

radio_filter_out

Radio connection to the air alarm

scrubbing

The mode of the scrubber (SCRUBBING or SIPHONING)

volume_rate

Rate of the scrubber to remove gases from the air

Proc Details

add_filters

adds a gas or list of gases to our filter_types. used so that the scrubber can check if its supposed to be processing after each change

remove_filters

remove a gas or list of gases from our filter_types.used so that the scrubber can check if its supposed to be processing after each change