Overmap Events
These are events that have some sort of effect on overmap ships that are on the same tile.
Vars | |
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 |
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. |
Var Details
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
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.