Module:Mazunki/Fletching
Documentation for this module may be created at Module:Mazunki/Fletching/doc
local SkillData = mw.loadData('Module:Skills/data')
local Shared = require('Module:Shared')
local Items = require('Module:Items')
local Icons = require('Module:Icons')
local skillartisan = require("Module:Skills/Artisan")
local p = {}
function p._getTimeToCollectMaterials(itemid)
return 1.0
end
function p._getFletchingBestExperienceTable(frame)
-- local fletches = {}
-- table.insert(fletches, '{| class="wikitable sortable stickyHeader"\r\n|- class="headerRow-0"')
return skillartisan._getRecipeTable('Fletching', '', {'Item', 'SkillLevel', 'SkillXP', 'SkillXPSec'})
--table.insert
end
function p._testing()
-- return p._get_fletchingRatesTable(10, 70)
end