Daedalus Dock - Modules - TypesVar Details - Proc Details

seeds

Vars

plant_datumThe plant within.
plant_typeTypepath of plant_datum to spawn on init.
seed_damageHow much damage the seed has sustained. Destroyed at 100%.

Procs

damage_seedDamages the seed, deleting it at 100 damage.
get_unique_analyzer_textOverride for seeds with unique text for their analyzer. (No newlines at the start or end of unique text!) Returns null if no unique text, or a string of text if there is.

Var Details

plant_datum

The plant within.

plant_type

Typepath of plant_datum to spawn on init.

seed_damage

How much damage the seed has sustained. Destroyed at 100%.

Proc Details

damage_seed

Damages the seed, deleting it at 100 damage.

get_unique_analyzer_text

Override for seeds with unique text for their analyzer. (No newlines at the start or end of unique text!) Returns null if no unique text, or a string of text if there is.