Editing Module:MinerPassiveList
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 42: | Line 42: | ||
-- no downtime for passives |
-- no downtime for passives |
||
item.profit = item.sellPrice and item.sellPrice |
item.profit = item.sellPrice and item.sellPrice * 0.005 |
||
item.productPerHour = item.duration and 1 / item.duration * 3600 |
item.productPerHour = item.duration and 1 / item.duration * 3600 |
||
Line 110: | Line 110: | ||
-- products |
-- products |
||
:node(plist.three_column_image_text(item.product, |
:node(plist.three_column_image_text(item.product,0.005,'File:' .. item.product .. '.png',item.product,item.product)) |
||
-- products per hour |
-- products per hour |