module Base {
    
	item Shirt_LumberjackVest
	{
	    DisplayCategory = Clothing,
		ItemType = base:clothing,
		DisplayName = Lumberjack Vest,
		ClothingItem = Shirt_LumberjackVest,
		BodyLocation = base:shortsleeveshirt,
		IconsForTexture = ShirtLumberjackBlue;ShirtLumberjackGreen;ShirtLumberjackGrey;ShirtLumberjackRed;ShirtLumberjackYellow,
		BloodLocation = ShirtNoSleeves,
        Insulation = 0.2,
        WindResistance = 0.2,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
		Tags = base:ripclothingcotton,
	}
	item Shirt_LumberjackVestOPEN
	{
	    DisplayCategory = Clothing,
		ItemType = base:clothing,
		DisplayName = Lumberjack Vest,
		ClothingItem = Shirt_LumberjackVestOPEN,
		BodyLocation = base:shortsleeveshirt,
		IconsForTexture = ShirtLumberjackBlue;ShirtLumberjackGreen;ShirtLumberjackGrey;ShirtLumberjackRed;ShirtLumberjackYellow,
		BloodLocation = ShirtNoSleeves,
        Insulation = 0.2,
        WindResistance = 0.2,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
		Tags = base:ripclothingcotton,
	}
	item Shirt_DenimVest
	{
	    DisplayCategory = Clothing,
		ItemType = base:clothing,
		DisplayName = Denim Vest,
		ClothingItem = Shirt_DenimVest,
		BodyLocation = base:shortsleeveshirt,
		IconsForTexture = ShirtDenimBlue;ShirtDenimLightBlack;ShirtDenimLightBlue,
		BloodLocation = ShirtNoSleeves,
		BiteDefense = 7,
        ScratchDefense = 15,
        Insulation = 0.25,
        WindResistance = 0.3,
        FabricType = Denim,
        WorldStaticModel = TShirt_Ground,
		Tags = base:ripclothingdenim,
    }
	item Shirt_DenimVestOPEN
	{
	    DisplayCategory = Clothing,
		ItemType = base:clothing,
		DisplayName = Denim Vest,
		ClothingItem = Shirt_DenimVestOPEN,
		BodyLocation = base:shortsleeveshirt,
		IconsForTexture = ShirtDenimBlue;ShirtDenimLightBlack;ShirtDenimLightBlue,
		BloodLocation = ShirtNoSleeves,
		BiteDefense = 7,
        ScratchDefense = 15,
        Insulation = 0.25,
        WindResistance = 0.3,
        FabricType = Denim,
        WorldStaticModel = TShirt_Ground,
		Tags = base:ripclothingdenim,
    }
}
