plant_analyzer
Procs | |
get_analyzer_text_chem_contents | This proc is formats the chemical CONTENTS of a plant into a message. |
---|---|
get_analyzer_text_chem_genes | This proc is formats the chemical GENES of a seed into a message. |
get_analyzer_text_traits | This proc is formats the traits and stats of a seed into a message. |
get_graft_text | This proc is formats the scan of a graft of a seed into a message. |
pre_attack | When we attack something, first - try to scan something we hit with left click. Left-clicking uses scans for stats |
pre_attack_secondary | Same as above, but with right click. Right-clicking scans for chemicals. |
scan_plant_chems | This proc is called when a seed or any grown plant is scanned on right click (chemical mode). It formats the plant name as well as its chemical contents. |
scan_plant_stats | This proc is called when a seed or any grown plant is scanned on left click (stats mode). It formats the plant name as well as either its traits and stats. |
scan_tray_chems | This proc is called when we scan a hydroponics tray or soil on right click (chemicals mode) It formats the plant name and age, as well as the plant's chemical genes and the tray's contents. |
scan_tray_stats | This proc is called when we scan a hydroponics tray or soil on left click (stats mode) It formats the plant name, its age, the plant's stats, and the tray's stats. |
Proc Details
get_analyzer_text_chem_contents
This proc is formats the chemical CONTENTS of a plant into a message.
- scanned_plant - the source plant we are reading out its reagents contents.
Returns the formatted output as text.
get_analyzer_text_chem_genes
This proc is formats the chemical GENES of a seed into a message.
- scanned - the source seed for what we are scanning for chemical genes.
Returns the formatted output as text.
get_analyzer_text_traits
This proc is formats the traits and stats of a seed into a message.
- scanned - the source seed for what we are scanning for traits.
Returns the formatted output as text.
get_graft_text
This proc is formats the scan of a graft of a seed into a message.
- scanned_graft - the graft for what we are scanning.
Returns the formatted output as text.
pre_attack
When we attack something, first - try to scan something we hit with left click. Left-clicking uses scans for stats
pre_attack_secondary
Same as above, but with right click. Right-clicking scans for chemicals.
scan_plant_chems
This proc is called when a seed or any grown plant is scanned on right click (chemical mode). It formats the plant name as well as its chemical contents.
- scanned_object - the source objecte for what we are scanning. This can be a grown food, a grown inedible, or a seed.
Returns the formatted output as text.
scan_plant_stats
This proc is called when a seed or any grown plant is scanned on left click (stats mode). It formats the plant name as well as either its traits and stats.
- scanned_object - the source objecte for what we are scanning. This can be a grown food, a grown inedible, or a seed.
Returns the formatted output as text.
scan_tray_chems
This proc is called when we scan a hydroponics tray or soil on right click (chemicals mode) It formats the plant name and age, as well as the plant's chemical genes and the tray's contents.
- scanned_tray - the tray or soil we are scanning.
Returns the formatted message as text.
scan_tray_stats
This proc is called when we scan a hydroponics tray or soil on left click (stats mode) It formats the plant name, its age, the plant's stats, and the tray's stats.
- scanned_tray - the tray or soil we are scanning.
Returns the formatted message as text.