pill_press

We take a constant input of reagents, and produce a pill once a set volume is reached
Vars | |
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 |
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