Module:Icons: Difference between revisions

Add AoD Earth Golem overrides
m (added Dig Site Map icon shortcut)
(Add AoD Earth Golem overrides)
Line 244: Line 244:
["Possessed Barrel"] = "svg",
["Possessed Barrel"] = "svg",
["Lich"] = "svg",
["Lich"] = "svg",
["Earth Golem"] = "svg",
["Magic Golem"] = "svg",
["Magic Golem"] = "svg",
["Magic Mirror"] = "svg",
["Magic Mirror"] = "svg",
Line 474: Line 475:
['Alt Magic'] = 'Alternative Magic',
['Alt Magic'] = 'Alternative Magic',
['Alt. Magic'] = 'Alternative Magic',
['Alt. Magic'] = 'Alternative Magic',
['Spider2'] = 'Brown Spider'
['Spider2'] = 'Brown Spider',
['Earth Golem (AoD)'] = 'Earth Golem (AoD)'
}
}
--When calling for an icon for Key + Type, the link goes to Value
--When calling for an icon for Key + Type, the link goes to Value
Line 543: Line 545:
--If no other text override was specified for the given link, use these
--If no other text override was specified for the given link, use these
local txtOverrides = {
local txtOverrides = {
['Spider2'] = 'Brown Spider'
['Spider2'] = 'Brown Spider',
['Earth Golem (AoD)'] = 'Earth Golem'
}
}
--Ambiguous overrides section
--Ambiguous overrides section