equipmentTypes: {
    armor: {
        _label: "Armor";
        heavyArmor: "Heavy Armor";
        lightArmor: "Light Armor";
        mediumArmor: "Medium Armor";
    };
    clothing: { _label: "Clothing" };
    other: { _label: "Other" };
    shield: {
        _label: "Shield";
        heavyShield: "Heavy Shield";
        lightShield: "Light Shield";
        other: "Miscellaneous Shield";
        towerShield: "Tower Shield";
    };
    wondrous: { _label: "Wondrous" };
} = ...

The various equipment types and their subtypes