Editing Module:AbilityInteractionGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 41: | Line 41: | ||
iconfile = 'Dispel Magic.png', | iconfile = 'Dispel Magic.png', | ||
link = 'Dispel Magic', | link = 'Dispel Magic', | ||
}, | }, | ||
['heroic aura'] = { | ['heroic aura'] = { | ||
| Line 83: | Line 69: | ||
iconfile = 'Monster Rounds.png', | iconfile = 'Monster Rounds.png', | ||
link = 'Monster Rounds', | link = 'Monster Rounds', | ||
}, | }, | ||
['reactive barrier'] = { | ['reactive barrier'] = { | ||
| Line 101: | Line 80: | ||
aliases = {}, | aliases = {}, | ||
title = 'Slowing Hex', | title = 'Slowing Hex', | ||
type = ' | type = 'info', | ||
iconfile = 'Slowing Hex.png', | iconfile = 'Slowing Hex.png', | ||
link = 'Slowing Hex', | link = 'Slowing Hex', | ||
}, | }, | ||
['unstoppable'] = { | ['unstoppable'] = { | ||
| Line 127: | Line 99: | ||
for _, entry in pairs(REGISTRY) do | for _, entry in pairs(REGISTRY) do | ||
for _, alias in ipairs(entry.aliases or {}) do | for _, alias in ipairs(entry.aliases or {}) do | ||
index[ | index[alias] = entry | ||
end | end | ||
end | end | ||
for key, entry in pairs(REGISTRY) do | for key, entry in pairs(REGISTRY) do | ||
index[ | index[key] = entry | ||
end | end | ||