13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"passiveIncomePerPayDay": 2000,
|
|
"applyTax": true,
|
|
"applyUpkeep": true,
|
|
"grossIncomeMultiplier": 1.0,
|
|
"incomeTaxRate": 0.7,
|
|
"currencyString": "${AMOUNT}",
|
|
"upKeepCosts": {
|
|
"upKeepPerVehicle": 250,
|
|
"upKeepPerHouse": 350,
|
|
"upKeepPerBusiness": 600
|
|
}
|
|
} |