BandaStation - Modules - TypesVar Details - Proc Details

randomized

Vars

createdcreation timestamp
max_catalystsMaximum number of random catalyst reagents to select from GetPossibleReagents(RNGCHEM_CATALYST)
max_input_reagent_amountMaximum random volume of input reagent
max_input_reagentsMaximum number of random reagents to select from GetPossibleReagents(RNGCHEM_INPUT)
max_tempMaximum required temperature for random range
min_catalystsMinimum number of random catalyst reagents to select from GetPossibleReagents(RNGCHEM_CATALYST)
min_input_reagent_amountMinimum random volume of input reagent
min_input_reagentsMinimum number of random required reagents to select from GetPossibleReagents(RNGCHEM_INPUT)
min_tempMinimum required temperature for random range
possible_containersRandom list of posible containers to select
suboptimal_range_phHow much the range can deviate, and also affects impure range

Procs

GetPossibleReagentsReturns the reagents to select for randomizing Arguments
unwrap_reagent_listConverts a list of text reagent paths into actual reagents Arguments

Var Details

created

creation timestamp

max_catalysts

Maximum number of random catalyst reagents to select from GetPossibleReagents(RNGCHEM_CATALYST)

max_input_reagent_amount

Maximum random volume of input reagent

max_input_reagents

Maximum number of random reagents to select from GetPossibleReagents(RNGCHEM_INPUT)

max_temp

Maximum required temperature for random range

min_catalysts

Minimum number of random catalyst reagents to select from GetPossibleReagents(RNGCHEM_CATALYST)

min_input_reagent_amount

Minimum random volume of input reagent

min_input_reagents

Minimum number of random required reagents to select from GetPossibleReagents(RNGCHEM_INPUT)

min_temp

Minimum required temperature for random range

possible_containers

Random list of posible containers to select

suboptimal_range_ph

How much the range can deviate, and also affects impure range

Proc Details

GetPossibleReagents

Returns the reagents to select for randomizing Arguments

unwrap_reagent_list

Converts a list of text reagent paths into actual reagents Arguments