Skip to content

TraderItemCategorieOrder.json

Defines the order of categories for each dealer point. The catergories will automatically updated if your create a new category in the TraderItemConfigs.

json
{
    "version": "1", // Never touch this value. It is needed internally
    "categorieOrder": {
        "Weapon Trader": [ // Dealer Point Name
            "Assault Rifles", // Category Name
            "Submachine Guns",
            ...
        ]
        ...
    }
}