module Base
{
    item Mask_Cigarette
    {
    	DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Cigarette,
		ClothingItem = Mask_Cigarette,
		BodyLocation = Mask_Smoke,
		Icon = cigarette,
		CanHaveHoles = false,
        Weight = 0.0,
		WorldStaticModel = Cigarette_Ground,
		Tags = CanEat,
    }
	item Mask_Pipe
    {
    	DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Smoking Pipe,
		ClothingItem = Mask_Pipe,
		BodyLocation = Mask_Smoke,
		Icon = pipe,
		CanHaveHoles = false,
        Weight = 0.0,
		WorldStaticModel = Pipe_ground,
		Tags = CanEat,
    }
	item Mask_Cigarillo
    {
    	DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Cheroot,
		ClothingItem = Mask_Cigarillo,
		BodyLocation = Mask_Smoke,
		Icon = cigarillo,
		CanHaveHoles = false,
        Weight = 0.0,
		WorldStaticModel = Cigarette_Ground,
		Tags = CanEat,
    }
	item Mask_Cigar
    {
    	DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Cigar,
		ClothingItem = Mask_Cigar,
		BodyLocation = Mask_Smoke,
		Icon = cigar,
		CanHaveHoles = false,
        Weight = 0.0,
		WorldStaticModel = Cigarette_Ground,
		Tags = CanEat,
    }
}