New config files (not used yet)

This commit is contained in:
Vortrex
2021-12-03 10:22:50 -06:00
parent 3c11eb5e8e
commit dd06d7d1f1
3 changed files with 41 additions and 1 deletions

11
config/economy.json Normal file
View File

@@ -0,0 +1,11 @@
{
"passiveIncomePerPayDay": 2000,
"applyTax": true,
"applyUpkeep": true,
"grossIncomeMultiplier": 1.0,
"upKeepCosts": {
"upKeepPerVehicle": 250,
"upKeepPerHouse": 350,
"upKeepPerBusiness": 600
}
}