Skip to content

Commit 2faf27a

Browse files
authored
Fix Add 'Cast Time' to Calcs page for Warcries (#8190)
* fix #8079 * # * added warcry cast time to section
1 parent 039d582 commit 2faf27a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Modules/CalcSections.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,10 @@ return {
503503
{ label = "CWDT Threshold", haveOutput = "CWDTThreshold", flag = "triggered", { format = "{2:output:CWDTThreshold}", { breakdown = "CWDTThreshold" }, }, },
504504
{ label = "Channel time", flag = "channelRelease", haveOutput = "HitTime", { format = "{2:output:HitTime}s", { breakdown = "HitTime" } }, },
505505
{ label = "Hit Rate", haveOutput = "HitSpeed", { format = "{2:output:HitSpeed}", { breakdown = "HitSpeed" } }, },
506+
{ label = "Inc. Warcry Speed", flag = "warcry", { format = "{0:mod:2}%", { breakdown = "WarcrySpeed" }, { modName = "WarcrySpeed", modType = "INC", cfg = "skill", }, }, },
507+
{ label = "More Warcry Speed", flag = "warcry", { format = "{0:mod:2}%", { breakdown = "WarcrySpeed" }, { modName = "WarcrySpeed", modType = "MORE", cfg = "skill", }, }, },
508+
{ label = "Uses per second", flag = "warcry", {format = "{2:output:Speed}"}, },
509+
{ label = "Warcry Cast Time", flag = "warcry", {format = "{2:output:WarcryCastTime}s"}, },
506510
} }
507511
} },
508512
{ 1, "Crit", 1, colorCodes.OFFENCE, {{ defaultCollapsed = false, label = "Crits", data = {

0 commit comments

Comments
 (0)