Shiptest 13 - Modules - TypesVar Details

pill_press

We take a constant input of reagents, and produce a pill once a set volume is reached

Vars

current_volumeselected size of the product
max_bottle_volumemaximum size of a bottle
max_floor_productsmax amount of pills allowed on our tile before we start storing them instead
max_patch_volumemaximum size of a patch
max_pill_volumemaximum size of a pill
max_volumethe maximum size a pill or patch can be
min_volumethe minimum size a pill or patch can be
pill_numberthe icon_state number for the pill.
pill_styleslist of id's and icons for the pill selection of the ui
productcurrent operating product (pills or patches)
product_nameprefix for the product name
stored_productslist of products stored in the machine, so we dont have 610 pills on one tile

Var Details

current_volume

selected size of the product

max_bottle_volume

maximum size of a bottle

max_floor_products

max amount of pills allowed on our tile before we start storing them instead

max_patch_volume

maximum size of a patch

max_pill_volume

maximum size of a pill

max_volume

the maximum size a pill or patch can be

min_volume

the minimum size a pill or patch can be

pill_number

the icon_state number for the pill.

pill_styles

list of id's and icons for the pill selection of the ui

product

current operating product (pills or patches)

product_name

prefix for the product name

stored_products

list of products stored in the machine, so we dont have 610 pills on one tile