Skip to content

Commit

Permalink
Temporary reduced mithril ingots x 10
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed May 17, 2024
1 parent e6047a4 commit 8614a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mods/lord/Entities/lottmobs/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ mobs:register_mob("lottmobs:nazgul", {
run_velocity = 3,
damage = 10,
drops = {
{ name = "lottores:mithril_ingot", chance = 1, min = 5, max = 15, },
{ name = "lottores:mithril_ingot", chance = 1, min = 0, max = 2, }, -- tmp reduced min = 5, max = 15, },
{ name = "lottarmor:chestplate_gold", chance = 3, min = 1, max = 11, },
{ name = "lottarmor:leggings_gold", chance = 3, min = 1, max = 1, },
{ name = "lottarmor:helmet_gold", chance = 3, min = 1, max = 1, },
Expand Down Expand Up @@ -1029,7 +1029,7 @@ mobs:register_mob("lottmobs:witch_king", {
run_velocity = 3,
damage = 12,
drops = {
{ name = "lottores:mithril_ingot", chance = 1, min = 20, max = 40, },
{ name = "lottores:mithril_ingot", chance = 1, min = 2, max = 4, }, -- temporary reduced x 10
{ name = "lottarmor:chestplate_mithril", chance = 3, min = 1, max = 11, },
{ name = "lottarmor:leggings_mithril", chance = 3, min = 1, max = 1, },
{ name = "lottarmor:helmet_mithril", chance = 3, min = 1, max = 1, },
Expand Down Expand Up @@ -1086,7 +1086,7 @@ mobs:register_mob("lottmobs:balrog", {
run_velocity = 3,
damage = 30,
drops = {
{ name = "lottores:mithril_ingot", chance = 5, min = 10, max = 50, },
{ name = "lottores:mithril_ingot", chance = 5, min = 1, max = 5, }, -- temporary reduced x 10
{ name = "lottores:mithrilsword", chance = 5, min = 1, max = 1, },
{ name = "lottores:mithrilpickaxe", chance = 5, min = 1, max = 1, },
{ name = "lottweapons:mithril_battleaxe", chance = 5, min = 1, max = 1, },
Expand Down

0 comments on commit 8614a27

Please sign in to comment.