Anonymous

Module:Icons: Difference between revisions

From Melvor Idle
m
Image override for TotH expansion page
(Remove class overrides for Township icons following imagery rework)
m (Image override for TotH expansion page)
(One intermediate revision by the same user not shown)
Line 34: Line 34:
["Slayer Coins"] = "svg",
["Slayer Coins"] = "svg",
["Raid Coins"] = "svg",
["Raid Coins"] = "svg",
["TotH"] = "svg",
["Shop"] = "svg",
["Shop"] = "svg",
["Easter"] = "svg",
["Easter"] = "svg",
Line 198: Line 199:
['Event Token - Holiday 2021'] = 'Christmas Present (Yellow)',
['Event Token - Holiday 2021'] = 'Christmas Present (Yellow)',
["I Can't See Helmet"] = {'Golbin', 'monster'},
["I Can't See Helmet"] = {'Golbin', 'monster'},
["Throne of the Herald Expansion"] = 'TotH',
-- Shop purchases
-- Shop purchases
['Basic Resupply'] = {'Lobster', 'item'},
['Basic Resupply'] = {'Lobster', 'item'},
Line 612: Line 614:
--Adding a shortcut function for this
--Adding a shortcut function for this
function p.TotH()
function p.TotH()
return p.Icon({'Throne of the Herald Expansion', ext='svg', notext=true, img='TotH', alt=''})
return p.Icon({'Throne of the Herald Expansion', notext=true, img='TotH', alt=''})
end
end