mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 08:10:38 +01:00
Update mummy.lua
More walk/run speed, more lava/light damage
This commit is contained in:
parent
657e01aa57
commit
b84ef6501e
@ -25,8 +25,8 @@ mobs:register_mob("tsm_pyramids:mummy", {
|
|||||||
random = "mummy",
|
random = "mummy",
|
||||||
},
|
},
|
||||||
-- speed and jump, sinks in water
|
-- speed and jump, sinks in water
|
||||||
walk_velocity = 0.25, -- A tester si assez lent / trop lent, valeur actuel = moitié moins que les Tree Monster
|
walk_velocity = 0.5, -- A tester si assez lent / trop lent, valeur actuel = moitié moins que les Tree Monster
|
||||||
run_velocity = 0.5,
|
run_velocity = 1,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
jump = true,
|
jump = true,
|
||||||
floats = 0,
|
floats = 0,
|
||||||
@ -39,8 +39,8 @@ mobs:register_mob("tsm_pyramids:mummy", {
|
|||||||
},
|
},
|
||||||
-- damaged by
|
-- damaged by
|
||||||
water_damage = 0,
|
water_damage = 0,
|
||||||
lava_damage = 4,
|
lava_damage = 5,
|
||||||
light_damage = 8,
|
light_damage = 10,
|
||||||
-- model animation
|
-- model animation
|
||||||
animation = {
|
animation = {
|
||||||
speed_normal = 15, speed_run = 15,
|
speed_normal = 15, speed_run = 15,
|
||||||
|
Loading…
Reference in New Issue
Block a user