Module:Icons: Difference between revisions

1,006 bytes added ,  9 September 2023
Add icon overrides from Module:Shop
(Extension overrides for Aranite tools)
(Add icon overrides from Module:Shop)
Line 307: Line 307:
["Auroras"] = {'Aurora', 'spellType'},
["Auroras"] = {'Aurora', 'spellType'},
-- Shop purchases
-- Shop purchases
['Extra Bank Slot'] = {'Bank Slot', 'upgrade'},
['Basic Resupply'] = {'Lobster', 'item'},
['Basic Resupply'] = {'Lobster', 'item'},
['Standard Resupply'] = {'Crab', 'item'},
['Standard Resupply'] = {'Crab', 'item'},
Line 323: Line 324:
["Cartographer's Enhancement"] = {'Cartography', 'skill'},
["Cartographer's Enhancement"] = {'Cartography', 'skill'},
["Cartographer's Knowledge"] = {'Cartography', 'skill'},
["Cartographer's Knowledge"] = {'Cartography', 'skill'},
-- Golbin Raid shop items
["Reduce Wave Skip Cost"] = {'Melvor Logo', ''},
["Food Bonus"] = {'Melvor Logo', ''},
["Ammo Gatherer"] = {'Melvor Logo', ''},
["Rune Pouch"] = {'Melvor Logo', ''},
["Increase Starting Prayer Points"] = {'Melvor Logo', ''},
["Unlock Combat Passive Slot"] = {'Melvor Logo', ''},
["Prayer"] = {'Prayer', 'skill'},
["Increase Prayer Level"] = {'Prayer', 'skill'},
["Increase Prayer Points gained per Wave Completion"] = {'Prayer', 'skill'},
["Faster Golbin Spawns"] = {'Timer', ''},
-- Alt.Magic spells using item icons
-- Alt.Magic spells using item icons
['Item Alchemy'] = {'Item Alchemy III', 'spell'},
['Item Alchemy'] = {'Item Alchemy III', 'spell'},
Line 464: Line 476:
--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
local typeLinkOverrides = {
local typeLinkOverrides = {
['spellType'] = {
['biome'] = {
-- Spellbooks
['Grasslands'] = 'Biomes',
['Standard'] = 'Standard Magic',
['Forest'] = 'Biomes',
['Ancient'] = 'Ancient Magicks',
['Mountains'] = 'Biomes',
['Archaic'] = 'Archaic Magicks',
['Water'] = 'Biomes',
['Curse'] = 'Curses',
['Swamp'] = 'Biomes',
['Aurora'] = 'Auroras'
['Valley'] = 'Biomes',
['Arid Plains'] = 'Biomes',
['Jungle'] = 'Biomes',
['Desert'] = 'Biomes',
['Snowlands'] = 'Biomes'
},
},
['resource'] = {
['resource'] = {
Line 486: Line 502:
['Leather'] = '',
['Leather'] = '',
['Clothing'] = ''
['Clothing'] = ''
},
['spellType'] = {
-- Spellbooks
['Standard'] = 'Standard Magic',
['Ancient'] = 'Ancient Magicks',
['Archaic'] = 'Archaic Magicks',
['Curse'] = 'Curses',
['Aurora'] = 'Auroras'
},
},
['township'] = {
['township'] = {
Line 498: Line 522:
['Solar Eclipse'] = 'Seasons'
['Solar Eclipse'] = 'Seasons'
},
},
['biome'] = {
['upgrade'] = {
['Grasslands'] = 'Biomes',
-- Shop purchases
['Forest'] = 'Biomes',
['Extra Bank Slot'] = 'Bank Slot',
['Mountains'] = 'Biomes',
['Reduce Wave Skip Cost'] = '',
['Water'] = 'Biomes',
['Food Bonus'] = '',
['Swamp'] = 'Biomes',
['Ammo Gatherer'] = '',
['Valley'] = 'Biomes',
['Rune Pouch'] = '',
['Arid Plains'] = 'Biomes',
['Increase Starting Prayer Points'] = '',
['Jungle'] = 'Biomes',
['Unlock Combat Passive Slot'] = '',
['Desert'] = 'Biomes',
['Prayer'] = '',
['Snowlands'] = 'Biomes'
['Increase Prayer Level'] = '',
['Increase Prayer Points gained per Wave Completion'] = '',
['Faster Golbin Spawns'] = '',
['Golbin Crate'] = ''
}
}
}
}