Remove economy.json (moved to database)

This commit is contained in:
Vortrex
2023-02-28 22:35:43 -06:00
parent c8b2dca8de
commit b463c9f71f

View File

@@ -1,13 +0,0 @@
{
"passiveIncomePerPayDay": 2000,
"applyTax": true,
"applyUpkeep": true,
"grossIncomeMultiplier": 1.0,
"incomeTaxRate": 0.7,
"currencyString": "${AMOUNT}",
"upKeepCosts": {
"upKeepPerVehicle": 250,
"upKeepPerHouse": 350,
"upKeepPerBusiness": 600
}
}