module Base
{
    item USMP_BulletproofVest_Patriot_Light_UCP
    {
        DisplayCategory = USMP_BulletproofVest,
        Type = Clothing,
        DisplayName = Military Plate Carrier (UCP),
        ClothingItem = USMP_BulletproofVest_Patriot_Light_UCP,
        BodyLocation = TorsoExtraVestBullet,
        IconsForTexture = USMP_BulletproofVest_Patriot_Light_UCP,
        BloodLocation = ShirtNoSleeves; Neck,
        RunSpeedModifier = 0.98,
        CombatSpeedModifier = 0.98,
        ScratchDefense = 55,
        BiteDefense = 30,
        BulletDefense = 100,
        Insulation = 0.6,
        WindResistance = 0.35,
        Weight = 3,
        NeckProtectionModifier = 0.5,
        WorldStaticModel = BulletproofVest_Patriot_Light_Ground,
    }


    item USMP_BulletproofVest_Medium_UCP
    {
        DisplayCategory = USMP_BulletproofVest,
        Type = Clothing,
        DisplayName = Improved Outer Tactical Vest (UCP),
        ClothingItem = USMP_BulletproofVest_Medium_UCP,
        BodyLocation = TorsoExtraVestBullet,
        IconsForTexture = USMP_BulletproofVest_Medium_UCP,
        BloodLocation = ShirtNoSleeves; Neck; Groin,
        RunSpeedModifier = 0.92,
        CombatSpeedModifier = 0.94,
        ScratchDefense = 70,
        BiteDefense = 50,
        BulletDefense = 100,
        Insulation = 0.7,
        WindResistance = 0.45,
        Weight = 6,
        NeckProtectionModifier = 0.65,
        WorldStaticModel = BulletproofVest_Defender_Medium_Ground,
    }

    item USMP_BulletproofVest_Patriot_Light_OCP
    {
        DisplayCategory = USMP_BulletproofVest,
        Type = Clothing,
        DisplayName = Military Plate Carrier (OCP),
        ClothingItem = USMP_BulletproofVest_Patriot_Light_OCP,
        BodyLocation = TorsoExtraVestBullet,
        IconsForTexture = USMP_BulletproofVest_Patriot_Light_OCP,
        BloodLocation = ShirtNoSleeves,
        RunSpeedModifier = 0.98,
        CombatSpeedModifier = 0.98,
        ScratchDefense = 55,
        BiteDefense = 30,
        BulletDefense = 100,
        Insulation = 0.6,
        WindResistance = 0.35,
        Weight = 2,
        WorldStaticModel = BulletproofVest_Patriot_Light_Ground,
    }	

}
