module Base
{
    item USMP_Pants_Cargo_UCP
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military Cargo Pants (UCP),
        ClothingItem = USMP_Pants_Cargo_UCP,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        IconsForTexture = USMP_Pants_Cargo_UCP,
        RunSpeedModifier = 0.98,
        ScratchDefense = 35,
        BiteDefense = 25,
        Insulation = 0.35,
        WindResistance = 0.5,
        WaterResistance = 0.4,
	  Weight = 1,
        FabricType = Cotton,
        ClothingItemExtra = USMP_Pants_Cargo_UCP_RollUp;USMP_Pants_Cargo_UCP_Tuck,
        ClothingItemExtraOption = RollUpPants;TuckPants,
        ClothingExtraSubmenu = PutOn,
        WorldStaticModel = Pants_Cargo_Ground,
    }

    item USMP_Pants_Cargo_UCP_RollUp
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military Cargo Pants (UCP),
        ClothingItem = USMP_Pants_Cargo_UCP_RollUp,
        BodyLocation = Pants,
        BloodLocation = Trousers,
         IconsForTexture = USMP_Pants_Cargo_UCP,
        RunSpeedModifier = 0.98,
        ScratchDefense = 35,
        BiteDefense = 25,
        Insulation = 0.3,
        WindResistance = 0.45,
        WaterResistance = 0.35,
	    Weight = 1,
        FabricType = Cotton,
        ClothingItemExtra = USMP_Pants_Cargo_UCP;USMP_Pants_Cargo_UCP_Tuck,
        ClothingItemExtraOption = PutOn;TuckPants,
        ClothingExtraSubmenu = RollUpPants,
        WorldStaticModel = Pants_Cargo_Ground,
    }

    item USMP_Pants_Cargo_UCP_Tuck
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military Cargo Pants (UCP),
        ClothingItem = USMP_Pants_Cargo_UCP_Tuck,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        IconsForTexture = USMP_Pants_Cargo_UCP,
        RunSpeedModifier = 0.98,
        ScratchDefense = 35,
        BiteDefense = 25,
        Insulation = 0.35,
        WindResistance = 0.5,
        WaterResistance = 0.4,
	  Weight = 1,
        FabricType = Cotton,
        ClothingItemExtra = USMP_Pants_Cargo_UCP;USMP_Pants_Cargo_UCP_RollUp,
        ClothingItemExtraOption = PutOn;RollUpPants,
        ClothingExtraSubmenu = TuckPants,
        WorldStaticModel = Pants_Cargo_Ground,
    }

    item USMP_Pants_Cargo_OCP
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military Cargo Pants (OCP),
        ClothingItem = USMP_Pants_Cargo_OCP,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        IconsForTexture = USMP_Pants_Cargo_OCP,
        RunSpeedModifier = 0.98,
        ScratchDefense = 35,
        BiteDefense = 25,
        Insulation = 0.35,
        WindResistance = 0.5,
        WaterResistance = 0.4,
	  Weight = 1,
        FabricType = Cotton,
        ClothingItemExtra = USMP_Pants_Cargo_OCP_RollUp;USMP_Pants_Cargo_OCP_Tuck,
        ClothingItemExtraOption = RollUpPants;TuckPants,
        ClothingExtraSubmenu = PutOn,
        WorldStaticModel = Pants_Cargo_Ground,
    }

    item USMP_Pants_Cargo_OCP_RollUp
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military Cargo Pants (OCP),
        ClothingItem = USMP_Pants_Cargo_OCP_RollUp,
        BodyLocation = Pants,
        BloodLocation = Trousers,
         IconsForTexture = USMP_Pants_Cargo_OCP,
        RunSpeedModifier = 0.98,
        ScratchDefense = 35,
        BiteDefense = 25,
        Insulation = 0.3,
        WindResistance = 0.45,
        WaterResistance = 0.35,
	  Weight = 1,
        FabricType = Cotton,
        ClothingItemExtra = USMP_Pants_Cargo_OCP;USMP_Pants_Cargo_OCP_Tuck,
        ClothingItemExtraOption = PutOn;TuckPants,
        ClothingExtraSubmenu = RollUpPants,
        WorldStaticModel = Pants_Cargo_Ground,
    }

    item USMP_Pants_Cargo_OCP_Tuck
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Military Cargo Pants (OCP),
        ClothingItem = USMP_Pants_Cargo_OCP_Tuck,
        BodyLocation = Pants,
        BloodLocation = Trousers,
        IconsForTexture = USMP_Pants_Cargo_OCP,
        RunSpeedModifier = 0.98,
        ScratchDefense = 35,
        BiteDefense = 25,
        Insulation = 0.35,
        WindResistance = 0.5,
        WaterResistance = 0.4,
	  Weight = 1,
        FabricType = Cotton,
        ClothingItemExtra = USMP_Pants_Cargo_OCP;USMP_Pants_Cargo_OCP_RollUp,
        ClothingItemExtraOption = PutOn;RollUpPants,
        ClothingExtraSubmenu = TuckPants,
        WorldStaticModel = Pants_Cargo_Ground,
    }


}