Module:FisherList: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(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: Line 45:
-- duration and relocation times arent used for fisher, only respawn time and number of nodes
-- duration and relocation times arent used for fisher, only respawn time and number of nodes
if string.find(item.pageName,'Flounder') then
if string.find(item.pageName,'Flounder') then
item.downtime = 20
item.downtime = 80 -- flounder cannot be deposited, only sold
item.nodes = 6
item.nodes = 6
elseif string.find(item.pageName,'Eel') then
elseif string.find(item.pageName,'Eel') then
Line 51: Line 51:
item.nodes = 6
item.nodes = 6
elseif string.find(item.pageName,'Pufferfish') then
elseif string.find(item.pageName,'Pufferfish') then
item.downtime = 20
item.downtime = 20 -- pufferfish cannot be deposited, only sold
item.nodes = 6
item.nodes = 6
elseif string.find(item.pageName,'Gurnard') then
elseif string.find(item.pageName,'Gurnard') then