Module:AbilityInteraction: Difference between revisions

TommyGun (talk | contribs)
added echo shard
make slowing hex be negative (appear with read header), and echo shard - positive (green header)
 
(One intermediate revision by one other user not shown)
Line 41: Line 41:
iconfile = 'Dispel Magic.png',
iconfile = 'Dispel Magic.png',
link    = 'Dispel Magic',
link    = 'Dispel Magic',
},
['echo shard'] = {
aliases  = {},
title    = 'Echo Shard',
type    = 'positive',
iconfile = 'Echo Shard.png',
link    = 'Echo Shard',
},
},
['heal'] = {
['heal'] = {
Line 94: Line 101:
aliases  = {},
aliases  = {},
title    = 'Slowing Hex',
title    = 'Slowing Hex',
type    = 'info',
type    = 'negative',
iconfile = 'Slowing Hex.png',
iconfile = 'Slowing Hex.png',
link    = 'Slowing Hex',
link    = 'Slowing Hex',
Line 111: Line 118:
iconfile = 'Unstoppable.png',
iconfile = 'Unstoppable.png',
link    = 'Unstoppable',
link    = 'Unstoppable',
},
['echo shard'] = {
aliases  = {},
title    = 'Echo Shard',
type    = 'info',
iconfile = 'Echo Shard.png',
link    = 'Echo Shard',
},
},
}
}