generic overmap event
Vars | |
affect_multiple_times | Should the affect_ship() proc be called more than once? |
---|---|
chain_rate | How many additional tiles to spawn at once in the selected orbit. Used with OVERMAP_GENERATOR_SOLAR. |
chance_to_affect | If prob(this), call affect_ship when processed |
spread_chance | Chance to spread to nearby tiles if spawned |
station_event | The event to run when the station gets hit by an event |
Procs | |
affect_ship | The proc called on all ships that are currently being affected. |
apply_effect | The main proc for calling other procs. Called by SSovermap. |
ship_act | The action performed by a ship on this when the helm button is pressed. |
Var Details
affect_multiple_times
Should the affect_ship() proc be called more than once?
chain_rate
How many additional tiles to spawn at once in the selected orbit. Used with OVERMAP_GENERATOR_SOLAR.
chance_to_affect
If prob(this), call affect_ship when processed
spread_chance
Chance to spread to nearby tiles if spawned
station_event
The event to run when the station gets hit by an event
Proc Details
affect_ship
The proc called on all ships that are currently being affected.
apply_effect
The main proc for calling other procs. Called by SSovermap.
ship_act
The action performed by a ship on this when the helm button is pressed.
- acting - The ship acting on the event