module Base
{

    item Hat_BaseballCapDEA
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = DEA Baseball Cap,
        ClothingItem = Hat_BaseballCapDEA,
        ClothingItemExtra = Hat_BaseballCapDEA_Reverse,
        ClothingItemExtraOption = ReverseCap,
        clothingExtraSubmenu = ForwardCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilg,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
    item Hat_BaseballCapDEA_Reverse
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = DEA Baseball Cap,
        ClothingItem = Hat_BaseballCapDEA_Reverse,
        ClothingItemExtra = Hat_BaseballCapDEA,
        ClothingItemExtraOption = ForwardCap,
        clothingExtraSubmenu = ReverseCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilg,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
 
    item Hat_BaseballCapATF
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = ATF Baseball Cap,
        ClothingItem = Hat_BaseballCapATF,
        ClothingItemExtra = Hat_BaseballCapATF_Reverse,
        ClothingItemExtraOption = ReverseCap,
        clothingExtraSubmenu = ForwardCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilg,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
    item Hat_BaseballCapATF_Reverse
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = ATF Baseball Cap,
        ClothingItem = Hat_BaseballCapATF_Reverse,
        ClothingItemExtra = Hat_BaseballCapATF,
        ClothingItemExtraOption = ForwardCap,
        clothingExtraSubmenu = ReverseCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilg,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
    item Hat_BaseballCapATFBL
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = ATF Baseball Cap,
        ClothingItem = Hat_BaseballCapATFBL,
        ClothingItemExtra = Hat_BaseballCapATFBL_Reverse,
        ClothingItemExtraOption = ReverseCap,
        clothingExtraSubmenu = ForwardCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilgbl,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
    item Hat_BaseballCapATFBL_Reverse
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = ATF Baseball Cap,
        ClothingItem = Hat_BaseballCapATFBL_Reverse,
        ClothingItemExtra = Hat_BaseballCapATFBL,
        ClothingItemExtraOption = ForwardCap,
        clothingExtraSubmenu = ReverseCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilgbl,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
	
    item Hat_BaseballCapFBILG
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = FBI Baseball Cap,
        ClothingItem = Hat_BaseballCapFBILG,
        ClothingItemExtra = Hat_BaseballCapFBILG_Reverse,
        ClothingItemExtraOption = ReverseCap,
        clothingExtraSubmenu = ForwardCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilg,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
    item Hat_BaseballCapFBILG_Reverse
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = FBI Baseball Cap,
        ClothingItem = Hat_BaseballCapFBILG_Reverse,
        ClothingItemExtra = Hat_BaseballCapFBILG,
        ClothingItemExtraOption = ForwardCap,
        clothingExtraSubmenu = ReverseCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilg,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
    item Hat_BaseballCapFBILGbl
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = FBI Baseball Cap,
        ClothingItem = Hat_BaseballCapFBILGbl,
        ClothingItemExtra = Hat_BaseballCapFBILGbl_Reverse,
        ClothingItemExtraOption = ReverseCap,
        clothingExtraSubmenu = ForwardCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilgbl,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
    item Hat_BaseballCapFBILGbl_Reverse
    {
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = FBI Baseball Cap,
        ClothingItem = Hat_BaseballCapFBILGbl_Reverse,
        ClothingItemExtra = Hat_BaseballCapFBILGbl,
        ClothingItemExtraOption = ForwardCap,
        clothingExtraSubmenu = ReverseCap,
        BodyLocation = Hat,
        Icon = BaseballCapfbilgbl,
        CanHaveHoles = false,
        ChanceToFall = 60,
        Insulation = 0.10,
        Weight = 0.5,
    }
	item Hat_blackRiotHelmetfbilg
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Black riot helmet,
		ClothingItem = Hat_blackRiotHelmetFbilg,
		BodyLocation = FullHat,
		Icon = HelmetRiot,
		BloodLocation = FullHelmet,
		CanHaveHoles = false,
		CombatSpeedModifier = 0.95,
		BiteDefense = 100,
        ScratchDefense = 100,
        BulletDefense = 50,
        ChanceToFall = 0,
        Insulation = 0.45,
        WindResistance = 0.65,
        WaterResistance = 1.0,
	}
}
