Module:FisherPassiveList: Difference between revisions
m
condense table by omitting " (skill node)" from the displayed links to the skill nodes (link still goes to node)
(cost of bait and price of fish, acts more like a recipe than a passive node) |
m (condense table by omitting " (skill node)" from the displayed links to the skill nodes (link still goes to node)) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 65:
local query = mw.smw.ask('[[Sold item::' .. item.material .. ']][[Shop buy price::!~N/A]]|?Shop buy price=data|mainlabel=-')
if type(query)=='table' then
-- price is returned as a number, 0.1 is for the crate
item.buy = (0.1+tonumber(query[1].data)*0.005) or 0
else
-- will return nil if the item is not in a shop, or if it is in a shop but can only be sold to the shop
Line 116:
:tag('th')
:attr{ colspan = '10' }
:wikitext('Buy
:done()
:tag('th')
Line 124:
:tag('th')
:attr{ colspan = '10' }
:wikitext('Sell
:done()
:tag('th')
Line 140:
:wikitext('XP/hr')
:done()
:done()
Line 172:
:done()
:tag('td')
:
:wikitext('[[' .. item.name .. '|' .. item.product ..']]')
:done()
Line 234 ⟶ 235:
-- coins per xp
-- :node(currency_cell(item.profitPerXP))
:done()
|