@@ -575,18 +575,18 @@ return {
575575} }
576576} },
577577{ 1 , " SkillTypeStats" , 1 , colorCodes .OFFENCE , {{ defaultCollapsed = false , label = " Skill type-specific Stats" , data = {
578- { label = " Mana Cost" , color = colorCodes .MANA , haveOutput = " ManaCost " , { format = " {0:output:ManaCost}" , { breakdown = " ManaCost" }, { modName = { " ManaCost" , " Cost" }, cfg = " skill" }, }, },
579- { label = " Life Cost" , color = colorCodes .LIFE , haveOutput = " LifeCost " , { format = " {0:output:LifeCost}" , { breakdown = " LifeCost" }, { modName = { " LifeCost" , " Cost" }, cfg = " skill" }, }, },
580- { label = " ES Cost" , color = colorCodes .ES , haveOutput = " ESCost " , { format = " {0:output:ESCost}" , { breakdown = " ESCost" }, { modName = { " ESCost" , " Cost" }, cfg = " skill" }, }, },
581- { label = " Rage Cost" , color = colorCodes .RAGE , haveOutput = " RageCost " , { format = " {0:output:RageCost}" , { breakdown = " RageCost" }, { modName = { " RageCost" , " Cost" }, cfg = " skill" }, }, },
582- { label = " Mana % Cost" , color = colorCodes .MANA , haveOutput = " ManaPercentCost " , { format = " {0:output:ManaPercentCost}" , { breakdown = " ManaPercentCost" }, { modName = { " ManaCost" , " Cost" }, cfg = " skill" }, }, },
583- { label = " Life % Cost" , color = colorCodes .LIFE , haveOutput = " LifePercentCost " , { format = " {0:output:LifePercentCost}" , { breakdown = " LifePercentCost" }, { modName = { " LifeCost" , " Cost" }, cfg = " skill" }, }, },
584- { label = " Mana Cost" , color = colorCodes .MANA , haveOutput = " ManaPerSecondCost " , { format = " {2:output:ManaPerSecondCost}/s" , { breakdown = " ManaPerSecondCost" }, { modName = { " ManaCost" , " Cost" }, cfg = " skill" }, }, },
585- { label = " Life Cost" , color = colorCodes .LIFE , haveOutput = " LifePerSecondCost " , { format = " {2:output:LifePerSecondCost}/s" , { breakdown = " LifePerSecondCost" }, { modName = { " LifeCost" , " Cost" }, cfg = " skill" }, }, },
586- { label = " Mana % Cost" , color = colorCodes .MANA , haveOutput = " ManaPercentPerSecondCost " , { format = " {2:output:ManaPercentPerSecondCost}/s" , { breakdown = " ManaPercentPerSecondCost" }, { modName = { " ManaCost" , " Cost" }, cfg = " skill" }, }, },
587- { label = " Life % Cost" , color = colorCodes .LIFE , haveOutput = " LifePercentPerSecondCost " , { format = " {2:output:LifePercentPerSecondCost}/s" , { breakdown = " LifePercentPerSecondCost" }, { modName = { " LifeCost" , " Cost" }, cfg = " skill" }, }, },
588- { label = " ES Cost" , color = colorCodes .ES , haveOutput = " ESPerSecondCost " , { format = " {2:output:ESPerSecondCost}/s" , { breakdown = " ESPerSecondCost" }, { modName = { " ESCost" , " Cost" }, cfg = " skill" }, }, },
589- { label = " ES % Cost" , color = colorCodes .ES , haveOutput = " ESPercentPerSecondCost " , { format = " {2:output:ESPercentPerSecondCost}/s" , { breakdown = " ESPercentPerSecondCost" }, { modName = { " ESCost" , " Cost" }, cfg = " skill" }, }, },
578+ { label = " Mana Cost" , color = colorCodes .MANA , haveOutput = " ManaHasCost " , { format = " {0:output:ManaCost}" , { breakdown = " ManaCost" }, { modName = { " ManaCost" , " Cost" }, cfg = " skill" }, }, },
579+ { label = " Life Cost" , color = colorCodes .LIFE , haveOutput = " LifeHasCost " , { format = " {0:output:LifeCost}" , { breakdown = " LifeCost" }, { modName = { " LifeCost" , " Cost" }, cfg = " skill" }, }, },
580+ { label = " ES Cost" , color = colorCodes .ES , haveOutput = " ESHasCost " , { format = " {0:output:ESCost}" , { breakdown = " ESCost" }, { modName = { " ESCost" , " Cost" }, cfg = " skill" }, }, },
581+ { label = " Rage Cost" , color = colorCodes .RAGE , haveOutput = " RageHasCost " , { format = " {0:output:RageCost}" , { breakdown = " RageCost" }, { modName = { " RageCost" , " Cost" }, cfg = " skill" }, }, },
582+ { label = " Mana % Cost" , color = colorCodes .MANA , haveOutput = " ManaPercentHasCost " , { format = " {0:output:ManaPercentCost}" , { breakdown = " ManaPercentCost" }, { modName = { " ManaCost" , " Cost" }, cfg = " skill" }, }, },
583+ { label = " Life % Cost" , color = colorCodes .LIFE , haveOutput = " LifePercentHasCost " , { format = " {0:output:LifePercentCost}" , { breakdown = " LifePercentCost" }, { modName = { " LifeCost" , " Cost" }, cfg = " skill" }, }, },
584+ { label = " Mana Cost" , color = colorCodes .MANA , haveOutput = " ManaPerSecondHasCost " , { format = " {2:output:ManaPerSecondCost}/s" , { breakdown = " ManaPerSecondCost" }, { modName = { " ManaCost" , " Cost" }, cfg = " skill" }, }, },
585+ { label = " Life Cost" , color = colorCodes .LIFE , haveOutput = " LifePerSecondHasCost " , { format = " {2:output:LifePerSecondCost}/s" , { breakdown = " LifePerSecondCost" }, { modName = { " LifeCost" , " Cost" }, cfg = " skill" }, }, },
586+ { label = " Mana % Cost" , color = colorCodes .MANA , haveOutput = " ManaPercentPerSecondHasCost " , { format = " {2:output:ManaPercentPerSecondCost}/s" , { breakdown = " ManaPercentPerSecondCost" }, { modName = { " ManaCost" , " Cost" }, cfg = " skill" }, }, },
587+ { label = " Life % Cost" , color = colorCodes .LIFE , haveOutput = " LifePercentPerSecondHasCost " , { format = " {2:output:LifePercentPerSecondCost}/s" , { breakdown = " LifePercentPerSecondCost" }, { modName = { " LifeCost" , " Cost" }, cfg = " skill" }, }, },
588+ { label = " ES Cost" , color = colorCodes .ES , haveOutput = " ESPerSecondHasCost " , { format = " {2:output:ESPerSecondCost}/s" , { breakdown = " ESPerSecondCost" }, { modName = { " ESCost" , " Cost" }, cfg = " skill" }, }, },
589+ { label = " ES % Cost" , color = colorCodes .ES , haveOutput = " ESPercentPerSecondHasCost " , { format = " {2:output:ESPercentPerSecondCost}/s" , { breakdown = " ESPercentPerSecondCost" }, { modName = { " ESCost" , " Cost" }, cfg = " skill" }, }, },
590590 { label = " Active Minion Limit" , haveOutput = " ActiveMinionLimit" , { format = " {0:output:ActiveMinionLimit}" } },
591591 { label = " Quantity Multiplier" , haveOutput = " QuantityMultiplier" , { format = " {0:output:QuantityMultiplier}" ,
592592 { breakdown = " QuantityMultiplier" },
0 commit comments