Module:WoodcutterList: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Californ1a (talk | contribs) 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 = |
item.productPerHour = 402 |
||
item.productPerHourDropping = |
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 = |
item.productPerHour = 367 |
||
item.productPerHourDropping = |
item.productPerHourDropping = 420 |
||
elseif string.find(item.pageName,'Hickory') then |
elseif string.find(item.pageName,'Hickory') then |
||
item.productPerHour = |
item.productPerHour = 360 |
||
item.productPerHourDropping = 400 |
item.productPerHourDropping = 400 |
||
elseif string.find(item.pageName,'Juniper') then |
elseif string.find(item.pageName,'Juniper') then |