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

biological_sample

This datum is a simple holder for the micro_organisms in a sample.

Vars

micro_organismsList of all micro_organisms in the sample. These are instantiated
sample_colorPicked from a specific group of colors, limited to a specific group.
sample_layersPrevents someone from stacking too many layers onto a swabber

Procs

GenerateSampleGenerate a sample from a specific weighted list, and a specific amount of cell line with a chance for a virus
MergeTakes another sample and merges it into use. This can cause one very big sample but we limit it to 3 layers.
handle_growthCall handle_growth on all our microorganisms.
reset_sampleresets the progress of all cell ines

Var Details

micro_organisms

List of all micro_organisms in the sample. These are instantiated

sample_color

Picked from a specific group of colors, limited to a specific group.

sample_layers

Prevents someone from stacking too many layers onto a swabber

Proc Details

GenerateSample

Generate a sample from a specific weighted list, and a specific amount of cell line with a chance for a virus

Merge

Takes another sample and merges it into use. This can cause one very big sample but we limit it to 3 layers.

handle_growth

Call handle_growth on all our microorganisms.

reset_sample

resets the progress of all cell ines