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