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

@ -29,6 +29,7 @@ mobs:register_mob("mobs_mc:vindicator", {
visual_size = {x=3, y=3},
makes_footstep_sound = true,
damage = 13,
reach = 2,
walk_velocity = 1.2,
run_velocity = 2.4,
attack_type = "dogfight",
@ -55,13 +56,11 @@ mobs:register_mob("mobs_mc:vindicator", {
stand_speed = 5,
walk_start = 0,
walk_end = 40,
--speed_walk = 50,
punch_speed = 25,
punch_start = 90,
punch_end = 110,
die_speed = 25,
die_start = 110,
die_end = 130,
die_loop = false,
},
water_damage = 1,
lava_damage = 4,