@@ -1707,6 +1707,24 @@ return {
17071707 { label = " Sources" , modName = " WardRegen" , modType = " BASE" },
17081708 { label = " Increased Ward Regen" , modName = " WardRegen" , modType = " INC" },
17091709 }, },
1710+ { label = " Bypass" , haveOutput = " WardBypass" , { format = " {0:output:WardBypass}%" ,
1711+ { modName = " WardBypass" , modType = " BASE" },
1712+ }, },
1713+ { label = " Recover on Block" , haveOutput = " WardRecoverOnBlock" , { format = " {0:output:WardRecoverOnBlock}" ,
1714+ { modName = " WardRecoverOnBlock" , modType = " BASE" },
1715+ }, },
1716+ { label = " Recover on Charm Use" , haveOutput = " WardRecoverOnCharmUse" , { format = " {0:output:WardRecoverOnCharmUse}" ,
1717+ { modName = " WardRecoverOnCharmUse" , modType = " BASE" },
1718+ }, },
1719+ { label = " Recover on Minion Death" , haveOutput = " WardCoverOnMinionDeath" , { format = " {0:output:WardCoverOnMinionDeath}%" ,
1720+ { modName = " WardCoverOnMinionDeath" , modType = " BASE" },
1721+ }, },
1722+ { label = " Rune: Block Damage Taken" , haveOutput = " RuneWardBlockDamage" , { format = " {0:output:RuneWardBlockDamage}%" ,
1723+ { modName = " RuneWardBlockDamage" , modType = " BASE" },
1724+ }, },
1725+ { label = " Rune: INC Drain Rate" , haveOutput = " RuneWardDamageTaken" , { format = " {0:output:RuneWardDamageTaken}%" ,
1726+ { modName = " RuneWardDamageTaken" , modType = " INC" },
1727+ }, },
17101728} }
17111729} },
17121730-- secondary defenses
0 commit comments