4,951
edits
Falterfire (talk | contribs) (Moving getEquipmentTable over to Module:Items/ComparisonTables) |
Falterfire (talk | contribs) (Making a couple more things module-level variables) |
||
Line 16: | Line 16: | ||
local Icons = require('Module:Icons') | local Icons = require('Module:Icons') | ||
p.EasterEggs = {'Amulet of Calculated Promotion', 'Clue Chasers Insignia', '8', 'Lemon'} | |||
p.OtherShopItems = {'Cooking Gloves', 'Mining Gloves', 'Gem Gloves', 'Smithing Gloves', 'Thieving Gloves'} | |||
--This is hardcoded, so there's no easy way to scrape it. Hopefully it doesn't change | --This is hardcoded, so there's no easy way to scrape it. Hopefully it doesn't change | ||
p.GemTable = {["Topaz"] = {name = 'Topaz', id = 128, chance = 50}, | p.GemTable = {["Topaz"] = {name = 'Topaz', id = 128, chance = 50}, | ||
Line 25: | Line 25: | ||
["Diamond"] = {name = "Diamond", id = 132, chance = 5}} | ["Diamond"] = {name = "Diamond", id = 132, chance = 5}} | ||
--The base chance to receive a gem while mining | --The base chance to receive a gem while mining | ||
p.GemChance = .01 | |||
--The number of different fishing junk items | --The number of different fishing junk items | ||
p.junkCount = 8 | |||
--Items (aside from bars & gems) which can be created via Alt Magic | --Items (aside from bars & gems) which can be created via Alt Magic | ||
local AltMagicProducts = {'Rune Essence', 'Bones', 'Holy Dust'} | local AltMagicProducts = {'Rune Essence', 'Bones', 'Holy Dust'} |