chem_mass_spec
Vars | |
beaker1 | Input reagents container |
---|---|
beaker2 | Output reagents container |
cms_coefficient | multiplies the final time needed to process the chems depending on the laser stock part |
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 | |
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 |
Var Details
beaker1
Input reagents container
beaker2
Output reagents container
cms_coefficient
multiplies the final time needed to process the chems depending on the laser stock part
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
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