summoning

Vars | |
| faction | Factions to assign to a summoned mob |
|---|---|
| max_mobs | Maximum mobs we can have active at once |
| mob_types | Types of mob we can create |
| spawn_chance | Percentage chance to spawn a mob |
| spawn_delay | Cooldown between spawning mobs |
| spawn_sound | Sound to play when spawning a mob |
| spawn_text | Text to display when spawning a mob |
| spawned_mobs | List containing all of our mobs |
| summon_cooldown | Cooldown tracker for when we can summon another mob |
Procs | |
| on_spawned_death | When a spawned thing dies, remove it from our list |
Var Details
faction

Factions to assign to a summoned mob
max_mobs

Maximum mobs we can have active at once
mob_types

Types of mob we can create
spawn_chance

Percentage chance to spawn a mob
spawn_delay

Cooldown between spawning mobs
spawn_sound

Sound to play when spawning a mob
spawn_text

Text to display when spawning a mob
spawned_mobs

List containing all of our mobs
summon_cooldown

Cooldown tracker for when we can summon another mob
Proc Details
on_spawned_death
When a spawned thing dies, remove it from our list