module Base
{

	item TrenchCoat
    {
        Type = Clothing,
        DisplayName = Trench coat,
        ClothingItem = TrenchCoat,
        BodyLocation = Jacket,
        BloodLocation = Trousers;Jumper,
        IconsForTexture = longcoatblack;longcoatbrown;longcoatolive,
        RunSpeedModifier = 0.90,
        CombatSpeedModifier = 0.95,
        BiteDefense = 35,
        ScratchDefense = 45,
        Insulation = 0.70,
        WindResistance = 0.60,
        WaterResistance = 0.60,
        FabricType = Leather,
  
        Weight = 3,
    }
}