module Base
{
	item HotDrinkTumbler
	{
		DisplayName = Hot Tumbler,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = GlassTumbler,
		IconFluidMask = GlassTumbler_Mask,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Base.GlassTumbler,
		MinutesToCook = 10,
		MinutesToBurn = 50,
		ThirstChange = -20,
		UnhappyChange = -10,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = GlassTumbler_Ground,
		Tags = AlcoholicBeverage;LowAlcohol;HerbalTea;CoffeeMaker,
		WorldStaticModel = GlassTumbler_Ground,
		EatType = popcan,
	}

	item HotDrinkPlasticCup
	{
		DisplayName = Hot Plastic Cup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = PlasticCup,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Base.PlasticCup,
		MinutesToCook = 10,
		MinutesToBurn = 50,
		ThirstChange = -20,
		UnhappyChange = -10,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = PlasticCup_Ground,
		Tags = AlcoholicBeverage;LowAlcohol;HerbalTea;CoffeeMaker,
		WorldStaticModel = PlasticCup_Ground,
		EatType = popcan,
	}

	item HotDrinkFountainCup
	{
		DisplayName = Hot Fountain Cup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = FountainCup,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Base.FountainCup,
		MinutesToCook = 10,
		MinutesToBurn = 50,
		ThirstChange = -20,
		UnhappyChange = -10,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = FountainCup_Ground,
		Tags = AlcoholicBeverage;LowAlcohol;HerbalTea;CoffeeMaker,
		WorldStaticModel = FountainCup_Ground,
		EatType = popcan,
	}

	item HotDrinkGlassWine
	{
		DisplayName = Hot Wine Glass,
		DisplayCategory = Food,
		Type = Food,
		EatType = popcan,
		PourType = Mug,
		Weight = 0.5,
		Icon = GlassWine,
		IconFluidMask = GlassWine_Mask,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Base.GlassWine,
		MinutesToCook = 10,
		MinutesToBurn = 50,
		ThirstChange = -20,
		UnhappyChange = -10,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = GlassWine_Ground,
		WorldStaticModel = GlassWine_Ground,
		Tags = AlcoholicBeverage;LowAlcohol;HerbalTea;CoffeeMaker,
		CookingSound = BoilingFood,
		EatTime = 160,
	}

	item HotDrinkDrinkingGlass
	{
		DisplayName = Hot Drinking Glass,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = DrinkingGlass,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Base.DrinkingGlass,
		MinutesToCook = 10,
		MinutesToBurn = 50,
		ThirstChange = -20,
		UnhappyChange = -10,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = DrinkingGlass,
		Tags = AlcoholicBeverage;LowAlcohol;HerbalTea;CoffeeMaker,
		WorldStaticModel = DrinkingGlass,
		EatType = popcan,
	}

/******* BOTTLES *******/



	

/***** WATER BOTTLE BULLSHIT *****/

	item WaterBottleCustom
	{
		DisplayName = Water Bottle,
		DisplayCategory = Water,
		Type = Normal,
		Weight = 0.1,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		CookingSound = BoilingFood,
		CustomEatSound = DrinkingFromBottlePlastic,
		FillFromDispenserSound = GetWaterFromDispenserPlasticMedium,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticMedium,
		Tooltip = Tooltip_item_OnlyPurifyMicrowave,
		StaticModel = WaterBottle,
		WorldStaticModel = WaterBottleFull,
        	Tags = CookableMicrowave,
		/* OnCreate	= SpecialLootSpawns.OnCreateWaterBottle, */

        	component FluidContainer
        	{
            		ContainerName   = BottlePlastic,
            		capacity        = 1.0,
			
        	}
	}


	item HotDrinkWaterBottle
	{
		DisplayName = Hot Water Bottle,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Base.WaterBottleCustom,
		MinutesToCook = 10,
		MinutesToBurn = 50,
		ThirstChange = -50,
		UnhappyChange = -20,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottle,
		StaticModel = WaterBottle,
		Tags = AlcoholicBeverage;LowAlcohol;HerbalTea;CoffeeMaker,
		WorldStaticModel = WaterBottleFull,
		EatType = popcan,
	}
	
}