module Base
{

    item USMP_Helmet_PASGT_UCP
	{
	  DisplayCategory = Accessory,
	  Type = Clothing,
	  DisplayName = Military Helmet PASGT (UCP),
	  ClothingItem = USMP_Helmet_PASGT_UCP,
	  BodyLocation = Hat,
	  BloodLocation = Head,
	  IconsForTexture = USMP_Helmet_PASGT_UCP,
	  CanHaveHoles = false,
       ScratchDefense = 100,
	  BiteDefense = 100,
       BulletDefense = 100,
       Insulation = 0.2,
       WindResistance = 0.2,
	  WaterResistance = 0.2,
       ChanceToFall = 0,
	  Weight = 1,
        ClothingItemExtra = USMP_Helmet_PASGT_UCP_NoBelts,
        ClothingItemExtraOption = NoBelts,
        clothingExtraSubmenu = WithBelts,
       WorldStaticModel = Helmet_Patriot_Ground,
	}

    item USMP_Helmet_PASGT_UCP_NoBelts
	{
	  DisplayCategory = Accessory,
	  Type = Clothing,
	  DisplayName = Military Helmet PASGT (UCP),
	  ClothingItem = USMP_Helmet_PASGT_UCP_NoBelts,
	  BodyLocation = Hat,
	  BloodLocation = Head,
	  IconsForTexture = USMP_Helmet_PASGT_UCP,
	  CanHaveHoles = false,
       ScratchDefense = 100,
	  BiteDefense = 100,
       BulletDefense = 100,
       Insulation = 0.2,
       WindResistance = 0.2,
	  WaterResistance = 0.2,
       ChanceToFall = 0,
	  Weight = 1,
        ClothingItemExtra = USMP_Helmet_PASGT_UCP,
        ClothingItemExtraOption = WithBelts,
        clothingExtraSubmenu = NoBelts,
       WorldStaticModel = Helmet_Patriot_Ground,
	}

    item USMP_Helmet_Defender_OCP
	{
	  DisplayCategory = Accessory,
	  Type = Clothing,
	  DisplayName = Military Helmet Ops-Core (OCP),
	  ClothingItem = USMP_Helmet_Defender_OCP,
	  BodyLocation = Hat,
	  BloodLocation = Head,
	  IconsForTexture = USMP_Helmet_Defender_OCP,
	  CanHaveHoles = false,
       ScratchDefense = 100,
	  BiteDefense = 100,
       BulletDefense = 100,
       Insulation = 0.2,
       WindResistance = 0.2,
	  WaterResistance = 0.2,
       ChanceToFall = 0,
	  Weight = 1,
        AttachmentsProvided = KATTAJ1HelmetWithMount,
        ClothingItemExtra = USMP_Helmet_Defender_OCP_NoBelts,
        ClothingItemExtraOption = NoBelts,
        clothingExtraSubmenu = WithBelts,
       WorldStaticModel = Helmet_Defender_Ground,
	}

    item USMP_Helmet_Defender_OCP_NoBelts
	{
	  DisplayCategory = Accessory,
	  Type = Clothing,
	  DisplayName = Military Helmet Ops-Core (OCP),
	  ClothingItem = USMP_Helmet_Defender_OCP_NoBelts,
	  BodyLocation = Hat,
	  BloodLocation = Head,
	  IconsForTexture = USMP_Helmet_Defender_OCP,
	  CanHaveHoles = false,
       ScratchDefense = 100,
	  BiteDefense = 100,
       BulletDefense = 100,
       Insulation = 0.2,
       WindResistance = 0.2,
	  WaterResistance = 0.2,
       ChanceToFall = 0,
	  Weight = 1,
        AttachmentsProvided = KATTAJ1HelmetWithMount,
        ClothingItemExtra = USMP_Helmet_Defender_OCP,
        ClothingItemExtraOption = WithBelts,
        clothingExtraSubmenu = NoBelts,
       WorldStaticModel = Helmet_Defender_Ground,
	}

}
