/datum/component/spawner

Vars | |
faction | Faction to grant to mobs (only applies to mobs) |
---|---|
max_spawn_per_attempt | How many mobs can we spawn maximum each time we try to spawn? (1 - max) |
max_spawned | Maximum number of atoms we can have active at one time |
spawn_distance | Distance from the spawner to spawn mobs |
spawn_distance_exclude | Distance from the spawner to exclude mobs from spawning |
spawn_text | Visible message to show when something spawns |
spawn_time | Time to wait between spawns |
spawn_types | List of atom types to spawn, picked randomly |
spawned_things | List of weak references to things we have already created |
Var Details
faction

Faction to grant to mobs (only applies to mobs)
max_spawn_per_attempt

How many mobs can we spawn maximum each time we try to spawn? (1 - max)
max_spawned

Maximum number of atoms we can have active at one time
spawn_distance

Distance from the spawner to spawn mobs
spawn_distance_exclude

Distance from the spawner to exclude mobs from spawning
spawn_text

Visible message to show when something spawns
spawn_time

Time to wait between spawns
spawn_types

List of atom types to spawn, picked randomly
spawned_things

List of weak references to things we have already created