Module:FisherList: Difference between revisions
m
remove vestigal reference to "hideCells" which is not needed for fisher
(downtime calculations, display tool) |
m (remove vestigal reference to "hideCells" which is not needed for fisher) |
||
Line 144:
-- resource
:IF(item.
:tag('td')
:done()
:ELSE()
:
▲ :node(plist.two_column_image_text(item.product,'File:' .. item.product .. '.png',item.product .. ' (co-op)',item.product))
▲ :ELSE()
▲ :node(plist.two_column_image_text(item.product,'File:' .. item.product .. '.png',item.product,item.product))
▲ :END()
▲ -- resource/hr
▲ :IF(item.productPerHour)
▲ :wikitext(item.productPerHour and math.floor(tonumber(item.productPerHour)*10)/10)
-- economics▼
:node(plist.currency_cell(item.profit))▼
:node(plist.currency_cell(item.profitPerHour))▼
:END()
-- XP
Line 191 ⟶ 182:
-- XP per hour
:IF(item.
:tag('td')
:done()
:ELSE()
:
▲ :wikitext(item.xpPerHourDropping and lang:formatNum(tonumber(item.xpPerHourDropping)))
:END()
|