ice_cream_flavour 
Vars | |
color | The colour of the ice cream for non-custom flavours. |
---|---|
hidden | Is this flavour shown in the ice cream vat menu or not? |
ingredients | The ingredients required to produce a unit with the ice cream vat, these are multiplied by 3. |
ingredients_text | The same as above, but in a readable text generated on New() that can also contain fluff ingredients such as "lot of love" or "optional flavorings". |
name | Make sure the same name is not found on other types; These are singletons keyed by their name after all. |
reagent_amount | the amount of reagent added in 'add_flavour()' |
reagent_type | the reagent added in 'add_flavour()' |
takes_custom_ingredients | Whether this type of ice cream will take custom ingredients from a beaker in the ice cream vat. |
Procs | |
add_flavour | Adds a new flavour to the ice cream cone. |
Var Details
color 
The colour of the ice cream for non-custom flavours.
hidden 
Is this flavour shown in the ice cream vat menu or not?
ingredients 
The ingredients required to produce a unit with the ice cream vat, these are multiplied by 3.
ingredients_text 
The same as above, but in a readable text generated on New() that can also contain fluff ingredients such as "lot of love" or "optional flavorings".
name 
Make sure the same name is not found on other types; These are singletons keyed by their name after all.
reagent_amount 
the amount of reagent added in 'add_flavour()'
reagent_type 
the reagent added in 'add_flavour()'
takes_custom_ingredients 
Whether this type of ice cream will take custom ingredients from a beaker in the ice cream vat.
Proc Details
add_flavour
Adds a new flavour to the ice cream cone.