upped damage

This commit is contained in:
TenPlus1 2016-06-01 19:50:30 +01:00
parent 78dd480f1f
commit f9d316e52e
11 changed files with 11 additions and 11 deletions

View File

@ -17,7 +17,7 @@ mobs:register_mob("nssm:ant_soldier", {
sounds = { sounds = {
random = "ant", random = "ant",
}, },
damage = 4, damage = 8,
jump = true, jump = true,
drops = { drops = {
{name = "default:mese_crystal_fragment", chance = 1, min = 1, max = 2}, {name = "default:mese_crystal_fragment", chance = 1, min = 1, max = 2},

View File

@ -17,7 +17,7 @@ mobs:register_mob("nssm:ant_worker", {
sounds = { sounds = {
random = "ant", random = "ant",
}, },
damage = 2, damage = 4,
jump = true, jump = true,
drops = { drops = {
{name = "default:mese_crystal_fragment", chance = 3, min = 1, max = 2}, {name = "default:mese_crystal_fragment", chance = 3, min = 1, max = 2},

View File

@ -17,7 +17,7 @@ mobs:register_mob("nssm:black_widow", {
sounds = { sounds = {
random = "black_widow", random = "black_widow",
}, },
damage = 3, damage = 8,
jump = true, jump = true,
drops = { drops = {
{name = "default:mese_crystal_fragment", chance = 1, min = 1, max = 2}, {name = "default:mese_crystal_fragment", chance = 1, min = 1, max = 2},

View File

@ -15,7 +15,7 @@ mobs:register_mob("nssm:crocodile", {
view_range = 15, view_range = 15,
walk_velocity = 1, walk_velocity = 1,
run_velocity = 1, run_velocity = 1,
damage = 3, damage = 9,
floats = 1, floats = 1,
jump = true, jump = true,
drops = { drops = {

View File

@ -18,7 +18,7 @@ mobs:register_mob("nssm:moonheron", {
random = "moonheron", random = "moonheron",
distance =40, distance =40,
}, },
damage = 3, damage = 10,
jump = true, jump = true,
drops = { drops = {
{name = "mobs:mese_crystal_fragment", chance = 1, min = 1, max = 1}, {name = "mobs:mese_crystal_fragment", chance = 1, min = 1, max = 1},

View File

@ -14,7 +14,7 @@ mobs:register_mob("nssm:octopus", {
fall_speed = -20, fall_speed = -20,
walk_velocity = 1.5, walk_velocity = 1.5,
run_velocity = 3, run_velocity = 3,
damage = 3, damage = 8,
rotate = 270, rotate = 270,
jump = false, jump = false,
jump_chance = 0, jump_chance = 0,

View File

@ -15,7 +15,7 @@ mobs:register_mob("nssm:sandworm", {
fear_height = 3, fear_height = 3,
walk_velocity = 2, walk_velocity = 2,
run_velocity = 2, run_velocity = 2,
damage = 4, damage = 8,
jump = false, jump = false,
drops = { drops = {
{name = "default:mese_crystal_fragment", chance = 2, min = 1, max = 3}, {name = "default:mese_crystal_fragment", chance = 2, min = 1, max = 3},

View File

@ -17,7 +17,7 @@ mobs:register_mob("nssm:tarantula", {
sounds = { sounds = {
random = "tarry", random = "tarry",
}, },
damage = 10, damage = 14,
jump = true, jump = true,
drops = { drops = {
{name = "default:mese_crystal_fragment", chance = 1, min = 1, max = 2}, {name = "default:mese_crystal_fragment", chance = 1, min = 1, max = 2},

View File

@ -17,7 +17,7 @@ mobs:register_mob("nssm:uloboros", {
sounds = { sounds = {
random = "uloboros", random = "uloboros",
}, },
damage = 3, damage = 8,
jump = true, jump = true,
drops = { drops = {
{name = "default:mese_crystal_fragment", chance = 2, min = 1, max = 2}, {name = "default:mese_crystal_fragment", chance = 2, min = 1, max = 2},

View File

@ -16,7 +16,7 @@ mobs:register_mob("nssm:werewolf", {
sounds = { sounds = {
random = "werewolf", random = "werewolf",
}, },
damage = 4, damage = 8,
jump = true, jump = true,
drops = { drops = {
{name = "default:mese_crystal_fragment", chance = 1, min = 3, max = 4}, {name = "default:mese_crystal_fragment", chance = 1, min = 3, max = 4},

View File

@ -16,7 +16,7 @@ mobs:register_mob("nssm:white_werewolf", {
sounds = { sounds = {
random = "werewolf", random = "werewolf",
}, },
damage = 4, damage = 8,
jump = true, jump = true,
drops = { drops = {
{name = "default:mese_crystal_fragment", chance = 2, min = 1, max = 1}, {name = "default:mese_crystal_fragment", chance = 2, min = 1, max = 1},