Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Undo revision 15910 by The Gaffer (talk))
Tag: Undo
(Added buy_value to be used when calculating profits of processing professions.)
Tag: Manual revert
Line 294: Line 294:
category_incomplete = 'Items needing value',
category_incomplete = 'Items needing value',
smw_property = '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
smw_func = parse.number
}
}