Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 1.4 KB

PRICE_INCREASE.md

File metadata and controls

66 lines (52 loc) · 1.4 KB

PRICE_INCREASE

Type: float

Determines the starting price and how the price increases after buing the menu item.

Used by

Values

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
PRICE_INCREASE_FREE

Value: 0

The item is free.

PRICE_INCREASE_FIXED_10

Value: 1

The price is always 10.

PRICE_INCREASE_FIXED_100

Value: 4

The price is always 100.

PRICE_INCREASE_FIXED_1000

Value: 7

The price is always 1000.

PRICE_INCREASE_FIXED_10_000

Value: 10

The price is always 10 000.

PRICE_INCREASE_LINEAR_10

Value: 2

The price starts at 10, then 20, 30, 40, ...

PRICE_INCREASE_LINEAR_100

Value: 5

The price starts at 100, then 200, 300, 400, ...

PRICE_INCREASE_LINEAR_1000

Value: 8

The price starts at 1000, then 2000, 3000, 4000, ...

PRICE_INCREASE_DOUBLE_10

Value: 3

The price starts at 10, then 20, 40, 80, ...

PRICE_INCREASE_DOUBLE_100

Value: 6

The price starts at 100, then 200, 400, 800, ...

PRICE_INCREASE_DOUBLE_1000

Value: 9

The price starts at 1000, then 2000, 4000, 8000, ...