Module:FisherList: Difference between revisions

forgot to account for activity duration when calculating the effective duration
(replace relocation time with a calculation based on respawn time)
(forgot to account for activity duration when calculating the effective duration)
Line 72:
-- 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
21,691

edits