Module:WoodcutterList: Difference between revisions
m
more accuracy to the trees per hour, especially for ash
(add a column for tool used) |
m (more accuracy to the trees per hour, especially for ash) |
||
Line 48:
if item.hideCells then
item.downtime = 0
item.relocate = 2.125 -- basically just the respawn timer (45s / 8nodes - 3.5s chopping)
elseif string.find(item.pageName,'Ash') then
item.downtime =
item.relocate = 6.5 -- from the Strategy guide on the Ash Tree page, 360 log per hour
elseif string.find(item.pageName,'Oak') then
item.downtime = 30
|