Type: float
Determines the starting price and how the price increases after buing the menu item.
PRICE_INCREASE_FREE
PRICE_INCREASE_FIXED_10
PRICE_INCREASE_FIXED_100
PRICE_INCREASE_FIXED_1000
PRICE_INCREASE_FIXED_10_000
PRICE_INCREASE_LINEAR_10
PRICE_INCREASE_LINEAR_100
PRICE_INCREASE_LINEAR_1000
PRICE_INCREASE_DOUBLE_10
PRICE_INCREASE_DOUBLE_100
PRICE_INCREASE_DOUBLE_1000
Value: 0
The item is free.
Value: 1
The price is always 10.
Value: 4
The price is always 100.
Value: 7
The price is always 1000.
Value: 10
The price is always 10 000.
Value: 2
The price starts at 10, then 20, 30, 40, ...
Value: 5
The price starts at 100, then 200, 300, 400, ...
Value: 8
The price starts at 1000, then 2000, 3000, 4000, ...
Value: 3
The price starts at 10, then 20, 40, 80, ...
Value: 6
The price starts at 100, then 200, 400, 800, ...
Value: 9
The price starts at 1000, then 2000, 4000, 8000, ...