grown ![code/modules/hydroponics/grown.dm 13](git.png)
Vars | |
alt_icon | If the grown food has an alternative icon state to use in places. |
---|---|
bite_consumption_mod | The modifier applied to the plant's bite size. If a plant has a large amount of reagents naturally, this should be increased to match. |
can_distill | If FALSE, this object cannot be distilled into an alcohol. |
distill_reagent | The reagent this plant distill to. If NULL, it uses a generic fruit_wine reagent and adjusts its variables. |
dry_grind | If TRUE, this object needs to be dry to be ground up |
filling_color | Color of the grown object, for use in coloring greyscale splats. |
offset_at_init | Should we pixel offset ourselves at init? for mapping |
plantname | Name of the plant |
seed | type path, gets converted to item on New(). It's safe to assume it's always a seed item. |
splat_type | The typepath made when the plant is splatted with liquid contents. |
wine_flavor | Flavor of the plant's wine if NULL distll_reagent. If NULL, this is automatically set to the fruit's flavor. |
wine_power | Boozepwr of the wine if NULL distill_reagent |
Procs | |
ferment | Turns the nutriments and vitamins into the distill reagent or fruit wine |
generate_trash | Generates a piece of trash based on our plant item. Used by /datum/element/food_trash. location - Optional. If passed, generates the item at the passed location instead of at src's drop location. |
Var Details
alt_icon ![code/modules/hydroponics/grown.dm 42](git.png)
If the grown food has an alternative icon state to use in places.
bite_consumption_mod ![code/modules/hydroponics/grown.dm 26](git.png)
The modifier applied to the plant's bite size. If a plant has a large amount of reagents naturally, this should be increased to match.
can_distill ![code/modules/hydroponics/grown.dm 32](git.png)
If FALSE, this object cannot be distilled into an alcohol.
distill_reagent ![code/modules/hydroponics/grown.dm 34](git.png)
The reagent this plant distill to. If NULL, it uses a generic fruit_wine reagent and adjusts its variables.
dry_grind ![code/modules/hydroponics/grown.dm 30](git.png)
If TRUE, this object needs to be dry to be ground up
filling_color ![code/modules/hydroponics/grown.dm 40](git.png)
Color of the grown object, for use in coloring greyscale splats.
offset_at_init ![code/modules/hydroponics/grown.dm 44](git.png)
Should we pixel offset ourselves at init? for mapping
plantname ![code/modules/hydroponics/grown.dm 24](git.png)
Name of the plant
seed ![code/modules/hydroponics/grown.dm 22](git.png)
type path, gets converted to item on New(). It's safe to assume it's always a seed item.
splat_type ![code/modules/hydroponics/grown.dm 28](git.png)
The typepath made when the plant is splatted with liquid contents.
wine_flavor ![code/modules/hydroponics/grown.dm 36](git.png)
Flavor of the plant's wine if NULL distll_reagent. If NULL, this is automatically set to the fruit's flavor.
wine_power ![code/modules/hydroponics/grown.dm 38](git.png)
Boozepwr of the wine if NULL distill_reagent
Proc Details
ferment
Turns the nutriments and vitamins into the distill reagent or fruit wine
generate_trash
Generates a piece of trash based on our plant item. Used by /datum/element/food_trash. location - Optional. If passed, generates the item at the passed location instead of at src's drop location.