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:
@ -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,
|
||||
|
Reference in New Issue
Block a user