4,951
edits
Falterfire (talk | contribs) (forcibly removing Lemon Cake) |
Falterfire (talk | contribs) (removed right-aligning on value for cooked items since multi-quantity cooks make that ugly) |
||
Line 46: | Line 46: | ||
result = result..'||style="text-align:right"|'..item.cookingXP | result = result..'||style="text-align:right"|'..item.cookingXP | ||
result = result..'||style="text-align:right" data-sort-value="'..item.healsFor..'"|'..Icons.Icon({"Hitpoints", type="skill", notext=true})..' '..(item.healsFor * 10) | result = result..'||style="text-align:right" data-sort-value="'..item.healsFor..'"|'..Icons.Icon({"Hitpoints", type="skill", notext=true})..' '..(item.healsFor * 10) | ||
result = result..'|| | result = result..'||data-sort-value="'..(item.sellsFor * qty)..'"|'..Icons.GP(item.sellsFor) | ||
if qty > 1 then | if qty > 1 then | ||
result = result..' (x'..qty..')' | result = result..' (x'..qty..')' |