/tg/ Station 13 - Modules - TypesVar Details - Proc Details

summoning

Vars

factionFactions to assign to a summoned mob
max_mobsMaximum mobs we can have active at once
mob_typesTypes of mob we can create
spawn_chancePercentage chance to spawn a mob
spawn_delayCooldown between spawning mobs
spawn_soundSound to play when spawning a mob
spawn_textText to display when spawning a mob
spawned_mobsList containing all of our mobs
summon_cooldownCooldown tracker for when we can summon another mob

Procs

on_spawned_deathWhen 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