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, passive = false,
attack_type = "dogfight", attack_type = "dogfight",
damage = 2, damage = 2,
hp_min = 15, hp_min = 16,
hp_max = 20, hp_max = 20,
armor = 200, 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", visual = "mesh",
mesh = "mobs_boar.x", mesh = "mobs_boar.x",
textures = { textures = {

View File

@ -5,10 +5,10 @@ mobs:register_mob(
{ {
type = "animal", type = "animal",
passive = true, passive = true,
hp_min = 6, hp_min = 10,
hp_max = 14, hp_max = 14,
armor = 200, 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", visual = "mesh",
mesh = "mobs_sheep.x", mesh = "mobs_sheep.x",
visual_size = {x = 1, y = 1}, visual_size = {x = 1, y = 1},