Skip to content

Commit

Permalink
Increase the rarity of orc drops
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaz1 committed Oct 9, 2015
1 parent f92eb70 commit 680ec98
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions mods/lottmobs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -798,35 +798,35 @@ mobs:register_mob("lottmobs:orc", {
min = 1,
max = 2,},
{name = "lottmobs:meat_raw",
chance = 5,
chance = 7,
min = 1,
max = 3,},
{name = "lottfarming:orc_food",
chance = 15,
chance = 17,
min = 1,
max = 3,},
{name = "lottfarming:orc_medicine",
chance = 15,
chance = 17,
min = 1,
max = 3,},
{name = "lottfarming:potato",
chance = 10,
chance = 14,
min = 1,
max = 2,},
{name = "lottfarming:turnip",
chance = 10,
chance = 14,
min = 1,
max = 2,},
{name = "lottfarming:red_mushroom",
chance = 7,
chance = 10,
min = 1,
max = 8,},
{name = "lottclothes:cloak_mordor",
chance = 15,
chance = 17,
min = 1,
max = 1,},
{name = "lottpotion:wine",
chance = 20,
chance = 26,
min = 1,
max = 2,},
},
Expand Down Expand Up @@ -885,47 +885,47 @@ mobs:register_mob("lottmobs:raiding_orc", {
damage = 3,
drops = {
{name = "default:sword_steel",
chance = 5,
chance = 10,
min = 1,
max = 1,},
{name = "lottarmor:helmet_steel",
chance = 12,
chance = 17,
min = 1,
max = 1,},
{name = "lottarmor:chestplate_steel",
chance = 12,
chance = 17,
min = 1,
max = 1,},
{name = "lottarmor:leggings_steel",
chance = 12,
chance = 17,
min = 1,
max = 1,},
{name = "lottarmor:boots_steel",
chance = 12,
chance = 17,
min = 1,
max = 1,},
{name = "lottarmor:shield_steel",
chance = 12,
chance = 17,
min = 1,
max = 1,},
{name = "lottmobs:meat_raw",
chance = 5,
chance = 10,
min = 1,
max = 3,},
{name = "lottfarming:orc_food",
chance = 15,
chance = 20,
min = 1,
max = 3,},
{name = "farming:bread",
chance = 5,
chance = 10,
min = 1,
max = 3,},
{name = "lottpotion:wine",
chance = 20,
chance = 25,
min = 1,
max = 5,},
{name = "lottfarming:potato",
chance = 5,
chance = 10,
min = 1,
max = 5,},
},
Expand Down

0 comments on commit 680ec98

Please sign in to comment.