Module:AbilityHints: Difference between revisions

Jump to navigation Jump to search
Test: link hint icons via full URL so the anchor has no title attribute, which Page Previews (Popups) requires to fire — keeps click-through without the preview popup (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 Damage" },
     { list = "melee",          item = "Melee Lifesteal",  tip = "Benefits from Melee Damage" },
{ list = "reactivebarrier", item = "Reactive Barrier", tip = "Blocked by Reactive Barrier" },
{ list = "reactivebarrier", item = "Reactive Barrier", tip = "Triggers Reactive Barrier" },
{ list = "debuffresist",    item = "Debuff Reducer",  tip = "Duration reduced by Debuff Reducer" },
{ list = "debuffresist",    item = "Debuff Reducer",  tip = "Duration reduced by Debuff Resist" },
     { list = "movementbased",  item = "Slowing Hex",      tip = "Disabled by Slowing Hex" },
     { list = "movementbased",  item = "Slowing Hex",      tip = "Disabled by Slowing Hex" },
     { list = "heal",            item = "Healing Booster",  tip = "Amplified by Healing Booster" },
     { list = "heal",            item = "Healing Booster",  tip = "Amplified by Healing Booster and affected by Healing Reduction" },
     { list = "dispelmagic",    item = "Dispel Magic",    tip = "Effect can be dispelled by Dispel Magic" },
     { list = "dispelmagic",    item = "Dispel Magic",    tip = "Effect can be dispelled" },
     { list = "charges",        item = "Rapid Recharge",  tip = "Charged ability" },
     { list = "charges",        item = "Rapid Recharge",  tip = "Charged ability" },
     { list = "divinebarrier",  item = "Divine Barrier",  tip = "Effect can be dispelled by Divine Barrier", suppressed_by = "dispelmagic" },
     { list = "divinebarrier",  item = "Divine Barrier",  tip = "Effect can be dispelled by Divine Barrier (but not Dispel Magic)", suppressed_by = "dispelmagic" },
     { list = "indomitable",    item = "Indomitable",      tip = "Duration reduced by Indomitable", suppressed_by = "reactivebarrier" },
     { list = "indomitable",    item = "Indomitable",      tip = "Effect blocked by Indomitable", suppressed_by = "reactivebarrier" },
     { list = "unstoppable",    item = "Unstoppable",      tip = "Prevented by Unstoppable" },
     { list = "unstoppable",    item = "Unstoppable",      tip = "Prevented by Unstoppable" },
     { list = "cursedrelic",    item = "Cursed Relic",    tip = "Interrupted by Cursed Relic" },
     { list = "cursedrelic",    item = "Cursed Relic",    tip = "Interrupted by Cursed Relic" },