1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-12 11:00:25 +01:00

Update minotaur.lua

This commit is contained in:
Ombridride 2015-06-08 22:12:31 +02:00
parent 3678655c66
commit 41f21adb6c

View File

@ -30,7 +30,7 @@ mobs:register_mob("mobs:minotaur", {
-- death = "mobs_zombie_death", -- death = "mobs_zombie_death",
-- }, -- },
-- speed and jump -- speed and jump
walk_velocity = 2, walk_velocity = 3,
run_velocity = 4, run_velocity = 4,
jump = true, jump = true,
floats = 1, floats = 1,
@ -47,7 +47,7 @@ mobs:register_mob("mobs:minotaur", {
}, },
water_damage = 1, water_damage = 1,
lava_damage = 5, lava_damage = 5,
light_damage = 2, light_damage = 0,
-- model animation -- model animation
animation = { animation = {
speed_normal = 15, speed_run = 15, speed_normal = 15, speed_run = 15,