Daedalus Dock - Modules - TypesVar Details - Proc Details

lungs

Vars

healium_para_minMinimum amount of healium to make you unconscious for 4 seconds
healium_sleep_minMinimum amount of healium to knock you down for good
safe_plasma_maxHow much breath partial pressure is a safe amount of plasma. 0 means that we are immune to plasma.
suffers_miasmaWhether these lungs react negatively to miasma

Procs

handle_gas_overrideoverride this for breath handling unique to lung subtypes, breath_gas is the list of gas in the breath while gas breathed is just what is being added or removed from that list, just as they are when this is called in check_breath()

Var Details

healium_para_min

Minimum amount of healium to make you unconscious for 4 seconds

healium_sleep_min

Minimum amount of healium to knock you down for good

safe_plasma_max

How much breath partial pressure is a safe amount of plasma. 0 means that we are immune to plasma.

suffers_miasma

Whether these lungs react negatively to miasma

Proc Details

handle_gas_override

override this for breath handling unique to lung subtypes, breath_gas is the list of gas in the breath while gas breathed is just what is being added or removed from that list, just as they are when this is called in check_breath()