New config files (not used yet)
This commit is contained in:
11
config/economy.json
Normal file
11
config/economy.json
Normal 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
3
config/locale.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[
|
||||||
|
["English", "english"]
|
||||||
|
]
|
||||||
@@ -26,5 +26,31 @@
|
|||||||
"phoneSpeakerDistance": 10,
|
"phoneSpeakerDistance": 10,
|
||||||
"phoneTalkDistance": 10,
|
"phoneTalkDistance": 10,
|
||||||
"tazerEffectDuration": 15000,
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user