Module:Param Parse: Difference between revisions
Added buy_value to be used when calculating profits of processing professions.
The Gaffer (talk | contribs) (Undo revision 15910 by The Gaffer (talk)) Tag: Undo |
The Gaffer (talk | contribs) (Added buy_value to be used when calculating profits of processing professions.) Tag: Manual revert |
||
Line 294:
category_incomplete = 'Items needing value',
smw_property = 'Value',
smw_func = parse.number
}
parse.buy_value = {
name = 'buy_value',
func = parse.value_func,
category_incomplete = 'Items needing value',
smw_property = 'Buy Value',
smw_func = parse.number
}
|