@@ -377,12 +377,12 @@ return {
377377 end },
378378 { var = " touchedDebuffsCount" , type = " countAllowZero" , label = " Glorious Madness Stacks" , ifOption = " embraceMadnessActive" , defaultState = 10 , tooltip = " Glorious Madness Stacks grants:\n\t Eroding Touch: 6% inc Damage Taken per stack\n\t Paralysing Touch: 6% reduced Action Speed per stack\n\t Diluting Touch: 9% reduced Flask charges gained and 9% reduced Flask Effect per stack\n\t Wasting Touch: 9% reduced ^xE05030Life ^7and ^x88FFFFEnergy Shield ^7recovery rate per stack" , apply = function (val , modList , enemyModList )
379379 val = m_min (val , 10 )
380- modList :NewMod (" DamageTaken" , " INC" , val * 6 , val .. " Eroding Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" })
381- modList :NewMod (" ActionSpeed" , " INC" , - val * 6 , val .. " Paralysing Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" })
382- modList :NewMod (" FlaskChargesGained" , " INC" , - val * 9 , val .. " Diluting Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" })
383- modList :NewMod (" FlaskEffect" , " INC" , - val * 9 , val .. " Diluting Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" })
384- modList :NewMod (" LifeRecoveryRate" , " INC" , - val * 9 , val .. " Wasting Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" })
385- modList :NewMod (" EnergyShieldRecoveryRate" , " INC" , - val * 9 , val .. " Wasting Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" })
380+ modList :NewMod (" DamageTaken" , " INC" , val * 6 , val .. " Eroding Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" }, { type = " Condition " , var = " AffectedByGloriousMadness " } )
381+ modList :NewMod (" ActionSpeed" , " INC" , - val * 6 , val .. " Paralysing Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" }, { type = " Condition " , var = " AffectedByGloriousMadness " } )
382+ modList :NewMod (" FlaskChargesGained" , " INC" , - val * 9 , val .. " Diluting Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" }, { type = " Condition " , var = " AffectedByGloriousMadness " } )
383+ modList :NewMod (" FlaskEffect" , " INC" , - val * 9 , val .. " Diluting Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" }, { type = " Condition " , var = " AffectedByGloriousMadness " } )
384+ modList :NewMod (" LifeRecoveryRate" , " INC" , - val * 9 , val .. " Wasting Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" }, { type = " Condition " , var = " AffectedByGloriousMadness " } )
385+ modList :NewMod (" EnergyShieldRecoveryRate" , " INC" , - val * 9 , val .. " Wasting Touch Stacks" , { type = " GlobalEffect" , effectType = " Debuff" }, { type = " Condition " , var = " AffectedByGloriousMadness " } )
386386 end },
387387 { label = " Feeding Frenzy:" , ifSkill = " Feeding Frenzy" },
388388 { var = " feedingFrenzyFeedingFrenzyActive" , type = " check" , label = " Is Feeding Frenzy active?" , ifSkill = " Feeding Frenzy" , tooltip = " Feeding Frenzy grants:\n\t 10% more Minion Damage\n\t 10% increased Minion Movement Speed\n\t 10% increased Minion Attack and Cast Speed" , apply = function (val , modList , enemyModList )
0 commit comments