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 |
---|---|
packaging_category | Category of packaging |
packaging_type | The type of packaging to use |
packaging_types | All packaging types wrapped up in 1 big list |
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 |
Procs | |
decode_category | decode product category from its type path and returns the decoded typepath |
Var Details
current_volume 
selected size of the product
packaging_category 
Category of packaging
packaging_type 
The type of packaging to use
packaging_types 
All packaging types wrapped up in 1 big list
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
Proc Details
decode_category
decode product category from its type path and returns the decoded typepath