diff --git a/config/economy.json b/config/economy.json new file mode 100644 index 00000000..f1d8d5c4 --- /dev/null +++ b/config/economy.json @@ -0,0 +1,11 @@ +{ + "passiveIncomePerPayDay": 2000, + "applyTax": true, + "applyUpkeep": true, + "grossIncomeMultiplier": 1.0, + "upKeepCosts": { + "upKeepPerVehicle": 250, + "upKeepPerHouse": 350, + "upKeepPerBusiness": 600 + } +} \ No newline at end of file diff --git a/config/locale.json b/config/locale.json new file mode 100644 index 00000000..24138b83 --- /dev/null +++ b/config/locale.json @@ -0,0 +1,3 @@ +[ + ["English", "english"] +] \ No newline at end of file diff --git a/config/roleplay.json b/config/roleplay.json index dddac139..cc6f63bf 100644 --- a/config/roleplay.json +++ b/config/roleplay.json @@ -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" + ] } \ No newline at end of file