1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-16 07:05:26 +01:00

Update the mobs mod

- Update to the 0.8 release of TenPlus1 mobs redo mod
- Merge the TenPlus1 mobs redo mod changes
- Add 2/3 new sounds for each monsters (from the Cyberpangolin mobs
sounds)
- Small up of the lava_flan mob health
This commit is contained in:
Ombridride
2014-12-25 18:34:34 +01:00
parent c81fc9903e
commit 3fce25aeab
41 changed files with 113 additions and 72 deletions

View File

@@ -57,20 +57,16 @@ mobs:register_mob("mobs:spider", {
punch_start = 50,
punch_end = 90,
},
-- jump = true,
-- sounds = {},
-- step = 1,
--})
-- },
jump = true,
step = 1,
blood_texture = "mobs_blood.png",
sounds = {
random = {"mobs_spider_random01", "mobs_spider_random02"},
war_cry = "mobs_eerie",
death = "mobs_howl",
attack = "mobs_oerkki_attack",
},
jump = true,
sounds = {},
step = 1,
blood_texture = "mobs_blood.png",
})
mobs:register_spawn("mobs:spider", {"default:junglegrass", "default:jungleleaves", "default:jungletree"}, 20, -10, 7000, 1, 31000)