Module:WoodcutterList: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Use the Tree Guide values for chops per hour, more accurate than before) |
m (more accurate numbers for yew trees) |
||
Line 68: | Line 68: | ||
item.productPerHourDropping = 367 |
item.productPerHourDropping = 367 |
||
elseif string.find(item.pageName,'Yew') then |
elseif string.find(item.pageName,'Yew') then |
||
item.productPerHour = |
item.productPerHour = 255 |
||
item.productPerHourDropping = |
item.productPerHourDropping = 271 |
||
else |
else |
||
-- catch all case based on chop time and bad assumptions |
-- catch all case based on chop time and bad assumptions |
||
-- ideally this should never be used |
|||
local banktime = 120 |
local banktime = 120 |
||
local relocate = 5 |
local relocate = 5 |