Yogstation 13 - Modules - TypesVar Details

/datum/component/spawner

Vars

factionFaction to grant to mobs (only applies to mobs)
max_spawn_per_attemptHow many mobs can we spawn maximum each time we try to spawn? (1 - max)
max_spawnedMaximum number of atoms we can have active at one time
spawn_distanceDistance from the spawner to spawn mobs
spawn_distance_excludeDistance from the spawner to exclude mobs from spawning
spawn_textVisible message to show when something spawns
spawn_timeTime to wait between spawns
spawn_typesList of atom types to spawn, picked randomly
spawned_thingsList 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