Module:AbilityInteraction: Difference between revisions

Normalize registry keys and aliases to lowercase when building the lookup index, so mixed-case aliases resolve (with help from vergir-bot LLM)
make slowing hex be negative (appear with read header), and echo shard - positive (green header)
 
(3 intermediate revisions by 2 users 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 76: Line 83:
iconfile = 'Monster Rounds.png',
iconfile = 'Monster Rounds.png',
link    = 'Monster Rounds',
link    = 'Monster Rounds',
},
['plated armor'] = {
aliases  = {},
title    = 'Plated Armor',
type    = 'negative',
iconfile = 'Plated Armor.png',
link    = 'Plated Armor',
},
},
['reactive barrier'] = {
['reactive barrier'] = {
Line 87: 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',