more balancing

This commit is contained in:
DragonTrance
2022-06-08 19:22:56 -04:00
parent 99b3c904d5
commit 390ed769e9
+5 -4
View File
@@ -5,8 +5,9 @@
#define BASEPAY_CAPTAIN 1.65
#define PRICE_BASE (BASEPAY_ASSISTANT * 16)
#define PRICE_LOW (PRICE_BASE * 0.75)
#define PRICE_HIGH (PRICE_BASE * 2)
#define PRICE_EROTICA (PRICE_HIGH * 1.15)
#define PRICE_BASE (BASEPAY_ASSISTANT * 32)
#define PRICE_DEFAULT (PRICE_BASE * 0.5)
#define PRICE_LOW (PRICE_DEFAULT * 0.75)
#define PRICE_HIGH (PRICE_DEFAULT * 2)
#define PRICE_EROTICA (PRICE_DEFAULT * 1.75)
#define PRICE_EXPENSIVE (PRICE_HIGH * 1.5)