Update mobs_mc

This commit is contained in:
Wuzzy 2017-07-26 00:26:18 +02:00
parent aec9618b9e
commit 8ddb427777
33 changed files with 43 additions and 22 deletions

View file

@ -68,17 +68,18 @@ mobs:register_mob("mobs_mc:evoker", {
distance = 16,
},
animation = {
speed_normal = 25,
speed_run = 25,
walk_speed = 25,
run_speed = 25,
stand_start = 40,
stand_end = 59,
speed_stand = 5,
stand_speed = 5,
walk_start = 0,
walk_end = 40,
shoot_start = 60,
shoot_end = 80,
die_start = 80,
die_end = 130,
die_loop = false,
},
water_damage = 0,
lava_damage = 4,