Module:AbilityHints: Difference between revisionsGive feedback
m add sorting for ability hints |
m add dontbreakstealth ability hint |
||
| Line 11: | Line 11: | ||
-- Automatic hints that get shown without corresponding {{AbilityInteraction}}. Powered by Module:AbilityTable | -- Automatic hints that get shown without corresponding {{AbilityInteraction}}. Powered by Module:AbilityTable | ||
local CONFIG = { | local CONFIG = { | ||
{ list = "melee", | { list = "melee", file = "Melee Charge.png", tip = "Benefits from melee items (e.g. [[Melee Charge]])" }, | ||
{ list = "movementbased", | { list = "dontbreakstealth", file = "Veil Walker.png", tip = "Casting does not break from [[Veil Walker]] or [[Shadow Weave]]" }, | ||
{ list = "debuffresist", | { list = "movementbased", file = "Slowing Hex.png", tip = "Disabled by [[Slowing Hex]]" }, | ||
{ list = "heal", | { list = "debuffresist", file = "Debuff Reducer.png", tip = "Debuff duration reduced by [[Debuff Resist]]" }, | ||
{ list = "reactivebarrier", file = "Reactive Barrier.png", tip = "Triggers [[Reactive Barrier]]" }, | { list = "heal", file = "Healing Booster.png", tip = "[[Healing]] amplified by [[Healing Booster]] and affected by healing reduction" }, | ||
{ list = "dispelmagic", | { list = "reactivebarrier", file = "Reactive Barrier.png", tip = "Triggers [[Reactive Barrier]]" }, | ||
{ list = "indomitable", | { list = "dispelmagic", file = "Dispel Magic.png", tip = "Effect can be [[Dispel Magic|dispelled]]" }, | ||
{ list = "unstoppable", | { list = "indomitable", file = "Indomitable.png", tip = "Disable prevented by [[Indomitable]]" }, | ||
{ list = "platedarmor", | { list = "unstoppable", file = "Unstoppable.png", tip = "Negative effects suppressed by [[Unstoppable]]" }, | ||
{ list = "summons", | { list = "platedarmor", file = "Plated Armor.png", tip = "On-shot effect prevented by [[Plated Armor]]" }, | ||
{ list = "summons", file = "Monster Rounds.png", tip = "Summons affected by [[Monster Rounds]] and [[Heroic Aura]]" }, | |||
} | } | ||