Module:Items/SourceTables: Difference between revisions

Malcs fixed a typo so I had to also fix one
(Added Agility to list of Rhaelyx sources)
(Malcs fixed a typo so I had to also fix one)
Line 108: Line 108:
     table.insert(tables, p.buildCreationTable(skill, lvl, xp, req, qty, time, maxTime))
     table.insert(tables, p.buildCreationTable(skill, lvl, xp, req, qty, time, maxTime))
   end
   end
   if item.type == "Havest" or item.type == "Herb" or item.type == "Logs" then
   if item.type == "Harvest" or item.type == "Herb" or item.type == "Logs" then
     --Havest/Herb means farming
     --Harvest/Herb means farming
     --Logs might mean farming or might not. Depends on the logs
     --Logs might mean farming or might not. Depends on the logs
    --Yes, Havest. The typos are coming from inside the source code
     for i, item2 in pairs(ItemData.Items) do
     for i, item2 in pairs(ItemData.Items) do
       if item2.grownItemID == item.id then
       if item2.grownItemID == item.id then