even meaner

master^2
Tai @ Flex 2016-08-15 15:05:59 +01:00
parent 84d37bf155
commit d650aa69bf
1 changed files with 6 additions and 4 deletions

View File

@ -1,13 +1,13 @@
mobs:register_mob("banth:banth", {
type = "monster",
passive = false,
reach = 2,
reach = 3,
damage = 4,
sounds = {attack = "banth_snarl", war_cry = "banth_growl"},
attack_type = "dogfight",
hp_min = 22,
hp_max = 32,
armor = 90,
hp_min = 30,
hp_max = 40,
armor = 80,
collisionbox = {-1.2, -0.8, -1.2, 1.2, 1.2, 1.2},
visual = "mesh",
mesh = "banth.b3d",
@ -19,6 +19,8 @@ mobs:register_mob("banth:banth", {
makes_footstep_sound = true,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 3, max = 10},
{name = "mobs:meat_raw", chance = 2, min = 3, max = 10},
{name = "homedecor:coin", chance = 4, min = 1, max = 3},
},
walk_velocity = 3,
run_velocity = 2,