Shiptest 13 - Modules - TypesVar Details - Proc Details

Overmap Events

These are events that have some sort of effect on overmap ships that are on the same tile.

Vars

chain_rateHow many additional tiles to spawn at once in the selected orbit. Used with OVERMAP_GENERATOR_SOLAR.
chance_to_affectIf prob(this), call affect_ship when processed
spread_chanceChance to spread to nearby tiles if spawned

Procs

affect_shipThe proc called on all ships that are currently being affected.
apply_effectThe 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.