hydroponics
Vars | |
self_sustaining_overlay_icon_state | The icon state for the overlay used to represent that this tray is self-sustaining. |
---|---|
Procs | |
adjustWater | Tray Setters - The following procs adjust the tray or plants variables, and make sure that the stat doesn't go out of bounds. |
apply_chemicals | This is NOW the gradual affects that each chemical applies on every process() proc. Nutrients now use a more robust reagent holder in order to apply less insane stat changes as opposed to 271 lines of individual statline effects. Shoutout to the original comments on chems, I just cleaned a few up. |
mutation_roll | Contains the reagents within the tray. |
plantdies | Plant Death Proc. Cleans up various stats for the plant upon death, including pests, harvestability, and plant health. |
Var Details
self_sustaining_overlay_icon_state
The icon state for the overlay used to represent that this tray is self-sustaining.
Proc Details
adjustWater
Tray Setters - The following procs adjust the tray or plants variables, and make sure that the stat doesn't go out of bounds.
apply_chemicals
This is NOW the gradual affects that each chemical applies on every process() proc. Nutrients now use a more robust reagent holder in order to apply less insane stat changes as opposed to 271 lines of individual statline effects. Shoutout to the original comments on chems, I just cleaned a few up.
mutation_roll
Contains the reagents within the tray.
plantdies
Plant Death Proc. Cleans up various stats for the plant upon death, including pests, harvestability, and plant health.