Module:ForagerList: Difference between revisions
move from calculating actions per hour to specifying actions per hour, so people can import values from strategy guides
m (potato bank time) |
(move from calculating actions per hour to specifying actions per hour, so people can import values from strategy guides) |
||
Line 40:
-- downtime is very important for gathering-type professions
-- initial values, it will be obvious if these get used
item.
item.
-- these numbers are
if string.find(item.pageName,'Kelp') then
item.
item.
elseif string.find(item.pageName,'Wallplant') then
item.
item.
elseif string.find(item.pageName,'Periwinkle') then
item.
item.
elseif string.find(item.pageName,'Shell') then
item.
item.
elseif string.find(item.pageName,'Potato') then
item.
item.
elseif string.find(item.pageName,'Pond Weed') then
item.
item.
elseif string.find(item.pageName,'Bellplant') then
item.
item.
elseif string.find(item.pageName,'Monument Piece') then
item.
item.
elseif string.find(item.pageName,'Water Lily') then
item.
item.
elseif string.find(item.pageName,'Starfish') then
item.
item.
elseif string.find(item.pageName,'Hogberries') then
item.
item.
elseif string.find(item.pageName,'Limpet') then
item.
item.
elseif string.find(item.pageName,'Nettle') then
item.
item.
elseif string.find(item.pageName,'Wrack') then
item.
item.
end
-- profitability
item.profit = item.sellPrice
-- properties per hour
|