1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-01 07:30:27 +02:00

Add "wolf" mob

(from mobs_plus)
- we need to test it,
- reduce the spawn chance of the dirt monster for balance the spawn
with wolf mobs,
- wolf can spawn in pair.
This commit is contained in:
Ombridride
2015-02-24 10:45:22 +01:00
parent 759d36f6a1
commit 1e2fa0fcbd
5 changed files with 7482 additions and 2 deletions

View File

@ -28,6 +28,7 @@ mobs:register_mob("mobs:dirt_monster", {
min = 2,
max = 8,},
},
light_resistant = false,
armor = 90,
drawtype = "front",
water_damage = 1,
@ -54,4 +55,4 @@ mobs:register_mob("mobs:dirt_monster", {
step = 1,
blood_texture = "default_dirt.png",
})
mobs:register_spawn("mobs:dirt_monster", {"default:dirt_with_grass"}, 3, -1, 7000, 1, 31000)
mobs:register_spawn("mobs:dirt_monster", {"default:dirt_with_grass"}, 3, -1, 8500, 1, 31000)