/tg/ Station 13 - Modules - TypesVar Details - Proc Details

chem_mass_spec

Vars

beaker1Input reagents container
beaker2Output reagents container
cms_coefficientmultiplies the final time needed to process the chems depending on the laser stock part
delay_timeTime we started processing + the delay
logThe log output to clarify how the thing works
lower_mass_rangeLower mass range - for mass selection of what will be processed
processing_reagentsIf we're processing reagents or not
progress_timeHow much time we've done so far
upper_mass_rangeUpper_mass_range - for mass selection of what will be processed

Procs

calculate_largest_massReturns the largest mass to the nearest 50 (rounded up)
calculate_smallest_massReturns the smallest mass to the nearest 50 (rounded down)
processIncrements time if it's progressing - if it's past time then it purifies and stops processing
replace_beakerGee how come you get two beakers?
ui_actWe 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