17,030
edits
(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 = { | ||
[' | ['biome'] = { | ||
['Grasslands'] = 'Biomes', | |||
[' | ['Forest'] = 'Biomes', | ||
[' | ['Mountains'] = 'Biomes', | ||
[' | ['Water'] = 'Biomes', | ||
[' | ['Swamp'] = 'Biomes', | ||
[' | ['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' | ||
}, | }, | ||
[' | ['upgrade'] = { | ||
[' | -- Shop purchases | ||
[' | ['Extra Bank Slot'] = 'Bank Slot', | ||
[' | ['Reduce Wave Skip Cost'] = '', | ||
[' | ['Food Bonus'] = '', | ||
[' | ['Ammo Gatherer'] = '', | ||
[' | ['Rune Pouch'] = '', | ||
[' | ['Increase Starting Prayer Points'] = '', | ||
[' | ['Unlock Combat Passive Slot'] = '', | ||
[' | ['Prayer'] = '', | ||
[' | ['Increase Prayer Level'] = '', | ||
['Increase Prayer Points gained per Wave Completion'] = '', | |||
['Faster Golbin Spawns'] = '', | |||
['Golbin Crate'] = '' | |||
} | } | ||
} | } |