Actually Balanced and Standardized Vendor Prices. (#12495)
This commit is contained in:
@@ -33,3 +33,19 @@
|
||||
#define ID_NO_BANK_ACCOUNT 0
|
||||
#define ID_FREE_BANK_ACCOUNT 1
|
||||
#define ID_LOCKED_BANK_ACCOUNT 2
|
||||
|
||||
//Some price defines to help standarize the intended vending value of items. Do not bother adding too many examples.
|
||||
#define PRICE_FREE 0 // Sustainance/soviet vendor stuff.
|
||||
#define PRICE_CHEAP_AS_FREE 10 // Cheap lighters, syringes, soft drinks etc.
|
||||
#define PRICE_REALLY_CHEAP 20 // Snacks, hot drinks, tools.
|
||||
#define PRICE_PRETTY_CHEAP 30 // Some snacks, beer.
|
||||
#define PRICE_CHEAP 40 // Clothings. some electronics
|
||||
#define PRICE_ALMOST_CHEAP 60 // Fancy clothing, cig packs, booze-o-mat, seeds, medical.
|
||||
#define PRICE_BELOW_NORMAL 80 // Clothesmate and kinkmate premium stuff.
|
||||
#define PRICE_NORMAL 100 // Kitchen knife, other stuff.
|
||||
#define PRICE_ABOVE_NORMAL 150 // Liberation (capitalism ahoy) and donksoft vendors.
|
||||
#define PRICE_ALMOST_EXPENSIVE 200 // Butcher knife, cartridges, some premium stuff.
|
||||
#define PRICE_EXPENSIVE 325 // Premium stuff.
|
||||
#define PRICE_ABOVE_EXPENSIVE 500 // RCD, Crew pinpointer/monitor, galoshes
|
||||
#define PRICE_REALLY_EXPENSIVE 700 // More premium stuff.
|
||||
#define PRICE_ALMOST_ONE_GRAND 900 // $$$ Insulated gloves, backpack water-tank spray $$$
|
||||
|
||||
Reference in New Issue
Block a user