Module:WoodcutterList: Difference between revisions

No change in size ,  Sunday at 07:17
Corrected items per hour for Ash Pine and Hickory
m (add purge link)
(Corrected items per hour for Ash Pine and Hickory)
 
Line 47:
item.productPerHourDropping = 594
elseif string.find(item.pageName,'Ash') then
item.productPerHour = 314402
item.productPerHourDropping = 360443
elseif string.find(item.pageName,'Oak') then
item.productPerHour = 335
item.productPerHourDropping = 349
elseif string.find(item.pageName,'Pine') then
item.productPerHour = 312367
item.productPerHourDropping = 339420
elseif string.find(item.pageName,'Hickory') then
item.productPerHour = 347360
item.productPerHourDropping = 400
elseif string.find(item.pageName,'Juniper') then
34

edits