Alex
Created page with "local curr = require('Module:Currency')._amount local dpl = require('Module:DPLlua') local geprices = mw.loadJsonData('Module:GEPrices/data.json') local p = {} function calcValue(item, lowqty, highqty, rarity, rolls, alchprice, alchonly, options) local avgqty = (tonumber(lowqty) + tonumber(highqty)) / 2 local rar_good, price -- parse price local i_lo = item:lower() if i_lo == 'brimstone key' and options.brimstone ~= nil then if alchonly then price = tonumber(..."