1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-08 19:00:30 +02: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

@ -65,6 +65,9 @@ mobs:register_mob("mobs:mese_monster", {
punch_start = 15, -- 40
punch_end = 38, -- 63
},
sounds = {
random = {"mobs_mesemonster_random01", "mobs_mesemonster_random02"},
},
jump = true,
step = 1,
shoot_offset = 2,