
module SapphCooking
{
	imports
	{
		Base,
	}	
	
	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Beverages/Liquids are Here! ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/	
	item PeanutOil
	{
		DisplayName = Cooking Oil,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.3,
		Icon = OilOlive,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Sandwich:2;Burger:2;Rice:2;Pasta:2;Stir fry:2;Salad:2;Taco:2;Burrito:2;Soup:5;Stew:5,
		CustomContextMenu = Drink,
        CustomEatSound = DrinkingFromCan,
		WorldStaticModel = OilVegetable_Ground,
		StaticModel = H_OilBottle,
		FoodType = Oil,
		CustomEatSound 		= DrinkingFromBottleGlass,
		EatType = GlugFood,
		Packaged = true,
        Spice = true,
        HungerChange = -30.0,
        UnhappyChange = 50,
        Calories = 2120.0,
        Carbohydrates = 0.0,
        Lipids = 130.0,
        Proteins = 0.0,
		Tags = base:bakingfat;base:oil;base:minoringredient,
	}

	item ThermosSoup
	{
		DisplayCategory 		= Food,
		Weight 		= 0.8,
		ItemType = base:food,
		DisplayName 		= Soup Thermos,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= CoffeeThermosIcon,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		IsCookable = TRUE,
		ThirstChange 		= -30,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		DaysFresh = 5,
		DaysTotallyRotten = 10,
		ReplaceOnUse 		= EmptyThermos,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		StaticModel 		= H_CoffeeThermos,
		WorldStaticModel 		= CoffeeThermos_Ground,
		Calories 		= 10,
		Carbohydrates 		= 10,
		Lipids 		= 10,
		Proteins 		= 10,
		Tags = base:hasmetal;base:hidecooked;sapphcooking:returnthermos,
	}
	
	item ButtermilkBottle
	{
		DisplayCategory 		= Food,
		HungerChange 		= -1,
		Weight 		= 0.8,
		ItemType = base:food,
		ThirstChange 		= -20,
		DisplayName 		= Buttermilk Bottle,
		Icon 		= BottlewithMilkIcon,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		EvolvedRecipe 		= HotDrink:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 13,
		Proteins 		= 8,
		Lipids 		= 2.5,
		Calories 		= 210,
		Packaged 		= TRUE,
		CantBeFrozen 		= TRUE,
		StaticModel 		= WaterBottle,
		WorldStaticModel 		= WaterBottleFull,
		UnhappyChange 		= -3,
		BoredomChange 		= -3,
		ReplaceOnUse 		= WaterBottleEmpty,
		EvolvedRecipeName = Milk,
		FoodType = Milk,
	}

	item HotChocolate
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		ItemType = base:food,
		DisplayName 		= Hot Chocolate,
		Icon 		= MugFulll,
		UnhappyChange 		= -10,
		ThirstChange 		= -20,
		ReplaceOnUse 		= Mugl,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= Mug,
		WorldStaticModel 		= Mug,
		HungerChange 		= -10,
		Carbohydrates 		= 12,
		Proteins 		= 15,
		Lipids 		= 3,
		Calories 		= 90,
		DaysFresh = 5,
		DaysTotallyRotten = 10,
	}
	item HotChocolate2
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		ItemType = base:food,
		DisplayName 		= Hot Chocolate,
		Icon 		= MugWhiteFull,
		UnhappyChange 		= -10,
		ThirstChange 		= -20,
		ReplaceOnUse 		= MugWhite,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= MugWhite,
		WorldStaticModel 		= MugWhite,
		HungerChange 		= -10,
		Carbohydrates 		= 12,
		Proteins 		= 15,
		Lipids 		= 3,
		Calories 		= 90,
		DaysFresh = 5,
		DaysTotallyRotten = 10,
	}
	item HotChocolate3
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		ItemType = base:food,
		DisplayName 		= Hot Chocolate,
		Icon 		= MugMetalIcon,
		UnhappyChange 		= -10,
		ThirstChange 		= -20,
		ReplaceOnUse 		= Mug_Metal,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= H_MugMetal,
		WorldStaticModel 		= MugMetal_Ground,
		HungerChange 		= -10,
		Carbohydrates 		= 12,
		Proteins 		= 15,
		Lipids 		= 3,
		Calories 		= 90,
		DaysFresh = 5,
		DaysTotallyRotten = 10,
	}
	item HotChocolate4
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		ItemType = base:food,
		DisplayName 		= Hot Chocolate,
		Icon 		= MugSpiffoFull,
		UnhappyChange 		= -10,
		ThirstChange 		= -20,
		ReplaceOnUse 		= MugSpiffo,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= MugSpiffo,
		WorldStaticModel 		= MugSpiffo,
		HungerChange 		= -10,
		Carbohydrates 		= 12,
		Proteins 		= 15,
		Lipids 		= 3,
		Calories 		= 90,
		DaysFresh = 5,
		DaysTotallyRotten = 10,
	}

	item SakeFull
	{
		DisplayCategory 		= Food,
		Weight 		= 0.6,
		ItemType = base:normal,
		DisplayName 		= Sake Bottle,
		EvolvedRecipeName = Sake,
		FoodType = Sake,
		Icon 		= GinIcon,
		IconFluidMask  		= GinIconMask,
		StaticModel 		= H_SakeBottle,
		WorldStaticModel 		= SakeBottle_Ground,
		FillFromDispenserSound = GetWaterFromDispenserGlass,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapGlass,
		FillFromToiletSound = GetWaterFromToilet,
		Tags = base:glass;base:glassbottle,
		component FluidContainer
		{
			ContainerName   = BottleGlass,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottleGlass,
			Fluids
				{
				fluid           = SapphSake:1.0,
				}
		}
	}

	item CachacaFull
	{
		DisplayCategory 		= Food,
		Weight 		= 0.7,
		ItemType = base:normal,
		DisplayName 		= Cachaca Bottle,
		Icon 		= GinIcon,
		IconFluidMask = GinIconMask,
		StaticModel 		= H_AlcoholCachaca,
		WorldStaticModel 		= AlcoholCachaca,
		FillFromDispenserSound = GetWaterFromDispenserGlass,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapGlass,
		FillFromToiletSound = GetWaterFromToilet,
		Tags = base:glass;base:glassbottle,
		component FluidContainer
		{
			ContainerName   = BottleGlass,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottleGlass,
			Fluids
				{
				fluid           = SapphCachaca:1.0,
				}
		}
	}
	
    item BottleofGrapeJuice
	{
		DisplayCategory 		= Food,
		Weight 		= 0.3,
		ItemType = base:normal,
		DisplayName 		= Bottle of Grape Juice,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		CantBeFrozen 		= TRUE,
		StaticModel 		= H_BottleDrinkmix_Grape,
		WorldStaticModel 		= BottleDrinkmix_Grape,
        FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		Tags = sapphcooking:custombottles,
		component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = JuiceGrape:1.0,
				}
       		}
	}
	item BottleofWatermelonJuice
	{
		DisplayCategory 		= Food,
		Weight 		= 0.3,
		ItemType = base:food,
		DisplayName 		= Bottle,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		CantBeFrozen 		= TRUE,
		StaticModel 		= H_BottleDrinkmix_Watermelon,
		WorldStaticModel 		= BottleDrinkmix_Watermelon,
		Tags = sapphcooking:custombottles,
		component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = JuiceWatermelon:1.0,
				}
       		}
	}


    item BottleofLemonJuice
	{
		DisplayCategory 		= Food,
		Weight 		= 0.3,
		DisplayName 		= Bottle,
		ItemType = base:normal,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		CantBeFrozen 		= TRUE,
		FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		StaticModel 		= H_BottleDrinkmix_Lemonade,
		WorldStaticModel 		= BottleDrinkmix_Lemonade,
		Tags = sapphcooking:custombottles,
        component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = JuiceLemon:1.0,
				}
       		}
	}

	item BottleofOrangeJuice
	{
		DisplayCategory 		= Food,
		Weight 		= 0.3,
		DisplayName 		= Bottle,
		ItemType = base:normal,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		CantBeFrozen 		= TRUE,
		FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		StaticModel 		= H_BottleDrinkmix_Orange,
		WorldStaticModel 		= BottleDrinkmix_Orange,
		Tags = sapphcooking:custombottles,
        component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = JuiceOrange:1.0,
				}
       		}
	}

    item BottleofPeachJuice
	{
		DisplayCategory 		= Food,
		Weight 		= 0.3,
		DisplayName 		= Bottle,
		ItemType = base:normal,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		CantBeFrozen 		= TRUE,
		FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		StaticModel 		= H_BottleDrinkmix_Peach,
		WorldStaticModel 		= BottleDrinkmix_Peach,
		Tags = sapphcooking:custombottles,
        component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = JuicePeach:1.0,
				}
       		}
	}

    item BottleofStrawberryJuice
	{
		DisplayCategory 		= Food,
		Weight 		= 0.3,
		DisplayName 		= Bottle,
		ItemType = base:normal,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		CantBeFrozen 		= TRUE,
		FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		StaticModel 		= H_BottleDrinkmix_Strawberry,
		WorldStaticModel 		= BottleDrinkmix_Strawberry,
		Tags = sapphcooking:custombottles,
        component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = JuiceStrawberry:1.0,
				}
       		}
	}
	item BottleofPineappleJuice
	{
		DisplayCategory 		= Food,
		Weight 		= 0.3,
		DisplayName 		= Bottle,
		ItemType = base:normal,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		CustomEatSound 		= DrinkingFromCarton,
		CantBeFrozen 		= TRUE,
		FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		StaticModel 		= H_BottleDrinkmix_Pineapple,
		WorldStaticModel 		= BottleDrinkmix_Pineapple,
		Tags = sapphcooking:custombottles,
        component FluidContainer
        {
        ContainerName   = BottlePlastic,
        PickRandomFluid	= true,
        capacity        = 1.0,
        CustomDrinkSound = DrinkingFromBottlePlastic,

            Fluids
            {
                fluid           = JuicePineapple:1.0,
            }
        }
	}
	item BottleofAppleJuice
	{
		DisplayCategory 		= Food,
		Weight 		= 0.3,
		DisplayName 		= Bottle,
		ItemType = base:normal,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		CustomEatSound 		= DrinkingFromCarton,
		StaticModel 		= H_BottleDrinkmix_Apple,
		WorldStaticModel 		= BottleDrinkmix_Apple,
		Tags = sapphcooking:custombottles,
		component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = JuiceApple:1.0,
				}
       		}
	}

    item ChickenBroth
	{
		DisplayName 		= Chicken Broth,
		Icon 		= ChickenBrothIcon,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.3,
		CantBeFrozen = TRUE,
		EvolvedRecipe = RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10,
		Packaged = TRUE,
		CustomEatSound 		= DrinkingFromCarton,
		FluReduction    =   5,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = -10,
		Calories = 760,
		Carbohydrates = 0,
		Lipids = 80,
		Proteins = 0,
		CustomContextMenu 		= Drink,
		WorldStaticModel = BrothCarton,
		StaticModel = H_BrothChicken,
		EatType 		= bottle,
		Tags = sapphcooking:broth,
	}
	item BeefBroth
	{
		DisplayName = Beef Broth,
		Icon = BeefBrothIcon,
		DisplayCategory = Food,
		FluReduction    =   5,
		ItemType = base:food,
		Weight = 0.3,
		CantBeFrozen = TRUE,
		EvolvedRecipe = RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10,
		Packaged = TRUE,
		CustomEatSound 		= DrinkingFromCarton,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = -10,
		Calories = 800,
		Carbohydrates = 0,
		Lipids = 80,
		Proteins = 0,
		WorldStaticModel = BrothCarton,
		StaticModel = H_BrothChicken,
		CustomContextMenu 		= Drink,
		EatType 		= bottle,
		Tags = sapphcooking:broth,
	}
	item VegetableBroth
	{
		DisplayName 		= Bottle of Vegetable Broth,
		Icon 		= BottleWithGas,
		DisplayCategory = Food,
		FluReduction    =   5,
		ItemType = base:food,
		Weight = 0.2,
		CantBeFrozen = TRUE,
		EvolvedRecipe = RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10,
		Packaged = TRUE,
		CustomEatSound 		= DrinkingFromCarton,
		ReplaceOnUse = PopBottleEmpty,
		HungerChange = -15,
		ThirstChange = -20,
		UnhappyChange = -10,
		Calories = 450,
		Carbohydrates = 0,
		Lipids = 130,
		Proteins = 0,
		CustomContextMenu 		= Drink,
		WorldStaticModel = WaterBottleFull,
		StaticModel = WaterBottle,
		EatType 		= bottle,
		Tags = sapphcooking:broth,
	}

    item BottlewithProteinShake
	{
		DisplayCategory 		= Food,
		HungerChange 		= -10,
		Weight 		= 1.0,
		ItemType = base:food,
		ThirstChange 		= -60,
		DisplayName 		= Bottle,
		Icon = WaterBottle,
		IconColorMask = WaterBottle_Mask2,
		IconFluidMask = WaterBottle_Mask,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 30,
		Proteins 		= 250,
		Lipids 		= 2.5,
		Calories 		= 50,
		StaticModel 		= WaterBottle,
		WorldStaticModel 		= WaterBottleFull,
        FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = ProteinShake:1.0,
				}
       		}
	}
	item PopBottlewithProteinShake
	{
		DisplayCategory 		= Food,
		Weight 		= 1.0,
		ItemType = base:food,
		DisplayName 		= Bottle,
		Icon     = PopBottle,
        IconColorMask       = WaterBottle_Mask2,
        IconFluidMask       = PopBottle_Mask,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		CantBeFrozen 		= TRUE,
		StaticModel 		= PopBottle,
		WorldStaticModel 		= EmptyPopBottle,
        FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = ProteinShake:1.0,
				}
       		}
	}

	item BottleofJuice
	{
		DisplayCategory 		= Food,
		HungerChange 		= -10,
		Weight 		= 0.3,
		ItemType = base:food,
		ThirstChange 		= -50,
		DisplayName 		= Bottle of Juice,
		Icon 		= BottlewithPineappleJuiceIcon,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 5,
		Proteins 		= 40,
		Lipids 		= 2.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		StaticModel 		= H_BottleDrinkmix_Pineapple,
		WorldStaticModel 		= BottleDrinkmix_Pineapple,
		UnhappyChange 		= -3,
		BoredomChange 		= -3,
		ReplaceOnUse 		= WaterBottleEmpty,
		Tags = sapphcooking:juice,
	}
	

	item StrawberryMilk
	{
		DisplayCategory 		= Food,
		HungerChange 		= -15,
		Weight 		= 1.0,
		ItemType = base:food,
		ThirstChange 		= -110,
		DisplayName 		= Strawberry Milk,
		Icon 		= StrawberryMilk,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		EvolvedRecipe 		= HotDrink:3,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 13,
		Proteins 		= 8,
		Lipids 		= 2.5,
		Calories 		= 190,
		Packaged 		= TRUE,
		CantBeFrozen 		= TRUE,
		StaticModel 		= H_StrawberryMilk,
		WorldStaticModel 		= StrawberryMilk_Ground,
		component FluidContainer
			{
			ContainerName   = Carton,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = MilkStrawberry:1.0,
				}
			}
	}

/************turn this into a liquid later!**********/
    item VegetableBroth
	{
		DisplayName 		= Bottle of Vegetable Broth,
		Icon 		= BottleWithGas,
		DisplayCategory = Food,
		FluReduction    =   5,
		ItemType = base:food,
		Weight = 0.2,
		CantBeFrozen = TRUE,
		EvolvedRecipe = RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Soup:10;Stew:10,
		Packaged = TRUE,
		CustomEatSound 		= DrinkingFromCarton,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = -10,
		Calories = 800,
		Carbohydrates = 0,
		Lipids = 130,
		Proteins = 0,
		CustomContextMenu 		= Drink,
		WorldStaticModel = WaterBottleFull,
		StaticModel = WaterBottle,
		EatType 		= bottle,
		Tags = sapphcooking:broth,
	}
    /**this too**/
    /***item HotChocolate***/
	/******add melted chocolate as liquid later - maybe?*****/

    item EnergyDrink
	{
		DisplayCategory = Food,
		Weight 		= 0.3,
		ItemType = base:food,
		DisplayName 		= Energy Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= EnergyDrinkIcon,
		CustomEatSound 		= DrinkingFromMug,
		StaticModel 		= H_EnergyDrink,
		WorldStaticModel 		= EnergyDrink_Ground,
        FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			PickRandomFluid	= true,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,

				Fluids
				{
					fluid           = EnergyDrink:1.0,
				}
       		}
	}

    item CocktailMixer
	{
		Weight 		= 0.3,
		ItemType = base:normal,
		DisplayName 		= Cocktail Mixer,
		Icon 		= CocktailMixerIcon,
		WorldStaticModel 		= CocktailMixer_Ground,
		StaticModel = H_CocktailMixerDrink,
        FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		component FluidContainer
        	{
			ContainerName   = BottlePlastic,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,
       		}
	}
    item Empty_FrenchPress
	{
	    DisplayCategory = Cooking,
		Weight	=	0.5,
		ItemType = base:normal,
		DisplayName	= Empty French Press,
		Icon	= FrenchPress_EmptyIcon,
		IconFluidMask = FrenchPress_EmptyIcon_Mask,
		MetalValue = 30,
		CantBeFrozen = false,
		StaticModel = H_FrenchPress_Water,
		WorldStaticModel = FrenchPress_Ground,
		CustomEatSound = DrinkingFromGeneric,
        FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		component FluidContainer
        	{
			ContainerName   = FrenchPress,
			capacity        = 1.0,
			CustomDrinkSound = DrinkingFromBottlePlastic,
       		}
	}

	item Coffee_FrenchPress
	{
		DisplayCategory 		= Food,
		Weight 		= 1.2,
		ItemType = base:food,
		IsCookable = FALSE,
		DisplayName 		= Coffee French Press,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= FrenchPress_CoffeeIcon,
		ThirstChange 		= -50,
		HungerChange 		= -15,
		UnhappyChange 		= -50,
		FatigueChange 		= -50,
		StressChange 		= -50,
		ReplaceOnUse 		= Empty_FrenchPress,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		StaticModel 		= H_FrenchPress_Coffee,
		WorldStaticModel 		= FrenchPress_Coffee_Ground,
		Tags = sapphcooking:thermos;sapphcooking:coffeecup;base:hasmetal,
	}

    item Mug_Metal
	{
	    DisplayCategory = Cooking,
		Weight	=	0.2,
		ItemType = base:normal,
		DisplayName	=	Empty Metal Mug,
		Icon	=	MugMetalIcon,
		RainFactor = 0.2,
		Tooltip = Tooltip_item_RainFromGround,
		StaticModel = H_MugMetal,
		WorldStaticModel = MugMetal_Ground,
		MetalValue 		= 30,
		Tags = base:coffeemaker;base:hasmetal,
        FillFromDispenserSound = GetWaterFromDispenserPlastic,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapPlasticBig,
		FillFromToiletSound = GetWaterFromToilet,
		component FluidContainer
        	{
			ContainerName   = MugMetal,
			capacity        = 0.2,
			CustomDrinkSound = DrinkingFromBottlePlastic,
       		}
	}

	item EmptyThermos
	{
	    DisplayCategory = Cooking,
		Weight	=	0.5,
		CanStoreWater	=	TRUE,
		ItemType = base:normal,
		DisplayName	= Thermos,
		Icon	= CoffeeThermosIcon,
		MetalValue = 30,
		StaticModel = H_CoffeeThermos,
		WorldStaticModel = CoffeeThermos_Ground,
		CustomEatSound = DrinkingFromGeneric,
		FillFromDispenserSound = GetWaterFromDispenserGlass,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapGlass,
		FillFromToiletSound = GetWaterFromToilet,
		Tags = base:coffeemaker;base:hasmetal,

        component FluidContainer
        {
			ContainerName   = Thermos,
			RainFactor	= 0.5,
			capacity        = 2.0,
			CustomDrinkSound = DrinkingFromMug,
		}
		
	}

	item CocktailGlass
	{
		ItemType = base:normal,
		DisplayCategory 		= Cooking,
		CanStoreWater 		= TRUE,
		Tooltip 		= Tooltip_item_RainFromGround,
		DisplayName 		= Cocktail Glass,
		Icon 		= CocktailGlassEmptyIcon,
		IconFluidMask = CocktailGlassEmptyIcon_Mask,
		Weight 		= 0.1,
		WorldStaticModel 		= CocktailGlass_Empty,
		StaticModel 		= H_CocktailGlass_Water,
		CustomEatSound = DrinkingFromGeneric,
		FillFromDispenserSound = GetWaterFromDispenserGlass,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapGlass,
		FillFromToiletSound = GetWaterFromToilet,
		Tags = base:coffeemaker,
		component FluidContainer
        {
			ContainerName   = CocktailGlass,
			RainFactor	= 0.5,
			capacity        = 0.2,
			CustomDrinkSound = DrinkingFromMug,
		}
	}

	item LowballGlass
	{
		ItemType = base:normal,
		DisplayCategory 		= Cooking,
		StaticModel 		= H_LowballGlass_Water,
		CanStoreWater 		= TRUE,
		RainFactor 		= 0.1,
		Tooltip 		= Tooltip_item_RainFromGround,
		DisplayName 		= Lowball Glass,
		Icon 		= LowballGlassIcon,
		IconFluidMask = LowballGlassIcon_Mask,
		Weight 		= 0.1,
		WorldStaticModel 		= LowballGlass_Empty,
		CustomEatSound = DrinkingFromGeneric,
		FillFromDispenserSound = GetWaterFromDispenserGlass,
		FillFromLakeSound = GetWaterFromLakeBottle,
		FillFromTapSound = GetWaterFromTapGlass,
		FillFromToiletSound = GetWaterFromToilet,
		Tags = base:coffeemaker,
		component FluidContainer
        {
			ContainerName   = LowballGlass,
			RainFactor	= 0.5,
			capacity        = 0.2,
			CustomDrinkSound = DrinkingFromMug,
		}
	}

	/*******************sapph: need to be drainable again, cause - cant seem to understand how units work********/
	/********sapph: liquids are a bit broken, so i'll wait a bit
	item FryBatter
	{
		DisplayCategory 		= Food,
		ItemType = base:food,
		DisplayName 		= Fry Batter,
		Icon = FryBatterIcon,
		IconFluidMask = FryBatterIcon_Mask,
		PourType = bowl,
		Weight 		= 0.3,
		WorldStaticModel 		= CakeBatter,
		FillFromDispenserSound = GetWaterFromDispenserCeramic,
		FillFromLakeSound = GetWaterFromLakeSmall,
		FillFromTapSound = GetWaterFromTapCeramic,
		FillFromToiletSound = GetWaterFromToilet,
		Tags = base:bowl,
		component FluidContainer
        {
            ContainerName   = Bowl,
            capacity        = 1.0,
            CustomDrinkSound = DrinkingFromMug,
			Fluids
				{
					fluid           = FryBatter:1.0,
				}
        }
	}**********/
}