Skip to content

Commit

Permalink
show curse limit on curses (#8263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Aug 30, 2024
1 parent 931c46b commit 28155a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Modules/CalcSections.lua
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,10 @@ return {
{ breakdown = "CurseEffectMod" },
{ modName = "CurseEffect", cfg = "skill" },
}, },
{ label = "Curse Limit", haveOutput = "CurseEffectMod", { format = "{0:output:EnemyCurseLimit}",
{ breakdown = "EnemyCurseLimit" },
{ modName = { "CurseLimitIsMaximumPowerCharges", "EnemyCurseLimit" } },
}, },
{ label = "Warcry Effect Mod", haveOutput = "WarcryEffectMod", { format = "x {2:output:WarcryEffectMod}",
{ breakdown = "WarcryEffectMod" },
{ modName = { "WarcryEffect", "BuffEffect" }, cfg = "skill" },
Expand Down

0 comments on commit 28155a6

Please sign in to comment.