Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2024
1 parent 1783742 commit 3b29783
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data-otservbr-global/lib/others/soulpit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ SoulPit = {
},
enrageSoulPit = {
bounds = {
[{0.8, 0.6}] = 0.9, -- 10% damage reduction
[{0.6, 0.4}] = 0.75, -- 25% damage reduction
[{0.4, 0.2}] = 0.6, -- 40% damage reduction
[{0.0, 0.2}] = 0.4, -- 60% damage reduction
[{ 0.8, 0.6 }] = 0.9, -- 10% damage reduction
[{ 0.6, 0.4 }] = 0.75, -- 25% damage reduction
[{ 0.4, 0.2 }] = 0.6, -- 40% damage reduction
[{ 0.0, 0.2 }] = 0.4, -- 60% damage reduction
},
player = false,
monster = true,
Expand Down

0 comments on commit 3b29783

Please sign in to comment.