Module:FisherList: Difference between revisions
flounder cannot be deposited, so they fish fewer per hour if selling
(forgot to account for activity duration when calculating the effective duration) |
(flounder cannot be deposited, so they fish fewer per hour if selling) |
||
Line 45:
-- duration and relocation times arent used for fisher, only respawn time and number of nodes
if string.find(item.pageName,'Flounder') then
item.downtime =
item.nodes = 6
elseif string.find(item.pageName,'Eel') then
Line 51:
item.nodes = 6
elseif string.find(item.pageName,'Pufferfish') then
item.downtime = 20 -- pufferfish cannot be deposited, only sold
item.nodes = 6
elseif string.find(item.pageName,'Gurnard') then
|