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

exploration_event

Exploration event

Vars

band_valuesModifies site scan results by these
blacklisted_site_traitsIf these site traits are present the event won't show up
deep_scan_descriptionOptional description that will be added to site description when point scan is completed.
discovery_logmessage logged when first encountering the event.
nameThis name will show up in exploration list if it's repeatable
point_scan_descriptionOptional description that will be added to site description when point scan is completed.
required_site_traitsExploration site required_traits for this event to show up
root_abstract_typeThese types will be ignored in event creation
site_description_modThis will be added to site description, mind this will most likely reveal presence of this event early if set.
visitedencountered at least once

Procs

encounterMain event functionality, called when exploring randomly/revisiting.
get_discovery_messageOverride this if you need to modify discovery message
is_targetableShould this event show up on site exploration list.

Var Details

band_values

Modifies site scan results by these

blacklisted_site_traits

If these site traits are present the event won't show up

deep_scan_description

Optional description that will be added to site description when point scan is completed.

discovery_log

message logged when first encountering the event.

name

This name will show up in exploration list if it's repeatable

point_scan_description

Optional description that will be added to site description when point scan is completed.

required_site_traits

Exploration site required_traits for this event to show up

root_abstract_type

These types will be ignored in event creation

site_description_mod

This will be added to site description, mind this will most likely reveal presence of this event early if set.

visited

encountered at least once

Proc Details

encounter

Main event functionality, called when exploring randomly/revisiting.

get_discovery_message

Override this if you need to modify discovery message

is_targetable

Should this event show up on site exploration list.