mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
Modify mining mob frequencies
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
range = 10
|
||||
simultaneous_spawns = 1
|
||||
mob_faction = "wild animal"
|
||||
total_spawns = -1
|
||||
total_spawns = 2
|
||||
destructible = 0
|
||||
anchored = 1
|
||||
invisibility = 101
|
||||
spawn_types = list(
|
||||
/mob/living/silicon/robot/lost = 10,
|
||||
/mob/living/silicon/robot/lost = 2,
|
||||
/mob/living/simple_animal/hostile/hivebot/swarm = 1,
|
||||
/mob/living/simple_animal/hostile/carp = 5,
|
||||
/mob/living/simple_animal/hostile/mimic/crate = 1,
|
||||
/mob/living/simple_animal/hostile/scarybat = 10,
|
||||
/mob/living/simple_animal/hostile/bear = 2,
|
||||
/mob/living/simple_animal/hostile/goose = 10,
|
||||
/mob/living/simple_animal/retaliate/bee = 10,
|
||||
)
|
||||
/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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user