Adjust health and drops of mobs

This commit is contained in:
Wuzzy 2017-01-16 20:52:09 +01:00
parent 4af543d920
commit c5aa2e612c
14 changed files with 92 additions and 192 deletions

View file

@ -10,7 +10,7 @@ mobs:register_mob("mobs_mc:greensmall", {
type = "monster",
pathfinding = true,
group_attack = true,
hp_max = 5,
hp_max = 1,
collisionbox = {-0.2, -0.4, -0.2, 0.2, 0.2, 0.2},
visual_size = {x=0.5, y=0.5},
textures = {
@ -28,17 +28,13 @@ mobs:register_mob("mobs_mc:greensmall", {
},
walk_velocity = .8,
run_velocity = 2.6,
damage = 1,
damage = 0,
armor = 100,
drops = {
{name = "mesecons_materials:glue 1",
chance = 3,
min = 1,
max = 4,},
{name = "default:grass",
{name = "mesecons_materials:glue",
chance = 1,
min = 1,
max = 5,},
min = 0,
max = 2,},
},
animation = {
speed_normal = 24,
@ -72,7 +68,7 @@ mobs:register_mob("mobs_mc:greenmedium", {
type = "monster",
pathfinding = true,
group_attack = true,
hp_max = 10,
hp_max = 4,
collisionbox = {-0.55, -0.55, -0.55, 0.55, 0.55, 0.55},
visual_size = {x=1.0, y=1.0},
textures = {
@ -92,16 +88,7 @@ mobs:register_mob("mobs_mc:greenmedium", {
run_velocity = 2.0,
damage = 2,
armor = 100,
drops = {
{name = "default:mossycobble",
chance = 2,
min = 1,
max = 1,},
{name = "default:leaves",
chance = 1,
min = 1,
max = 5,},
},
drops = {},
animation = {
speed_normal = 24,
speed_run = 48,
@ -141,7 +128,7 @@ mobs:register_mob("mobs_mc:greenbig", {
type = "monster",
pathfinding = true,
group_attack = true,
hp_max = 25,
hp_max = 16,
collisionbox = {-0.75, -0.75, -0.75, 0.75, 0.75, 0.75},
visual_size = {x=1.5, y=1.5},
textures = {
@ -159,18 +146,9 @@ mobs:register_mob("mobs_mc:greenbig", {
},
walk_velocity = .8,
run_velocity = 1.6,
damage = 2,
damage = 4,
armor = 100,
drops = {
{name = "default:leaves",
chance = 2,
min = 1,
max = 1,},
{name = "default:papyrus",
chance = 1,
min = 1,
max = 5,},
},
drops = {},
animation = {
speed_normal = 24,
speed_run = 48,
@ -214,7 +192,7 @@ mobs:register_mob("mobs_mc:lavasmall", {
type = "monster",
pathfinding = true,
group_attack = true,
hp_max = 15,
hp_max = 4,
collisionbox = {-0.2, -0.4, -0.2, 0.2, 0.2, 0.2},
visual_size = {x=0.5, y=0.5},
textures = {
@ -234,16 +212,7 @@ mobs:register_mob("mobs_mc:lavasmall", {
run_velocity = 2.6,
damage = 1,
armor = 100,
drops = {
{name = "tnt:gunpowder",
chance = 3,
min = 1,
max = 1,},
{name = "default:coal",
chance = 1,
min = 1,
max = 5,},
},
drops = {},
animation = {
speed_normal = 24,
speed_run = 48,
@ -276,7 +245,7 @@ mobs:register_mob("mobs_mc:lavabig", {
type = "monster",
pathfinding = true,
group_attack = true,
hp_max = 15,
hp_max = 16,
collisionbox = {-0.75, -0.75, -0.75, 0.75, 0.75, 0.75},
visual_size = {x=1.5, y=1.5},
textures = {
@ -297,14 +266,10 @@ mobs:register_mob("mobs_mc:lavabig", {
damage = 2,
armor = 100,
drops = {
{name = "tnt:gunpowder",
chance = 2,
min = 1,
max = 1,},
{name = "mobs_mc:lavasmall",
{name = "mcl_mobitems:magma_cream",
chance = 1,
min = 1,
max = 5,},
min = 0,
max = 1,},
},
animation = {
speed_normal = 24,