1
0
镜像自地址 https://github.com/sys4-fr/server-nalc.git 已同步 2025-09-18 11:30:36 +02:00

Update mummy.lua

More walk/run speed, more lava/light damage
这个提交包含在:
Ombridride
2015-04-18 23:29:56 +02:00
父节点 657e01aa57
当前提交 b84ef6501e

查看文件

@@ -25,8 +25,8 @@ mobs:register_mob("tsm_pyramids:mummy", {
random = "mummy",
},
-- 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
run_velocity = 0.5,
walk_velocity = 0.5, -- A tester si assez lent / trop lent, valeur actuel = moitié moins que les Tree Monster
run_velocity = 1,
view_range = 16,
jump = true,
floats = 0,
@@ -39,8 +39,8 @@ mobs:register_mob("tsm_pyramids:mummy", {
},
-- damaged by
water_damage = 0,
lava_damage = 4,
light_damage = 8,
lava_damage = 5,
light_damage = 10,
-- model animation
animation = {
speed_normal = 15, speed_run = 15,