modular_mob_segment ![code/modules/bitrunning/virtual_domain/modular_mob_segment.dm 28](git.png)
A list for mob spawning landmarks to use.
Vars | |
exact | Set this to false if you want explicitly what's in the list to spawn |
---|---|
max | Spawn no more than this amount |
mobs | The list of mobs to spawn |
probability | Chance this will spawn (1 - 100) |
Procs | |
spawn_mobs | Spawns mobs in a circle around the location |
Var Details
exact ![code/modules/bitrunning/virtual_domain/modular_mob_segment.dm 30](git.png)
Set this to false if you want explicitly what's in the list to spawn
max ![code/modules/bitrunning/virtual_domain/modular_mob_segment.dm 34](git.png)
Spawn no more than this amount
mobs ![code/modules/bitrunning/virtual_domain/modular_mob_segment.dm 32](git.png)
The list of mobs to spawn
probability ![code/modules/bitrunning/virtual_domain/modular_mob_segment.dm 36](git.png)
Chance this will spawn (1 - 100)
Proc Details
spawn_mobs
Spawns mobs in a circle around the location