@@ -1740,6 +1740,11 @@ return {
17401740 { label = " Exposure Effect" , { format = " {1:output:ExposureEffectOnSelf}%" , { modName = " ExposureEffectOnSelf" }, }, },
17411741 { label = " Wither Effect" , { format = " {1:output:WitherEffectOnSelf}%" , { modName = " WitherEffectOnSelf" }, }, },
17421742 { label = " Debuff Dur. Mult." , haveOutput = " showDebuffExpirationModifier" , { format = " {1:output:DebuffExpirationModifier}%" , { modName = " SelfDebuffExpirationRate" }, }, },
1743+ } }, { defaultCollapsed = false , label = " Fortification" , data = {
1744+ { label = " Maximum Stacks" , haveOutput = " MaximumFortification" , { format = " {0:output:MaximumFortification}" , { breakdown = " MaximumFortification" }, { modName = " MaximumFortification" }, }, },
1745+ { label = " Minimum Stacks" , haveOutput = " MinimumFortification" , { format = " {0:output:MinimumFortification}" , { breakdown = " MinimumFortification" }, { modName = " MinimumFortification" }, }, },
1746+ { label = " Duration" , haveOutput = " FortificationDuration" , { format = " {2:output:FortificationDuration}s" , { breakdown = " FortificationDuration" }, { modName = " FortificationDuration" }, }, },
1747+ { label = " Less Dmg. Taken" , haveOutput = " FortificationEffect" , { format = " {output:FortificationEffect}%" , { breakdown = " FortificationEffect" }, { modName = " Condition:NoFortificationMitigation" }, }, },
17431748} }, { defaultCollapsed = false , label = " Stun Duration" , data = {
17441749 { label = " Stun Avoid Chance" , haveOutput = " StunAvoidChance" , { format = " {0:output:StunAvoidChance}%" , { breakdown = " StunAvoidChance" }, { modName = " AvoidStun" }, }, },
17451750 { label = " Stun Threshold" , { format = " {0:output:StunThreshold}" , { breakdown = " StunThreshold" }, { modName = { " StunThreshold" , " StunThresholdManaPercent" , " StunThresholdEnergyShieldPercent" } }, }, },
0 commit comments