Skip to content

Commit

Permalink
Balance difficulty of balrogs, add fire immunity
Browse files Browse the repository at this point in the history
  • Loading branch information
Doloment committed Jan 2, 2025
1 parent b3fe709 commit 2deff60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mods/lord/Entities/lottmobs/src/racial/others/balrog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ mobs:register_mob("lottmobs:balrog", {
},
makes_footstep_sound = true,
view_range = 50,
armor = 100,
armor = { fleshy = 80, fire = 0, soul = 200 },
walk_velocity = 1,
run_velocity = 3,
damage = 30,
damage = 15,
damage_type = "fire",
drops = {
{ name = "lottores:mithril_ingot", chance = 5, min = 1, max = 5, }, -- temporary reduced x 10
{ name = "lottores:mithrilsword", chance = 5, min = 1, max = 1, },
Expand Down

0 comments on commit 2deff60

Please sign in to comment.