trait 
Traits that affect the grown product.
Vars | |
rate | The rate at which this trait affects something. This can be anything really - why? I dunno. |
---|---|
seed_blacklist | A blacklist of seeds that a trait cannot be attached to. |
trait_flags | Flag - Modifications made to the final product. |
trait_ids | Flag - Traits that share an ID cannot be placed on the same plant. |
Procs | |
examine | Add on any unique examine text to the plant's examine text. |
on_plant_in_tray | on_plant_in_tray is called when a seed with this trait is placed in a hydroponics tray |
on_unplanted_from_tray | on_unplanted_from_tray is called when a seed with this trait is removed from a hydroponics tray (this can be done from being harvested, being uprooted, etc.) |
Var Details
rate 
The rate at which this trait affects something. This can be anything really - why? I dunno.
seed_blacklist 
A blacklist of seeds that a trait cannot be attached to.
trait_flags 
Flag - Modifications made to the final product.
trait_ids 
Flag - Traits that share an ID cannot be placed on the same plant.
Proc Details
examine
Add on any unique examine text to the plant's examine text.
on_plant_in_tray
on_plant_in_tray is called when a seed with this trait is placed in a hydroponics tray
- tray - the hydroponics tray the seed is placed in
- seed - the seed being placed in the tray
on_unplanted_from_tray
on_unplanted_from_tray is called when a seed with this trait is removed from a hydroponics tray (this can be done from being harvested, being uprooted, etc.)
- tray - the hydroponics tray the seed is removed from
- seed - the seed being removed from the tray