Module:AbilityHints: Difference between revisions

Vergir (talk | contribs)
mNo edit summary
Vergir (talk | contribs)
mNo edit summary
Line 22: Line 22:
     { list = "heal",            item = "Healing Booster",  tip = "Amplified by Healing Booster and affected by Healing Reduction" },
     { 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" },
     { list = "dispelmagic",    item = "Dispel Magic",    tip = "Effect can be dispelled" },
    { list = "charges",        item = "Rapid Recharge",  tip = "Charged ability" },
     { list = "divinebarrier",  item = "Divine Barrier",  tip = "Effect can be dispelled by Divine Barrier (but not Dispel Magic)", 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 = "Effect blocked 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 = "platedarmor",    item = "Plated Armor",    tip = "Prevented by Plated Armor" },
     { list = "platedarmor",    item = "Plated Armor",    tip = "Prevented by Plated Armor" },
}
}