module TransmogDE {
	imports { Base }

    item Hide_Everything
    {
        DisplayCategory = TransmogHide,
        Type = Clothing,
        Cosmetic = TRUE,
        Hidden = TRUE,
        /* DisplayName = Tmog - Hide All Clothing, */
        Tags = Hide_Everything,
        ClothingItem = Hide_Everything,
        BodyLocation = Hide_Everything,
        Icon = HideClothing,
        Weight = 0,
    }
}