Items

Gross Profit

prop("Amount Sold") * prop("Sold For")

After License

prop("Licensed") ? (prop("Gross Profit") * .6) : prop("Gross Profit")

Net Profit

prop("Total") - prop("Production Cost") * prop("Amount Sold")