From a5de7b59a70e078c06c11e39aeb7d5ffb3cf21eb Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 9 Jan 2022 05:21:29 -0600 Subject: [PATCH] Remove unused roleplay config --- config/roleplay.json | 56 -------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 config/roleplay.json diff --git a/config/roleplay.json b/config/roleplay.json deleted file mode 100644 index cc6f63bf..00000000 --- a/config/roleplay.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "defaultStreamingRadioVolume": 50, - "npcFarProximity": 100, - "npcMediumProximity": 40, - "npcCloseProximity": 12, - "meActionDistance": 20, - "doActionDistance": 15, - "shoutDistance": 30, - "talkDistance": 10, - "whisperDistance": 2, - "megaphoneDistance": 40, - "vehicleLockDistance": 5, - "startWorkingDistance": 5, - "takeJobDistance": 5, - "stopWorkingDistance": 10, - "spawnCarDistance": 5, - "payAndSprayDistance": 5, - "exitPropertyDistance": 3.0, - "enterPropertyDistance": 3.0, - "businessDimensionStart": 5000, - "houseDimensionStart": 100, - "buyVehicleDriveAwayDistance": 25.0, - "returnToJobVehicleTime": 30, - "walkieTalkieSpeakerDistance": 10, - "walkieTalkieTalkDistance": 10, - "phoneSpeakerDistance": 10, - "phoneTalkDistance": 10, - "tazerEffectDuration": 15000, - "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