Module:AbilityHints: Difference between revisions

Jump to navigation Jump to search
added summons
Changed melee icon to melee charge since I think it's more intuitive/readable
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 16: Line 16:
--  tip  hover tooltip text (may contain simple HTML such as <br> or <b>)
--  tip  hover tooltip text (may contain simple HTML such as <br> or <b>)
local CONFIG = {
local CONFIG = {
     { list = "melee",          file = "Melee Lifesteal.png", link = "https://deadlock.wiki/Melee_Lifesteal", tip = "Benefits from melee items" },
     { list = "melee",          file = "Melee Charge.png",     link = "https://deadlock.wiki/Melee_Charge",     tip = "Benefits from melee items" },
     { list = "movementbased",  file = "Slowing Hex.png",      link = "https://deadlock.wiki/Slowing_Hex",      tip = "Disabled by Slowing Hex" },
     { list = "movementbased",  file = "Slowing Hex.png",      link = "https://deadlock.wiki/Slowing_Hex",      tip = "Disabled by Slowing Hex" },
{ list = "debuffresist",    file = "Debuff Reducer.png",  link = "https://deadlock.wiki/Debuff_Reducer",  tip = "Debuff duration reduced by Debuff Resist" },
{ list = "debuffresist",    file = "Debuff Reducer.png",  link = "https://deadlock.wiki/Debuff_Reducer",  tip = "Debuff duration reduced by Debuff Resist" },