Skip to content

BodyZones.json

json
{
    "version": "1", // Never touch this value. It is needed internally
    "isInitialized": 1, // Never touch this value. It is needed internally
    "zoneConfigs": [], // Never touch this value. It is needed internally
    "zoneNames": [ // You can add here your custom body zones or remove some of them. The zone will become dirty
        "Base", // The base zone means the player body itself, all other zones are clothing's
        "Body",
        "Head",
        "Headgear",
        "Mask",
        "Gloves",
        "Armband",
        "Vest",
        "Back",
        "Hips",
        "Legs",
        "Feet"
    ]
}