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
}
}

3
config/locale.json Normal file
View File

@@ -0,0 +1,3 @@
[
["English", "english"]
]

View File

@@ -26,5 +26,31 @@
"phoneSpeakerDistance": 10,
"phoneTalkDistance": 10,
"tazerEffectDuration": 15000,
"subAccountNameAllowedCharacters": "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
"subAccountNameAllowedCharacters": "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",
"accents": [
"English",
"French",
"Russian",
"Scottish",
"Irish",
"Spanish",
"Southern American",
"Italian",
"Australian",
"Jamaican",
"Israeli",
"Dutch",
"Brazilian",
"Portuguese",
"German",
"Canadian",
"Chinese",
"Japanese",
"Turkish",
"Korean",
"Estonian",
"Sicilian",
"Indian",
"Rough"
]
}