ice_cream_flavour
Vars | |
hidden | Is this flavour shown in the ice cream vat menu or not? |
---|---|
icon_state | The icon state of the flavour, overlay 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()' |
Procs | |
add_flavour | Adds a new flavour to the ice cream cone. |
Var Details
hidden
Is this flavour shown in the ice cream vat menu or not?
icon_state
The icon state of the flavour, overlay 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()'
Proc Details
add_flavour
Adds a new flavour to the ice cream cone.