From 680ec989b9846f5a371ced6531a815e5115059cc Mon Sep 17 00:00:00 2001 From: Amaz Date: Fri, 9 Oct 2015 22:47:30 +0100 Subject: [PATCH] Increase the rarity of orc drops --- mods/lottmobs/init.lua | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/mods/lottmobs/init.lua b/mods/lottmobs/init.lua index 2ec67224..5dc2a21e 100644 --- a/mods/lottmobs/init.lua +++ b/mods/lottmobs/init.lua @@ -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,}, }, @@ -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,}, },