@@ -546,7 +546,7 @@ return {
546
546
{ label = " Player modifiers" , modName = { " CritChance" , " WeaponBaseCritChance" , " MainHandCritIsEqualToParent" , " MainHandCritIsEqualToPartyMember" , " AttackCritIsEqualToParentMainHand" }, cfg = " weapon1" },
547
547
{ label = " Enemy modifiers" , modName = " SelfCritChance" , enemy = true },
548
548
}, },
549
- { label = " MH Crit Forks" , bgCol = colorCodes .MAINHANDBG , flag = " weapon1Attack" , { format = " {2:output:MainHand.CritForks}%" ,
549
+ { label = " MH Crit Forks" , bgCol = colorCodes .MAINHANDBG , haveOutput = " MainHand.CritForks " , flag = " weapon1Attack" , { format = " {2:output:MainHand.CritForks}%" ,
550
550
{ breakdown = " MainHand.CritForks" },
551
551
{ label = " Player modifiers" , modName = " ForkCrit" , cfg = " weapon1" },
552
552
}, },
@@ -566,7 +566,7 @@ return {
566
566
{ label = " Player modifiers" , modName = { " CritChance" , " WeaponBaseCritChance" , " AttackCritIsEqualToParentMainHand" }, cfg = " weapon2" },
567
567
{ label = " Enemy modifiers" , modName = " SelfCritChance" , enemy = true },
568
568
}, },
569
- { label = " OH Crit Forks" , bgCol = colorCodes .OFFHANDBG , flag = " weapon2Attack" , { format = " {2:output:OffHand.CritForks}%" ,
569
+ { label = " OH Crit Forks" , bgCol = colorCodes .OFFHANDBG , haveOutput = " OffHand.CritForks " , flag = " weapon2Attack" , { format = " {2:output:OffHand.CritForks}%" ,
570
570
{ breakdown = " OffHand.CritForks" },
571
571
{ label = " Player modifiers" , modName = " ForkCrit" , cfg = " weapon2" },
572
572
}, },
0 commit comments