exploration_site ![code/modules/explorer_drone/exploration_site.dm 16](git.png)
Exploration site, drone travel destination representing interesting zone for exploration.
Vars | |
band_info | Contains baseline site bands at define time. Events bands will be added to this list as part of event generation. |
---|---|
coordinates | Coordinates in Station coordinate system - don't ask if station rotates |
deep_scan_complete | Was deep scan of this site completed. |
description | Description shown after scanning/exploring |
distance | How far is it, affects travel time/cost. |
events | List of event instances represting thing to be found around this exploration site. |
fluff_type | Key for strings file fluff events |
name | Name displayed after scanning/exploring |
point_scan_complete | Was point scan of this site completed. |
revealed | Was the point scan done or a drone arrived on the site. Affects displayed name/description |
scan_conditions | List of scan conditions for this site - scan conditions are singletons |
site_traits | These are used to determine events/adventures possible for this site |
Procs | |
site_data | Data for ui_data, exploration |
Var Details
band_info ![code/modules/explorer_drone/exploration_site.dm 32](git.png)
Contains baseline site bands at define time. Events bands will be added to this list as part of event generation.
coordinates ![code/modules/explorer_drone/exploration_site.dm 24](git.png)
Coordinates in Station coordinate system - don't ask if station rotates
deep_scan_complete ![code/modules/explorer_drone/exploration_site.dm 30](git.png)
Was deep scan of this site completed.
description ![code/modules/explorer_drone/exploration_site.dm 20](git.png)
Description shown after scanning/exploring
distance ![code/modules/explorer_drone/exploration_site.dm 22](git.png)
How far is it, affects travel time/cost.
events ![code/modules/explorer_drone/exploration_site.dm 34](git.png)
List of event instances represting thing to be found around this exploration site.
fluff_type ![code/modules/explorer_drone/exploration_site.dm 38](git.png)
Key for strings file fluff events
name ![code/modules/explorer_drone/exploration_site.dm 18](git.png)
Name displayed after scanning/exploring
point_scan_complete ![code/modules/explorer_drone/exploration_site.dm 28](git.png)
Was point scan of this site completed.
revealed ![code/modules/explorer_drone/exploration_site.dm 26](git.png)
Was the point scan done or a drone arrived on the site. Affects displayed name/description
scan_conditions ![code/modules/explorer_drone/exploration_site.dm 42](git.png)
List of scan conditions for this site - scan conditions are singletons
site_traits ![code/modules/explorer_drone/exploration_site.dm 36](git.png)
These are used to determine events/adventures possible for this site
Proc Details
site_data
Data for ui_data, exploration