Module:WoodcutterList: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (add purge link)
(Corrected items per hour for Ash Pine and Hickory)
 
Line 47: Line 47:
item.productPerHourDropping = 594
item.productPerHourDropping = 594
elseif string.find(item.pageName,'Ash') then
elseif string.find(item.pageName,'Ash') then
item.productPerHour = 314
item.productPerHour = 402
item.productPerHourDropping = 360
item.productPerHourDropping = 443
elseif string.find(item.pageName,'Oak') then
elseif string.find(item.pageName,'Oak') then
item.productPerHour = 335
item.productPerHour = 335
item.productPerHourDropping = 349
item.productPerHourDropping = 349
elseif string.find(item.pageName,'Pine') then
elseif string.find(item.pageName,'Pine') then
item.productPerHour = 312
item.productPerHour = 367
item.productPerHourDropping = 339
item.productPerHourDropping = 420
elseif string.find(item.pageName,'Hickory') then
elseif string.find(item.pageName,'Hickory') then
item.productPerHour = 347
item.productPerHour = 360
item.productPerHourDropping = 400
item.productPerHourDropping = 400
elseif string.find(item.pageName,'Juniper') then
elseif string.find(item.pageName,'Juniper') then