Space Station 13 - Modules - TypesVar Details

exo_awakening

Vars

chosen_mob_listthe chosen list of mobs we will pick from when spawning, also based on severity
delay_timeAmount of time between the event starting and mobs beginning spawns
event_severitySeverity of the event. Used to calculate spawn rates and event length.
exoplanet_areasall possible exoplanet areas the event can take place on
failedSet to TRUE when the event fails one or more of the start conditions
required_players_counthow many players we need present on the planet for the event to start
spawned_mobstotal count of all spawned mobs by the event
spawningSet to TRUE once the initial delay passes
stop_spawningset to true once we hit the target mob count of spawned mobs so we stop spawning
target_mob_countoverall target mob count, set to nonzero during setup

Var Details

chosen_mob_list

the chosen list of mobs we will pick from when spawning, also based on severity

delay_time

Amount of time between the event starting and mobs beginning spawns

event_severity

Severity of the event. Used to calculate spawn rates and event length.

exoplanet_areas

all possible exoplanet areas the event can take place on

failed

Set to TRUE when the event fails one or more of the start conditions

required_players_count

how many players we need present on the planet for the event to start

spawned_mobs

total count of all spawned mobs by the event

spawning

Set to TRUE once the initial delay passes

stop_spawning

set to true once we hit the target mob count of spawned mobs so we stop spawning

target_mob_count

overall target mob count, set to nonzero during setup