chem_mass_spec

Vars | |
beaker1 | Input reagents container |
---|---|
beaker2 | Output reagents container |
delay_time | Time we started processing + the delay |
log | The log output to clarify how the thing works |
lower_mass_range | Lower mass range - for mass selection of what will be processed |
processing_reagents | If we're processing reagents or not |
progress_time | How much time we've done so far |
upper_mass_range | Upper_mass_range - for mass selection of what will be processed |
Procs | |
attackby | Adds beaker 1 |
attackby_secondary | Adds beaker 2 |
calculate_largest_mass | Returns the largest mass to the nearest 50 (rounded up) |
calculate_smallest_mass | Returns the smallest mass to the nearest 50 (rounded down) |
process | Increments time if it's progressing - if it's past time then it purifies and stops processing |
replace_beaker | Gee how come you get two beakers? |
ui_act | We want to be sure that the impure chem appears after the parent chem in the list so that it always overshadows pure reagents Normal stuff Impure stuff |
Var Details
beaker1

Input reagents container
beaker2

Output reagents container
delay_time

Time we started processing + the delay
log

The log output to clarify how the thing works
lower_mass_range

Lower mass range - for mass selection of what will be processed
processing_reagents

If we're processing reagents or not
progress_time

How much time we've done so far
upper_mass_range

Upper_mass_range - for mass selection of what will be processed
Proc Details
attackby
Adds beaker 1
attackby_secondary
Adds beaker 2
calculate_largest_mass
Returns the largest mass to the nearest 50 (rounded up)
calculate_smallest_mass
Returns the smallest mass to the nearest 50 (rounded down)
process
Increments time if it's progressing - if it's past time then it purifies and stops processing
replace_beaker
Gee how come you get two beakers?
ui_act
We want to be sure that the impure chem appears after the parent chem in the list so that it always overshadows pure reagents Normal stuff Impure stuff