class CfgWeapons {
    class ItemWatch;
    class ACE_Altimeter: ItemWatch {
        ACE_hideItemType = "Watch";

        author = "$STR_ACE_Common_ACETeam";
        descriptionShort = "$STR_ACE_Parachute_AltimeterDescription";
        displayName = "$STR_ACE_Parachute_AltimeterDisplayName";
        picture = PATHTOF(UI\watch_altimeter.paa);
    };
};