mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-05-24 07:36:47 +01:00
21 lines
653 B
Plaintext
21 lines
653 B
Plaintext
/obj/structure/mob_spawner/scanner/mining_animals
|
|
name = "Mining Lazy Spawner"
|
|
spawn_delay = 10 MINUTES
|
|
range = 10
|
|
simultaneous_spawns = 1
|
|
mob_faction = "wild animal"
|
|
total_spawns = 2
|
|
destructible = 0
|
|
anchored = 1
|
|
invisibility = 101
|
|
spawn_types = list(
|
|
/mob/living/silicon/robot/lost = 2,
|
|
/mob/living/simple_animal/hostile/hivebot/swarm = 1,
|
|
/mob/living/simple_animal/hostile/carp = 20,
|
|
/mob/living/simple_animal/hostile/mimic/crate = 2,
|
|
/mob/living/simple_animal/hostile/scarybat = 100,
|
|
/mob/living/simple_animal/hostile/bear = 1,
|
|
/mob/living/simple_animal/hostile/goose = 50,
|
|
/mob/living/simple_animal/retaliate/bee = 50,
|
|
)
|