Module:WoodcutterList: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
m (profit per xp not used) |
m (add a "relocate" parameter for working out logs per hour) |
||
Line 47: | Line 47: | ||
item.downtime = 60 -- THIS IS AN INITIAL GUESS, DO NOT USE THIS VALUE |
item.downtime = 60 -- THIS IS AN INITIAL GUESS, DO NOT USE THIS VALUE |
||
item.batch = 24 |
item.batch = 24 |
||
item.relocate = 5 |
|||
item.productPerHour = item.duration and 1 / (item.duration + item.downtime / item.batch) * 3600 |
item.productPerHour = item.duration and 1 / (item.duration + item.relocate + item.downtime / item.batch) * 3600 |
||
-- properties per hour |
-- properties per hour |