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