@@ -609,6 +609,10 @@ return {
609609 { label = " Secondary Duration" , flag = " duration" , haveOutput = " DurationSecondary" , { format = " {3:output:DurationSecondary}s" , { breakdown = " DurationSecondary" }, }, },
610610 { label = " Aura Duration" , haveOutput = " AuraDuration" , { format = " {3:output:AuraDuration}s" , { breakdown = " AuraDuration" }, }, },
611611 { label = " Reserve Duration" , haveOutput = " ReserveDuration" , { format = " {3:output:ReserveDuration}s" , { breakdown = " ReserveDuration" }, }, },
612+ { label = " Uptime" , haveOutput = " DurationUptime" , { format = " {2:output:DurationUptime}%" , { breakdown = " DurationUptime" }, }, },
613+ { label = " Secondary Uptime" , haveOutput = " DurationSecondaryUptime" , { format = " {2:output:DurationSecondaryUptime}%" , { breakdown = " DurationSecondaryUptime" }, }, },
614+ { label = " Aura Uptime" , haveOutput = " AuraDurationUptime" , { format = " {2:output:AuraDurationUptime}%" , { breakdown = " AuraDurationUptime" }, }, },
615+ { label = " Reserve Uptime" , haveOutput = " ReserveDurationUptime" , { format = " {2:output:ReserveDurationUptime}%" , { breakdown = " ReserveDurationUptime" }, }, },
612616 { label = " Sustainable Trauma" , haveOutput = " SustainableTrauma" , { format = " {0:output:SustainableTrauma}" , { breakdown = " SustainableTrauma" }, { modName = { " SpeedPerTrauma" , " ExtraTrauma" , " RepeatCount" , " Duration" , " PrimaryDuration" , " SecondaryDuration" , " SkillAndDamagingAilmentDuration" }, cfg = " skill" }, }, },
613617 { label = " Projectile Count" , flag = " projectile" , { format = " {output:ProjectileCount}" , { modName = { " NoAdditionalProjectiles" , " ProjectileCount" }, cfg = " skill" }, }, },
614618 { label = " Pierce Count" , haveOutput = " PierceCount" , { format = " {output:PierceCountString}" , { modName = { " CannotPierce" , " PierceCount" , " PierceAllTargets" }, cfg = " skill" }, }, },
0 commit comments