module Base
{
    item Japanese_Jacket_Undershirt-Dyed
    {
        DisplayCategory = Clothing,
	Type = Clothing,
        DisplayName = Traditional Japanese Jiban Shitagi (Dyed),
        ClothingItem = Japanese_Jacket_Undershirt-Dyed,
        BodyLocation = Sweater,
        BloodLocation = Jacket,
        IconsForTexture = Japanese_Jacket_Undershirt-White,

    	ScratchDefense = 50,
    	BiteDefense = 25,
    	Insulation = 0.25,
    	WindResistance = 0.5,
    	WaterResistance = 0.6,
	Weight = 0.5,
        FabricType = Cotton,
	NeckProtectionModifier = 0.5,

        ClothingItemExtra =  Japanese_Jacket_Undershirt-Dyed_Tuck,
        ClothingItemExtraOption = JacketTuck,
        ClothingExtraSubmenu = PutOn,
        WorldStaticModel = Japanese_Jacket_Undershirt_Ground,
    }

    item Japanese_Jacket_Undershirt-Dyed_Tuck
    {
        DisplayCategory = Clothing,
	Type = Clothing,
        DisplayName = Traditional Japanese Jiban Shitagi (Dyed),
        ClothingItem = Japanese_Jacket_Undershirt-Dyed_Tuck,
        BodyLocation = Sweater,
        BloodLocation = Jacket,
        IconsForTexture = Japanese_Jacket_Undershirt-White,

    	ScratchDefense = 50,
    	BiteDefense = 25,
    	Insulation = 0.25,
    	WindResistance = 0.5,
    	WaterResistance = 0.6,
	Weight = 0.5,
        FabricType = Cotton,
	NeckProtectionModifier = 0.5,

        ClothingItemExtra = Japanese_Jacket_Undershirt-Dyed,
        ClothingItemExtraOption = PutOn,
        ClothingExtraSubmenu = JacketTuck,
        WorldStaticModel = Japanese_Jacket_Undershirt_Ground,
    }
}