/tg/ Station 13 - Modules - TypesVar Details - Proc Details

trait

Traits that affect the grown product.

Vars

rateThe rate at which this trait affects something. This can be anything really - why? I dunno.
seed_blacklistA blacklist of seeds that a trait cannot be attached to.
trait_flagsFlag - Modifications made to the final product.
trait_idsFlag - Traits that share an ID cannot be placed on the same plant.

Procs

examineAdd on any unique examine text to the plant's examine text.
on_plant_in_trayon_plant_in_tray is called when a seed with this trait is placed in a hydroponics tray
on_unplanted_from_trayon_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

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.)