Treasure Box 1.0.0

Has a ton of small mods I personally made for myself. Everything is toggleable in the config.

{
    /*
The GLUCK mod makes most if not all Glock 17 mods work on the glock 18c
*/
    "GLUCK": true,


    /*
The M14 mod makes the M1A have the fire rate of the M14, and turns it select fire.
*/
    "M14": true,


    /*
The Grenade launcher ergo mod adjusts grenade launcher ergo
It the GLs will be SET to the new value
*/
    "GrenadeLauncherErgo": true,
    "GrenadeLauncherErgoValue": -10,


    /*
The pistol scopes mod currently adds
M700 extended multi-slot Weaver rail base to the USP45
UM Tactical UM3 pistol sight mount to the Rhino 357
FN Five-seveN MK2 RMR mount to the Rhino 357
*/
    "PistolScopes": true,


    /*
The UMP drum adds a new .45 ACP drum mag to the game.
If other mods copy settings the UMP or Vector, you want to run this mod first to ensure that any
copies get the new mags.
If desired, it will be added it to the vector too.
If desired, it will be added to mechanic and peacekeeper level 3.

*/
    "UMPDrum": true,
    "UMPDrumVector": true,
    "UMPDrumAddToTraders": true,


    /*
The key durability mod makes all non-marked (and similiar) keys infinite uses, while leaving marked (and similar) keys at their original uses.
*/
    "keyDurability": true,


    /*
Adds names to the namelist of PMCs
*/
    "namelister": true,
    "IAmAScumAndWantToRemoveSupporterNames": false, //Removes the default supporer names from the namepool.
    "namesToAdd": //You can add more, just add more lines. Remember to follow json standard. Don't have a trailing comma etc.
[
        "Name1",
        "Name2",
        "Name3",
        "Name4"
],


    /*
zeroToHeroPouch replaces the alpha container with the waist pouch
*/
    "zeroToHeroPouch": true,


    /*
Override the minimum level to access the ragfair
*/
    "ragfairLevelOverride": true,
    "ragFairMinUserLevel": 99,


    /*
Adds the AK-105 compatible muzzles to the AK-12
*/
    "AK12Muzzles": true,


    /*
Changes name and description of the fake-ass vodka added by some stupid ass event. Can you tell I'm upset? I Can.
*/
    "fuckfakevodka": true,


    /*
Bot tier level adjustments
*/
    "botRangeAdjustment": true,
    "levelRanges": //Yes the 31-40 range is missing, this is intentional because of how the data is structured.
    //Basically leaving an empty range puts in the default values. You want a non-existing range for this.
[
{
            "min": 1,
            "max": 17
},
{
            "min": 18,
            "max": 30
},
{
            "min": 41,
            "max": 50
},
{
            "min": 51,
            "max": 100
}
],


    /*
Adds handguards from other AKs to the RPD, and allows muzzles from the AK103 on the RPD barrel
*/
    "rpdmods": true,


    /*
Dont touch this. or you will die.
*/
    "debug": false
}