enlarged sheep and boar hitboxes

This commit is contained in:
kaadmy 2015-10-23 10:34:09 -07:00
parent 44f1d5800d
commit 2a00571688
2 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ mobs:register_mob(
passive = false,
attack_type = "dogfight",
damage = 2,
hp_min = 15,
hp_min = 16,
hp_max = 20,
armor = 200,
collisionbox = {-0.4, -1, -0.4, 0.4, 0.1, 0.4},
collisionbox = {-0.7, -1, -0.7, 0.7, 0.1, 0.7},
visual = "mesh",
mesh = "mobs_boar.x",
textures = {

View File

@ -5,10 +5,10 @@ mobs:register_mob(
{
type = "animal",
passive = true,
hp_min = 6,
hp_min = 10,
hp_max = 14,
armor = 200,
collisionbox = {-0.4, -1, -0.4, 0.4, 0.1, 0.4},
collisionbox = {-0.7, -1, -0.7, 0.7, 0.1, 0.7},
visual = "mesh",
mesh = "mobs_sheep.x",
visual_size = {x = 1, y = 1},