Module:MinerList: Difference between revisions
m
miscalculating resources per hour from duration and respawn
(xp per hour when dropping deathstone doesnt work as you need to get more explosives anyway) |
m (miscalculating resources per hour from duration and respawn) |
||
Line 92:
--products per hour
item.batch = 24
item.durationEffective = item.duration and item.respawn and (item.duration + item.respawn) / item.nodes
item.productPerHour = item.durationEffective and math.floor(1 / (item.durationEffective + item.downtime / item.batch) * 3600)
item.productPerHourDropping = item.durationEffective and 1 / (item.durationEffective) * 3600
|