exploration_event 
Exploration event
Vars | |
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 |
Procs | |
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. |
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.