Tue Apr 29, 2003 12:37 am by ceylon
Right, but the format is exactly the same for commodities and equipment.
The variables may have different required modifiers, but hey apply to the same thing, except possibly e, since noone knows what it does.
For commodities:
If c,d = 0,0 it is not sold. if c,d = 150,500 it is sold.
f affects the price. if you set it to 5, the buy/sell price is 5 times the normal.
e does not affect this. Check it out. I was hoping you had found a use for variable e. If e has an effect, it does something else.
As far as I can tell, the following two lines will have the same result. I can't find the difference.
MarketGood = commodity_oxygen, 0, -1, 0, 0, 1, 0.600000
MarketGood = commodity_oxygen, 0, -1, 0, 0, 0, 0.600000
The base will buy the item at 60% of the selling price. I know this because I have made new items, with variable prices, and they always have an e value of 0
Have you found a difference?
Ceylon