module Base
{
    item CBX_Waterproof
    {
       DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Waterproof Overalls,
        ClothingItem = Waterproof,
        BodyLocation = 010,
        IconsForTexture = B3_1;B3_2;B3_3;B3_4;B3_5,
        BloodLocation = Trousers;ShirtNoSleeves,
        RunSpeedModifier = 0.41,
        BiteDefense = 20,
        ScratchDefense = 20,
        Insulation = 1.0,
        WindResistance = 0.7,
        WaterResistance = 1.0,
        Weight = 3.5,
		WorldStaticModel = WorldItem-Stani_1_Ground,			
    }

    item CBX_Kurtk_3
    {
       DisplayCategory = Clothing,		
        Type = Clothing,
        DisplayName = Big Black cloak,
        ClothingItem = Kurtk_3,
        BodyLocation = 101,
        Icon = B1_4,
        BloodLocation = LongJacket;Trousers,
        RunSpeedModifier = 0.75,
        NeckProtectionModifier = 0.8,
        BiteDefense = 20,
        ScratchDefense = 40,		
        Insulation = 0.45,
        WindResistance = 0.50,
        WaterResistance = 0.45,		
        CombatSpeedModifier = 0.95,
        FabricType = Leather,
        Weight = 3.5,
		WorldStaticModel = WorldItem-Kurtk_3_Ground,			
    }

	item CBX_KOMB
	{
       DisplayCategory = Clothing,		
		Type = Clothing,
		DisplayName = Worker coveralls,
		ClothingItem = KOMB,
		BodyLocation = FullSuit,
		IconsForTexture = KOMB_1;KOMB_2;KOMB_3;KOMB_4;KOMB_5;KOMB_6;KOMB_7;KOMB_8;KOMB_9;KOMB_10,
		BloodLocation = Trousers;Jumper,
        BiteDefense = 20,
		ScratchDefense = 20,
		RunSpeedModifier = 0.8,
		FabricType = Cotton,
		Insulation = 0.65,
		WindResistance = 0.65,
        Weight = 2.1,
        FabricType = Denim,
		WorldStaticModel = WorldItem-KOMB_Ground,		
	}

}
