Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
n1tr0xs committed Aug 15, 2024
1 parent 5b3c510 commit e30d4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Modules/CalcSections.lua
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ return {
{ label = "Hit Rate", haveOutput = "HitSpeed", { format = "{2:output:HitSpeed}", { breakdown = "HitSpeed" } }, },
{ label = "Inc. Warcry Speed", flag = "warcry", { format = "{0:mod:2}%", { breakdown = "WarcrySpeed" }, { modName = "WarcrySpeed", modType = "INC", cfg = "skill", }, }, },
{ label = "More Warcry Speed", flag = "warcry", { format = "{0:mod:2}%", { breakdown = "WarcrySpeed" }, { modName = "WarcrySpeed", modType = "MORE", cfg = "skill", }, }, },
{ label = "Uses per second", flag = "warcry", {format = "{2:output:Speed}"}, },
} }
} },
{ 1, "Crit", 1, colorCodes.OFFENCE, {{ defaultCollapsed = false, label = "Crits", data = {
Expand Down

0 comments on commit e30d4e5

Please sign in to comment.