exo_awakening
Vars | |
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 |
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