enlarged sheep and boar hitboxes
This commit is contained in:
parent
44f1d5800d
commit
2a00571688
@ -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 = {
|
||||||
|
@ -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},
|
||||||
|
Loading…
Reference in New Issue
Block a user