From dd06d7d1f1f695273d9936231750bcfef54a5579 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 3 Dec 2021 10:22:50 -0600 Subject: [PATCH] New config files (not used yet) --- config/economy.json | 11 +++++++++++ config/locale.json | 3 +++ config/roleplay.json | 28 +++++++++++++++++++++++++++- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 config/economy.json create mode 100644 config/locale.json 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