@@ -355,15 +355,15 @@ return {
355355 { label = " Skill DPS" , flag = " triggered" , { format = " {1:output:TotalDPS}" , { breakdown = " TotalDPS" }, { label = " DPS Multiplier" , modName = " DPS" , cfg = " skill" }, }, },
356356} }
357357} },
358- { 3 , " Warcries" , 1 , colorCodes .OFFENCE , {{ defaultCollapsed = false , label = " Ancestral Boosts " , data = {
358+ { 3 , " Warcries" , 1 , colorCodes .OFFENCE , {{ defaultCollapsed = false , label = " Empowered Stats " , data = {
359359 extra = " {2:output:TheoreticalOffensiveWarcryEffect} Avg Combined Impact | {2:output:TheoreticalMaxOffensiveWarcryEffect} Max Combined Impact" ,
360360 colWidth = 114 ,
361361 {
362362 haveOutput = " CreateWarcryOffensiveCalcSection" ,
363363 { format = " Effective Impact" },
364364 { format = " Avg Dmg Effect" },
365365 { format = " Uptime" },
366- { format = " Number of Exerts " },
366+ { format = " # of Empowered " },
367367 { format = " Max 1-Hit Impact" },
368368 },
369369 { label = " Seismic Cry" , haveOutput = " SeismicUpTimeRatio" ,
@@ -387,11 +387,11 @@ return {
387387 { format = " {0:output:RallyingExertsCount}" },
388388 { format = " {2:output:RallyingMaxHitEffect}" },
389389 },
390- { label = " Infernal Cry" , haveOutput = " InfernalUpTimeRatio " ,
390+ { label = " Infernal Cry" , haveOutput = " InfernalCryUptimeRatio " ,
391391 { format = " " },
392392 { format = " " },
393- { format = " {0:output:InfernalUpTimeRatio }%" , { breakdown = " InfernalUpTimeRatio " }, },
394- { format = " {0:output:InfernalExertsCount }" },
393+ { format = " {0:output:InfernalCryUptimeRatio }%" , { breakdown = " InfernalCryUptimeRatio " }, },
394+ { format = " {0:output:InfernalEmpoweredCount }" },
395395 { format = " " },
396396 },
397397 { label = " Battlemage's Cry" , haveOutput = " BattlemageUpTimeRatio" ,
@@ -408,13 +408,13 @@ return {
408408 { format = " {0:output:AncestralExertsCount}" },
409409 { format = " " },
410410 },
411- { label = " Exerted Attacks" , bgCol = colorCodes .MAINHANDBG , haveOutput = " ExertedAttackUptimeRatio" ,
412- { format = " {2:output:ExertedAttackHitEffect}" , { breakdown = " ExertedAttackHitEffect" }, },
413- { format = " {2:output:ExertedAttackAvgDmg}" , { modName = " ExertIncrease" , cfg = " skill" }, { modName = " ExertAttackIncrease" , cfg = " skill" }, },
414- { format = " {0:output:ExertedAttackUptimeRatio}%" , { breakdown = " ExertedAttackUptimeRatio" }, },
415- { format = " " },
416- { format = " {2:output:ExertedAttackMaxHitEffect}" , { modName = " ExertIncrease" , cfg = " skill" }, { modName = " ExertAttackIncrease" , cfg = " skill" }, },
417- },
411+ -- { label = "Exerted Attacks", bgCol = colorCodes.MAINHANDBG, haveOutput = "ExertedAttackUptimeRatio",
412+ -- { format = "{2:output:ExertedAttackHitEffect}", { breakdown = "ExertedAttackHitEffect"}, },
413+ -- { format = "{2:output:ExertedAttackAvgDmg}", { modName = "ExertIncrease", cfg = "skill" }, { modName = "ExertAttackIncrease", cfg = "skill" }, },
414+ -- { format = "{0:output:ExertedAttackUptimeRatio}%", { breakdown = "ExertedAttackUptimeRatio" }, },
415+ -- { format = "" },
416+ -- { format = "{2:output:ExertedAttackMaxHitEffect}", { modName = "ExertIncrease", cfg = "skill" }, { modName = "ExertAttackIncrease", cfg = "skill" }, },
417+ -- },
418418 { label = " AncestralEmpower+" , bgCol = colorCodes .MAINHANDBG , haveOutput = " AncestralEmpowermentCombinedUptimeRatio" ,
419419 { format = " {2:output:AvgAncestralEmpowermentCombinedDamageEffect}" , { breakdown = " AvgAncestralEmpowermentCombinedDamageEffect" }, },
420420 { format = " {2:output:AvgAncestralEmpowermentCombinedDamage}" , { modName = { " AncestralEmpowermentDamageMultiplier" , " FistOfWarDamageMultiplier" }, cfg = " skill" }, { modName = " AncestralBoostDamage" , cfg = " skill" }, },
0 commit comments