1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-15 06:45:22 +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

@@ -12,8 +12,8 @@ minetest.register_alias("zmobs:lava_orb", "mobs:lava_orb")
mobs:register_mob("mobs:lava_flan", {
type = "monster",
hp_min = 15,
hp_max = 30,
hp_min = 20,
hp_max = 35,
collisionbox = {-0.5, -0.5, -0.5, 0.5, 1.5, 0.5},
visual = "mesh",
mesh = "zmobs_lava_flan.x",
@@ -53,6 +53,9 @@ mobs:register_mob("mobs:lava_flan", {
punch_start = 20,
punch_end = 28,
},
sounds = {
random = {"mobs_lavaflan_random01", "mobs_lavaflan_random02"},
},
jump = true,
step = 2,
blood_texture = "fire_basic_flame.png",