Update init.lua

master^2
Tai Kedzierski 2016-10-09 14:56:15 +01:00 committed by GitHub
parent e0010534ac
commit d1e92fa4f9
1 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@ mobs:register_mob("banth:banth", {
type = "monster",
passive = false,
reach = 3,
damage = 4,
damage = 2,
sounds = {attack = "banth_snarl", war_cry = "banth_growl"},
attack_type = "dogfight",
hp_min = 30,
hp_max = 40,
hp_min = 20,
hp_max = 24,
armor = 130,
collisionbox = {-1.2, -0.8, -1.2, 1.2, 1.2, 1.2},
visual = "mesh",
@ -21,13 +21,13 @@ mobs:register_mob("banth:banth", {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 2},
{name = "mobs:meat_raw", chance = 2, min = 1, max = 2},
},
walk_velocity = 3,
walk_velocity = 1,
run_velocity = 2,
stepheight = 1.1,
water_damage = 0,
lava_damage = 2,
light_damage = 0,
view_range = 14,
view_range = 6,
animation = {
speed_normal = 10,
speed_run = 20,