scrubber_overflow

Vars | |
| danger_chance | The probability that the ejected reagents will be dangerous |
|---|---|
| forced_reagent_type | Specific reagent to force all scrubbers to use, null for random reagent choice |
| overflow_probability | Probability of an individual scrubber overflowing |
| reagents_amount | Amount of reagents ejected from each scrubber |
| safer_chems | The list of chems that scrubbers can produce |
| scrubbers | A list of scrubbers that will have reagents ejected from them |
Procs | |
| get_overflowing_reagent | proc that will run the prob check of the event and return a safe or dangerous reagent based off of that. |
Var Details
danger_chance

The probability that the ejected reagents will be dangerous
forced_reagent_type

Specific reagent to force all scrubbers to use, null for random reagent choice
overflow_probability

Probability of an individual scrubber overflowing
reagents_amount

Amount of reagents ejected from each scrubber
safer_chems

The list of chems that scrubbers can produce
scrubbers

A list of scrubbers that will have reagents ejected from them
Proc Details
get_overflowing_reagent
proc that will run the prob check of the event and return a safe or dangerous reagent based off of that.