Module:AbilityHints: Difference between revisions

Jump to navigation Jump to search
Replace reactivebarrier/indomitable suppression with a diagonally-split combined icon (clip-path); tooltip shows both notes (with help from vergir-bot LLM)
Vergir (talk | contribs)
mNo edit summary
Line 17: Line 17:
local CONFIG = {
local CONFIG = {
     { list = "melee",          item = "Melee Lifesteal",  tip = "Benefits from melee items" },
     { list = "melee",          item = "Melee Lifesteal",  tip = "Benefits from melee items" },
{ list = "reactivebarrier", item = "Reactive Barrier", tip = "Triggers Reactive Barrier" },
    { list = "movementbased",   item = "Slowing Hex",     tip = "Disabled by Slowing Hex" },
{ list = "debuffresist",    item = "Debuff Reducer",  tip = "Duration reduced by Debuff Resist" },
{ list = "debuffresist",    item = "Debuff Reducer",  tip = "Duration reduced by Debuff Resist" },
    { list = "movementbased",  item = "Slowing Hex",      tip = "Disabled by Slowing Hex" },
     { list = "heal",            item = "Healing Booster",  tip = "Healing amplified by Healing Booster and affected by healing reduction" },
     { list = "heal",            item = "Healing Booster",  tip = "Healing amplified by Healing Booster and affected by healing reduction" },
    { list = "reactivebarrier", item = "Reactive Barrier", tip = "Triggers Reactive Barrier" },
     { list = "dispelmagic",    item = "Dispel Magic",    tip = "Effect can be dispelled" },
     { list = "dispelmagic",    item = "Dispel Magic",    tip = "Effect can be dispelled" },
     { list = "indomitable",    item = "Indomitable",      tip = "Effect blocked by Indomitable" },
     { list = "indomitable",    item = "Indomitable",      tip = "Effect blocked by Indomitable" },