module SapphCooking
{
	imports
	{
		Base,
	}
	/****************************** Pans/Utensils will be added here ******************************/
	
	item FryingPanwithOil
	{
		Type 		= Normal,
		Weight 		= 1,
		DisplayName 		= Frying Pan with Oil,
		Icon 		= PanwithOilIcon,
		IconFluidMask = PanwithOilIcon_Mask,
		Tooltip 		= Tooltip_OilPan,
		WorldStaticModel 		= FryingPanOil_Ground,
		IsCookable = true,
		DisplayCategory = Cooking,
		MetalValue = 10,
		Tags = HasMetal;Cookable,
		component FluidContainer
        {
            ContainerName   = FryingPan,
            Capacity        = 0.2,
			Fluids
				{
					fluid           = CookingOil:0.2,
				}
        }
	}

	item SaucepanwithRavioli
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Ravioli,
		Icon 		= SaucepanFilled,
		HungerChange 		= -50,
		IsCookable = true,
		MinutesToCook = 60,
		MinutesToBurn = 100,
		Carbohydrates 		= 300,
		Proteins 		= 20,
		Lipids 		= 30,
		Calories 		= 380,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanPasta,
		ThirstChange 		= -60,
		UnhappyChange 		= -20,
		StressChange 		= -20,
		BoredomChange 		= -20,
		FatigueChange 		= -15,
		Tags = returnSaucepan,
	}

	item SaucepanHotChocolate
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Hot Chocolate,
		Icon 		= SaucepanwithChocolateIcon,
		Carbohydrates 		= 115,
		Proteins 		= 11,
		Lipids 		= 70,
		Calories 		= 860,
		ReplaceOnUse 		= Saucepan,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanRice,
		ThirstChange 		= -100,
		HungerChange 		= -30,
		StressChange 		= -25,
		UnhappyChange 		= -20,
		BoredomChange 		= -20,
		DaysTotallyRotten 		= 5,
		DaysFresh 		= 2,
		EatType = plate,
	}


	item MeatTenderizer
	{
		DisplayCategory 		= ToolWeapon,
		MaxRange 		= 1,
		WeaponSprite 		= H_MeatTenderizer,
		MinAngle 		= 0.65,
		Type 		= Weapon,
		MinimumSwingTime 		= 3,
		KnockBackOnNoDeath 		= TRUE,
		SwingAmountBeforeImpact 		= 0.02,
		ConditionLowerChanceOneIn 		= 20,
		Weight 		= 1,
		SplatNumber 		= 1,
		PushBackMod 		= 0.5,
		SubCategory 		= Swinging,
		ConditionMax 		= 8,
		MaxHitCount 		= 1,
		DoorDamage 		= 9,
		CanBarricade 		= TRUE,
		SwingAnim 		= Bat,
		DisplayName 		= Meat Tenderizer,
		MinRange 		= 0.61,
		SwingTime 		= 3,
		KnockdownMod 		= 0,
		SplatBloodOnNoDeath 		= TRUE,
		Icon 		= MeatTenderizerIcon,
		RunAnim 		= Run_Weapon2,
		IdleAnim 		= Idle_Weapon2,
		BreakSound 		= ClubHammerBreak,
		DoorHitSound 		= ClubHammerHit,
		HitSound 		= ClubHammerHit,
		HitFloorSound 		= ClubHammerHit,
		SwingSound 		= ClubHammerSwing,
		TreeDamage 		= 0,
		MetalValue 		= 25,
		CriticalChance 		= 20,
		CritDmgMultiplier 		= 2,
		MinDamage 		= 0.5,
		MaxDamage 		= 1,
		BaseSpeed 		= 1,
		WeaponLength 		= 0.23,
		AttachmentType 		= Hammer,
		WorldStaticModel 		= MeatTenderizerGround,
	}
	
	item WokPan_Yakisoba
	{
		DisplayCategory 		= Food,
		Icon 		= WokYakisobaIcon,
		Type 		= Food,
		Weight 		= 1.5,
		StaticModel 		= H_WokPanYakisoba,
		WorldStaticModel 		= WokPanYakisoba_Ground,
		DisplayName 		= Wok Pan with Yakisoba,
		FatigueChange 		= -10,
		UnhappyChange 		= -10,
		ThirstChange 		= -10,
		StressChange 		= -5,
		HungerChange 		= -24,
		ReplaceOnUse 		= WokPan,
		Calories 		= 460,
		EatType = plate,
		Carbohydrates 		= 300,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		Lipids 		= 20,
		Proteins 		= 30,
		IsCookable 		= true,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 40,
		CookingSound 		= BoilingFood,
	}

	item WokPan_KungPaoChicken
	{
		DisplayCategory 		= Food,
		Icon 		= WokKungPaoChickenIcon,
		Type 		= Food,
		Weight 		= 1.5,
		StaticModel 		= H_WokPanKungPao,
		WorldStaticModel 		= WokPanKungPao_Ground,
		DisplayName 		= Wok Pan with Kung Pao Chicken,
		DangerousUncooked 		= TRUE,
		FatigueChange 		= -10,
		UnhappyChange 		= -20,
		ThirstChange 		= -10,
		StressChange 		= -10,
		HungerChange 		= -40,
		ReplaceOnUse 		= WokPan,
		Calories 		= 550,
		Carbohydrates 		= 30,
		EatType = plate,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		Lipids 		= 31,
		Proteins 		= 30,
		IsCookable 		= true,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 40,
		CookingSound 		= BoilingFood,
	}
	
	item Saucepan_ShuiZhuYuUn
	{
		DisplayCategory 		= Food,
		Weight 		= 2.5,
		Type 		= Food,
		IsCookable = true,
		MinutesToCook = 60,
		MinutesToBurn = 100,
		DisplayName 		= Saucepan with Shui Zhu Yu,
		Icon 		= SaucepanShuiZhuYuIcon,
		HungerChange 		= -30,
		Carbohydrates 		= 250,
		Proteins 		= 60,
		Lipids 		= 12,
		Calories 		= 800,
		UnhappyChange 		= -30,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		GoodHot 		= true,
		WorldStaticModel 		= PanShuiZhuYu_Ground,
		StaticModel 			= H_PanShuiZhuYu,
		ThirstChange 		= -20,
		FatigueChange 		= -10,
		EatType = plate,
		CookingSound 		= BoilingFood,
		Tags = returnSaucepan,
	}
	
	item SaucepanwithJapaneseCurry
	{
		DisplayCategory 		= Food,
		Weight 		= 2.5,
		Type 		= Food,
		DisplayName 		= Saucepan with Japanese Chicken Curry,
		Icon 		= SaucepanwithCurryIcon,
		IsCookable	=	TRUE,
		MinutesToCook	=	60,
		MinutesToBurn	=	90,
		HungerChange 		= -90,
		UnhappyChange 		= 10,
		Carbohydrates 		= 300,
		Proteins 		= 20,
		Lipids 		= 15,
		Calories 		= 300,
		UnhappyChange 		= 5,
		EatType = plate,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		CookingSound 		= BoilingFood,
		StaticModel 		= H_SaucepanwithJapaneseCurry,
		WorldStaticModel 		= SaucepanwithJapaneseCurry_Ground,
		Tags = returnSaucepan,
	}
	item SaucepanwithBorscht
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Borscht,
		Icon 		= SaucepanwithBorschtIcon,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		StressChange 		= -5,
		FatigueChange 		= -2,
		Carbohydrates 		= 180,
		Proteins 		= 1,
		Lipids 		= 11,
		Calories 		= 220,
		ReplaceOnUse 		= Saucepan,
		EatType = plate,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		StaticModel 		= H_SaucepanwithBorscht,
		WorldStaticModel 		= SaucepanwithBorscht_Ground,
		Tags = returnSaucepan,
	}

	item RoastingpanwithRatatouilleUn
	{
		DisplayCategory 		= Food,
		Type 		= Food,
		Tooltip = Tooltip_CookedSlices,
		DisplayName 		= Roasting Pan with Confit Byaldi Ratatouille,
		Icon 		= RoastingPanRatattouilleIcon,
		Weight 		= 1.3,
		Carbohydrates 		= 112,
		Proteins 		= 25,
		Lipids 		= 21,
		Calories 		= 300,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 5,
		EatType = plate,
		ReplaceOnUse 		= RoastingPan,
		WorldStaticModel 		= Ratatouille_Ground,
		StaticModel 		= H_Ratatouille,
		CookingSound 		= FryingFood,
		HungerChange 		= -20,
		IsCookable 		= true,
		MinutesToCook 		= 40,
		MinutesToBurn 		= 80,
	}

	item FryingPanwithFriedRice
	{
		DisplayCategory 		= Food,
		Icon 		= FriedRicePanIcon,
		Type 		= Food,
		Weight 		= 1.2,
		StaticModel 		= H_FryingPanRice,
		WorldStaticModel 		= FryingPanFriedRice,
		DisplayName 		= Frying Pan with Fried Rice,
		FatigueChange 		= -5,
		UnhappyChange 		= -10,
		HungerChange 		= -20,
		ReplaceOnUse 		= Pan,
		Calories 		= 350,
		Carbohydrates 		= 100,
		EatType = plate,
		DaysFresh = 2,
		DaysTotallyRotten = 5,
		Lipids 		= 10,
		Proteins 		= 20,
	}

	item WaterSaucepanArborioRice
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Arborio Rice in Water,
		Icon 		= SaucepanFilled,
		HungerChange 		= -20,
		ThirstChange 		= -30,
		Carbohydrates 		= 108,
		Proteins 		= 12,
		Lipids 		= 0,
		Calories 		= 300,
		Tooltip = Tooltip_WaterPan,
		IsCookable 		= true,
		MinutesToCook 		= 30,
		MinutesToBurn 		= 60,
		UnhappyChange 		= 20,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanRice,
		CookingSound 		= BoilingFood,
		Tags = returnSaucepan,
	}

	item SaucepanwithArborioRice
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Arborio Rice,
		FoodType 		= Rice,
		Icon 		= SaucepanwithRisottoIcon,
		HungerChange 		= -20,
		Carbohydrates 		= 150,
		Proteins 		= 20,
		Lipids 		= 0,
		Calories 		= 300,
		UnhappyChange 		= 5,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanRice,
		Tags 		= SapphCookingRice;returnSaucepan,
	}
	item SaucepanwithRisotto
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Risotto,
		FoodType 		= Rice,
		Icon 		= SaucepanwithRisottoIcon,
		IsCookable 		= true,
		MinutesToCook 		= 30,
		MinutesToBurn 		= 60,
		HungerChange 		= -10,
		Carbohydrates 		= 30,
		Proteins 		= 25,
		Lipids 		= 5,
		Calories 		= 250,
		UnhappyChange 		= -30,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanRice,
		ThirstChange 		= -15,
		FatigueChange 		= -20,
		EatType = plate,
		Tags = returnSaucepan;isRisotto,
	}
	item SaucepanwithCheese
	{
		DisplayCategory 		= Food,
		Icon 		= SaucepanwithQuesoIcon,
		Type 		= Food,
		IsCookable 		= true,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 40,
		EvolvedRecipe = Pizza:10;Soup:10;Stew:10;Pie:10;Stir fry Griddle Pan:10;Stir fry:10;Sandwich:5;Sandwich Baguette:5;Burger:10;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Taco:10;Burrito:10,
		CookingSound 		= BoilingFood,
		FoodType = Cheese,
		Weight 		= 1.2,
		StaticModel 		= SaucepanCheeseHand,
		WorldStaticModel 		= SaucepanCheese,
		DisplayName 		= Saucepan with Cheese,
		ReplaceOnUse = Saucepan,
		Calories 		= 150,
		Lipids 		= 20,
		Carbohydrates 		= 20,
		Proteins 		= 15,
		DaysFresh = 2,
		DaysTotallyRotten = 6,
		HungerChange 		= -20,
		UnhappyChange 		= -15,
		Tags = returnSaucepan;Cheese,
	}

	item WaterSaucepanBrownRice
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Brown Rice in Water,
		Icon 		= SaucepanFilled,
		HungerChange 		= -20,
		ThirstChange 		= -30,
		Carbohydrates 		= 108,
		Proteins 		= 12,
		Lipids 		= 0,
		Calories 		= 400,
		IsCookable 		= true,
		MinutesToCook 		= 30,
		MinutesToBurn 		= 60,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanRice,
		CookingSound 		= BoilingFood,
		Tags = returnSaucepan,
	}
	item SaucepanwithBrownRice
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Brown Rice,
		FoodType 		= Rice,
		Icon 		= SaucepanwithRisottoIcon,
		HungerChange 		= -20,
		Carbohydrates 		= 150,
		Proteins 		= 20,
		Lipids 		= 0,
		Calories 		= 500,
		UnhappyChange 		= 5,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanRice,
		Tags 		= SapphCookingRice;returnSaucepan,
	}
	item WaterSaucepanwithPotatoes
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Cut Potatoes in Water,
		Icon 		= SaucepanFilled,
		HungerChange 		= -18,
		Carbohydrates 		= 40,
		Proteins 		= 6,
		Lipids 		= 4,
		Calories 		= 230,
		IsCookable 		= true,
		MinutesToCook 		= 30,
		MinutesToBurn = 60,
		UnhappyChange 		= 20,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanRice,
		CookingSound 		= BoilingFood,
		ReplaceOnCooked 		= SapphCooking.SaucepanwithCookedCutPotatoes,
		ThirstChange 		= -40,
		Tags = returnSaucepan,
	}
	item SaucepanwithCookedCutPotatoes
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Cooked Cut Potatoes,
		Icon 		= SaucepanwithRisottoIcon,
		HungerChange 		= -22,
		Carbohydrates 		= 90,
		Proteins 		= 30,
		Lipids 		= 8,
		Calories 		= 260,
		UnhappyChange 		= -5,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanRice,
		Tags = returnSaucepan,
	}
	item SaucepanwithMashedPotatoes
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Mashed Potatoes,
		Icon 		= SaucepanwithRisottoIcon,
		RemoveNegativeEffectOnCooked = TRUE,
		HungerChange 		= -40,
		Carbohydrates 		= 101,
		Proteins 		= 10,
		Lipids 		= 16,
		Calories 		= 580,
		UnhappyChange 		= -20,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		IsCookable 		= true,
		MinutesToCook 		= 30,
		MinutesToBurn = 60,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		StaticModel 		= SaucepanYellowHand,
		WorldStaticModel 		= SaucepanYellow,
		StressChange 		= -20,
		FatigueChange 		= -10,
		EatType = plate,
		Tags = returnSaucepan,
	}
	item SaucepanwithNoodleSoup
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Noodle Soup,
		Icon 		= SaucepanFilled,
		RemoveNegativeEffectOnCooked = TRUE,
		HungerChange 		= -30,
		Carbohydrates 		= 200,
		Proteins 		= 20,
		Lipids 		= 30,
		Calories 		= 220,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		GoodHot 		= true,
		FluReduction    =   5,
		WorldStaticModel 		= WaterSaucepanPasta,
		ThirstChange 		= -60,
		UnhappyChange 		= -20,
		StressChange 		= -20,
		BoredomChange 		= -20,
		FatigueChange 		= -10,
		MinutesToBurn = 60,
		MinutesToCook = 30,
		IsCookable = true,
		Tags = returnSaucepan,
	}

	item SaucepanwithSugarKernels
	{
		DisplayCategory 		= Food,
		Icon 		= SaucepanwithKernelsIcon,
		Type 		= Food,
		IsCookable 		= true,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 40,
		Weight 		= 1.2,
		CookingSound = PopcornPan,
		StaticModel 		= SaucepanPasta,
		WorldStaticModel 		= Saucepan,
		CantEat 		= true,
		DisplayName 		= Saucepan with Kernel Corn and Sugar,
		ReplaceOnCooked 		= Saucepan;SapphCooking.CandyPopcorn;SapphCooking.CandyPopcorn;SapphCooking.CandyPopcorn;SapphCooking.CandyPopcorn;SapphCooking.CandyPopcorn,
	}

	item SaucepanwithKernelCorn
	{
		DisplayCategory 		= Food,
		Icon 		= SaucepanwithKernelsIcon,
		Type 		= Food,
		IsCookable 		= true,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 40,
		Weight 		= 1.2,
		StaticModel 		= SaucepanPasta,
		WorldStaticModel 		= Saucepan,
		CookingSound = PopcornPan,
		CantEat 		= true,
		DisplayName 		= Saucepan with Kernels,
		ReplaceOnCooked 		= Saucepan;SapphCooking.HomemadePopcorn;SapphCooking.HomemadePopcorn;SapphCooking.HomemadePopcorn;SapphCooking.HomemadePopcorn;SapphCooking.HomemadePopcorn,
	}


	item PotofVegetableStockUncooked
	{
		DisplayCategory 		= Food,
		Icon 		= Pot_Water,
		Type 		= Food,
		Weight 		= 1.2,
		WorldStaticModel 		= CookingPotSoup_Ground,
		CantEat 		= true,
		DisplayName 		= Pot of Vegetable Stock,
		ReplaceOnCooked 		= SapphCooking.PotofVegetableStock,
	}
	item PotofVegetableStock
	{
		DisplayCategory 		= Food,
		DisplayName 		= Pot of Vegetable Stock,
		Icon 		= VegetableBrothPotIcon,
		FluReduction    =   5,
		Type = Food,
		Weight = 3,
		CookingSound = BoilingFood,
		EatType = Pot,
		IsCookable = TRUE,
		ReplaceOnUse = Pot,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -2,
		ThirstChange = -20,
		Calories = 20,
		Carbohydrates = 25,
		Lipids = 4.5,
		Proteins = 14,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = CookingPotSoup_Ground,
	}

	item RoastingpanwithUncookedLasagna
	{
		DisplayCategory 		= Food,
		Type 		= Food,
		Tooltip = Tooltip_CookedSlices,
		DisplayName 		= Roasting Pan with Lasagna,
		Icon 		= BakingPanLasagnaIcon,
		Weight 		= 1.3,
		Carbohydrates 		= 80,
		Proteins 		= 20,
		Lipids 		= 20,
		Calories 		= 800,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 5,
		EatType = plate,
		ReplaceOnUse 		= RoastingPan,
		WorldStaticModel 		= LasagnaPanUncooked,
		StaticModel 		= H_LasagnaPanEat,
		CookingSound 		= FryingFood,
		HungerChange 		= -40,
		IsCookable 		= true,
		MinutesToCook 		= 40,
		MinutesToBurn 		= 80,
	}
	item BakingTray_Croissant
	{
		HungerChange 		= -30,
		Weight 		= 1.5,
		Type 		= Food,
		DaysTotallyRotten 		= 10,
		DisplayName 		= Baking Tray with Croissants,
		Icon 		= CookiesTrayIcon,
		DaysFresh 		= 3,
		Carbohydrates 		= 50.45,
		Proteins 		= 54.53,
		Lipids 		= 52.61,
		Calories 		= 520,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTrayCroissant,
	}

	item SaucepanwithSpaguetti
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Spaguetti,
		Icon 		= SaucepanwithSpaguettiIcon,
		HungerChange 		= -45,
		Carbohydrates 		= 500,
		Proteins 		= 20,
		Lipids 		= 30,
		Calories 		= 220,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		GoodHot 		= true,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		WorldStaticModel 		= WaterSaucepanPasta,
		ThirstChange 		= -60,
		UnhappyChange 		= -20,
		StressChange 		= -20,
		BoredomChange 		= -20,
		FatigueChange 		= -15,
		Tags = returnSaucepan,
	}
	item SaucepanwithSpaguettiandMeatballs
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Spaguetti and Meatballs,
		Icon 		= SaucepanwithSpaguettiMeatballsIcon,
		HungerChange 		= -50,
		Carbohydrates 		= 500,
		Proteins 		= 18,
		Lipids 		= 28,
		Calories 		= 200,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		GoodHot 		= true,
		WorldStaticModel 		= WaterSaucepanPasta,
		ThirstChange 		= -60,
		UnhappyChange 		= -20,
		StressChange 		= -20,
		BoredomChange 		= -20,
		FatigueChange 		= -15,
		IsCookable 		= true,
		MinutesToBurn 		= 100,
		MinutesToCook 		= 60,
		BadInMicrowave 		= true,
		Tags = returnSaucepan,
	}

	item SaucepanChocolate
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Chocolate,
		Icon 		= SaucepanwithChocolateBarsIcon,
		Carbohydrates 		= 115,
		Proteins 		= 11,
		Lipids 		= 70,
		Calories 		= 860,
		ReplaceOnUse 		= Saucepan,
		GoodHot 		= true,
		HungerChange 		= -20,
		DaysTotallyRotten 		= 4,
		DaysFresh 		= 2,
		EatType = plate,
		WorldStaticModel 		= SaucepanChocolate,
		WorldObjectSprite 		= SaucepanChocolateHand,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 10,
		UnhappyChange 		= -10,
		Tags = SapphCookingMeltedChocolate;MeltedChocolate;Chocolate,
	}

	item SaucepanWhiteChocolate
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with White Chocolate,
		Icon 		= SaucepanwithWhiteChocolateBarsIcon,
		Carbohydrates 		= 115,
		Proteins 		= 11,
		Lipids 		= 70,
		Calories 		= 860,
		ReplaceOnUse 		= Saucepan,
		GoodHot 		= true,
		WorldStaticModel 		= SaucepanWhiteChocolate_Ground,
		StaticModel = H_SaucepanWhiteChocolate,
		HungerChange 		= -20,
		DaysTotallyRotten 		= 4,
		DaysFresh 		= 2,
		MinutesToBurn 		= 90,
		MinutesToCook 		= 30,
		EatType = plate,
		IsCookable 		= true,
		UnhappyChange 		= -10,
		Tags = SapphCookingMeltedChocolate;MeltedChocolate;Chocolate,
	}

	item BakingTray_Bagel
	{
		HungerChange 		= -30,
		Weight 		= 1.5,
		Type 		= Food,
		DaysTotallyRotten 		= 10,
		DisplayName 		= Baking Tray with Bagels,
		Icon 		= BagelTrayIcon,
		DaysFresh 		= 3,
		Carbohydrates 		= 50.45,
		Proteins 		= 54.53,
		Lipids 		= 52.61,
		Calories 		= 520,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTrayBagel,
	}
		item BakingTray_Hotdog
	{
		HungerChange 		= -30,
		Weight 		= 1.5,
		Type 		= Food,
		DaysTotallyRotten 		= 10,
		DisplayName 		= Baking Tray with Hotdog Buns,
		Icon 		= BagelTrayIcon,
		DaysFresh 		= 3,
		Carbohydrates 		= 50.45,
		Proteins 		= 54.53,
		Lipids 		= 52.61,
		Calories 		= 520,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTrayHotdog_Ground,
	}
	item WokPan
	{
		DisplayCategory 		= Cooking,
		Weight 		= 1.3,
		Tooltip 		= Tooltip_item_RainFromGround,
		Type 		= Normal,
		DisplayName 		= Wok Pan,
		Icon 		= WokIcon,
		IconFluidMask = WokIcon_Mask,
		GoodHot = true,
		MetalValue 		= 60,
		WorldStaticModel 		= WokPanGround,
		Tags = HasMetal;Cookable,
		component FluidContainer
        {
            ContainerName   = WokPan,
            Capacity        = 2.0,
            RainFactor	= 1,
        }
	}
	
	item WokPanwithFriedRice
	{
		DisplayCategory 		= Food,
		Icon 		= WokPanFriedRiceIcon,
		Type 		= Food,
		Weight 		= 1.5,
		StaticModel 		= H_WokFriedRice,
		WorldStaticModel 		= WokGroundFriedRice,
		DisplayName 		= Wok Pan with Fried Rice,
		FatigueChange 		= -5,
		UnhappyChange 		= -10,
		HungerChange 		= -20,
		ReplaceOnUse 		= WokPan,
		Calories 		= 200,
		Carbohydrates 		= 100,
		Lipids 		= 10,
		Proteins 		= 20,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		EatType = plate,
	}
	item FryingPan_BaconandEggs
	{
		DisplayCategory 		= Food,
		Icon 		= PanwithBaconandEggsIcon,
		Type 		= Food,
		Weight 		= 1.2,
		StaticModel 		= H_FryingPanBaconEggs,
		WorldStaticModel 		= FryingPanBaconEggs_Ground,
		DisplayName 		= Frying Pan with Bacon and Eggs,
		FatigueChange 		= -5,
		UnhappyChange 		= -5,
		HungerChange 		= -30,
		BoredomChange 		= -5,
		StressChange 		= -5,
		ReplaceOnUse 		= Pan,
		DaysFresh = 4,
		DaysTotallyRotten = 4,
		Calories 		= 580,
		Carbohydrates 		= 15,
		EatType = plate,
		Lipids 		= 18,
		Proteins 		= 20,
		Tags = BaconEggsPan;returnPan,
	}
	item Wokpan_BaconandEggs
	{
		DisplayCategory 		= Food,
		Icon 		= WokEggIcon,
		Type 		= Food,
		Weight 		= 1.2,
		StaticModel 		= H_WokPanBaconEggs,
		WorldStaticModel 		= WokPanBaconEggs_Ground,
		DisplayName 		= Wok Pan with Bacon and Eggs,
		FatigueChange 		= -5,
		UnhappyChange 		= -5,
		HungerChange 		= -30,
		BoredomChange 		= -5,
		StressChange 		= -5,
		ReplaceOnUse 		= Pan,
		Calories 		= 580,
		DaysFresh = 4,
		DaysTotallyRotten = 4,
		Carbohydrates 		= 15,
		EatType = plate,
		Lipids 		= 18,
		Proteins 		= 20,
		Tags = BaconEggsPan;returnWokPan,
	}	
	item Plate_BaconandEggs
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Plate of Bacon and Eggs,
		Icon 		= PlateBaconandEggsIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 580,
		ReplaceOnUse 		= Plate,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateBaconEggs,
		WorldStaticModel 		= PlateBaconEggs_Ground,
		EatType = plate,
		HungerChange 		= -30,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}

	/********Obsolete - got removed in b42*************/
	item PlateBlue_BaconandEggs
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Plate of Bacon and Eggs,
		Icon 		= PlateBlueBaconandEggsIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 580,
		ReplaceOnUse 		= PlateBlue,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateBlueBaconEggs,
		WorldStaticModel 		= PlateBlueBaconEggs_Ground,
		EatType 		= plate,
		HungerChange 		= -30,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	item PlateOrange_BaconandEggs
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Plate of Bacon and Eggs,
		Icon 		= PlateOrangeBaconandEggsIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 580,
		ReplaceOnUse 		= ClayPlate,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateOrangeBaconEggs,
		WorldStaticModel 		= PlateOrangeBaconEggs_Ground,
		EatType 		= plate,
		HungerChange 		= -30,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	item PlateFancy_BaconandEggs
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Plate of Bacon and Eggs,
		Icon 		= PlateFancyBaconandEggsIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 580,
		ReplaceOnUse 		= PlateFancy,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateFancyBaconEggs,
		WorldStaticModel 		= PlateFancyBaconEggs_Ground,
		EatType 		= 2hand,
		HungerChange 		= -30,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	/********************************************************************/

	item BakingTray_CremeBrulee
	{
		Weight 		= 2.5,
		Type 		= Food,
		DaysTotallyRotten 		= 10,
		DisplayName 		= Baking Tray with Creme Brulee Bowls,
		Icon 		= TrayBowlYellowIcon,
		DaysFresh 		= 3,
		Carbohydrates 		= 60,
		Proteins 		= 9,
		Lipids 		= 6,
		Calories 		= 240,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_CremeBrulee_Ground,
	}
	item BakingTray_CaramelPudding
	{
		Weight 		= 2.5,
		Type 		= Food,
		DaysTotallyRotten 		= 10,
		DisplayName 		= Baking Tray with Bowls of Caramel Pudding,
		Icon 		= TrayBowlYellowIcon,
		DaysFresh 		= 3,
		Carbohydrates 		= 60,
		Proteins 		= 9,
		Lipids 		= 6,
		Calories 		= 240,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_CremeBrulee_Ground,
	}
	item BakingTray_ChocolatePudding
	{
		Weight 		= 2.5,
		Type 		= Food,
		DaysTotallyRotten 		= 10,
		DisplayName 		= Baking Tray with Bowls of Chocolate Pudding,
		Icon 		= TrayBowlBrownIcon,
		DaysFresh 		= 3,
		Carbohydrates 		= 60,
		Proteins 		= 9,
		Lipids 		= 6,
		Calories 		= 240,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_ChocolatePudding_Ground,
	}
	item BakingTray_Ladyfingers
	{
		Weight 		= 1.0,
		Type 		= Food,
		DisplayName 		= Baking Tray with Ladyfingers,
		Icon 		= TrayLadyfingersIcon,
		Carbohydrates 		= 60,
		Proteins 		= 9,
		Lipids 		= 6,
		Calories 		= 240,
		IsCookable 		= true,
		DaysFresh = 30,
		DaysTotallyRotten = 60,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_Ladyfingers_Ground,
	}
	item TiramisuPan
	{
		DisplayName = Pan of Tiramisu,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = TiramisuPanIcon,
		EatType = plate,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -60,
		FatigueChange 	= -30,
		UnhappyChange = -30,
		BoredomChange 	= -30,
		StressChange 	= -30,
		ReplaceOnUse = BakingPan,
		Calories = 1500,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		StaticModel = H_TiramisuPan,
		WorldStaticModel = TiramisuPan_Ground,
	}
	item Plate_HuevosRancheros
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Plate of Huevos Rancheros,
		Icon 		= PlateHuevosRancherosIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 288,
		ReplaceOnUse 		= Plate,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateHuevos,
		WorldStaticModel 		= PlateHuevos_Ground,
		EatType = plate,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	/**********************OBSOLETE - removed in b42******************/
	item PlateBlue_HuevosRancheros
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Plate of Huevos Rancheros,
		Icon 		= PlateBlueHuevosRancherosIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 288,
		ReplaceOnUse 		= PlateBlue,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateBlueHuevos,
		WorldStaticModel 		= PlateBlueHuevos_Ground,
		EatType 		= 2hand,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	item PlateOrange_HuevosRancheros
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Plate of Huevos Rancheros,
		Icon 		= PlateOrangeHuevosRancherosIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 288,
		ReplaceOnUse 		= ClayPlate,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateOrangeHuevos,
		WorldStaticModel 		= PlateOrangeHuevos_Ground,
		EatType 		= 2hand,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	item PlateFancy_HuevosRancheros
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Plate of Huevos Rancheros,
		Icon 		= PlateFancyHuevosRancherosIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 288,
		ReplaceOnUse 		= PlateFancy,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateFancyHuevos,
		WorldStaticModel 		= PlateFancyHuevos_Ground,
		EatType 		= 2hand,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	/*************************************************/

	/****************************** 20.01.23 ******************************/
		
	item PipingBags
	{
		Weight 		= 0.2,
		Type 		= Normal,
		DisplayName 		= Piping Bag,
		Icon 		= PipingBagEmptyIcon,
		WorldStaticModel 		=  PipingBag_Ground,
	}
	item BakingMolds
	{
		Weight 		= 0.2,
		Type 		= Normal,
		DisplayName 		= Baking Molds,
		Icon 		= BakingMoldsIcon,
		WorldStaticModel 		=  BakingMolds_Ground,
	}
	item ClothFilter
	{
		Weight 		= 0.05,
		Type 		= Normal,
		DisplayName 		= Cloth Filter,
		Icon 		=  ClothFilterIcon,
		WorldStaticModel 	=  ClothFilter_Ground,
	}
	item DirtyClothFilter
	{
		Weight 		= 0.05,
		Type 		= Normal,
		DisplayName 		= Dirty Cloth Filter,
		Icon 		=  ClothFilterDirtyIcon,
		WorldStaticModel 		=  DirtyClothFilter_Ground,
	}
	
	item WoodenSkewers
	{
		Weight 		= 0.05,
		Type 		= Normal,
		DisplayName 		= Wooden Skewer,
		Icon 		= WoodenSkewerIcon,
		WorldStaticModel 		= WoodSkewer_Ground,
		DisplayCategory = Cooking,
		MaxRange	=	0.8,
		WeaponSprite	=	H_WoodSkewer,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		ConditionLowerChanceOneIn	=	1,
		Weight	=	0.1,
		SplatNumber	=	1,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		ConditionMax	=	2,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	0,
		SwingAnim	=	Stab,
		DisplayName	=	Red Pen,
		MinRange	=	0.61,
		SwingTime	=	2,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	FALSE,
		RunAnim	=	Run_Weapon2,
		IdleAnim	=	Idle_Weapon2,
		TreeDamage  =   0,
		EnduranceMod = 0.5,
        	CriticalChance	=	0,
        	MinDamage	=	0.1,
        	MaxDamage	=	0.1,
		WeaponLength = 0.15,
		BreakSound  =   PenBreak,
        	HitFloorSound = PenHit,
        	ImpactSound	=	PenHit,
        	DoorHitSound = PenHit,
		HitSound	=	PenHit,
		SwingSound = PenSwing,
	}

	item Saucepan_ArrozLeche
	{
		DisplayCategory 		= Food,
		Weight 		= 2.5,
		Type 		= Food,
		IsCookable = true,
		MinutesToCook = 60,
		MinutesToBurn = 100,
		DisplayName 		= Saucepan with Arroz con Leche,
		Icon 		= SaucepanArrozLecheIcon,
		HungerChange 		= -20,
		Carbohydrates 		= 250,
		Proteins 		= 60,
		Lipids 		= 12,
		Calories 		= 550,
		UnhappyChange 		= -10,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		GoodHot 		= true,
		WorldStaticModel 		= SaucepanArrozLeche_Ground,
		StaticModel 			= H_SaucepanArrozLeche,
		ThirstChange 		= -20,
		FatigueChange 		= -10,
		EatType = plate,
		CookingSound 		= BoilingFood,
		Tags = returnSaucepan,
	}
	item Meatgrinder
	{
		Weight 		= 2.5,
		Type 		= Normal,
		DisplayName 		= Manual Meat Grinder,
		Icon 		= MeatGrinderIcon,
		WorldStaticModel 		=  Meatgrinder_Ground,
	}
	item IceTray
	{
		Weight 		= 0.5,
		Type 		= Normal,
		DisplayName 		= Ice Tray,
		Tooltip = Tooltip_IceCubes,
		CanStoreWater 		= TRUE,
		RainFactor 		= 0.1,
		Icon 		= IceCubesTrayIcon,
		WorldStaticModel 		=  IceTray_Ground,
		StaticModel 		=  H_IceTray,
	}
	
	item BagofToothpicks
	{
		DisplayName 		= Pack of Toothpicks,
		Type 		= Drainable,
		UseDelta 		= 0.1,
		UseWhileEquipped 		= false,
		Icon 		= ToothpickBoxIcon,
		WorldStaticModel 		= ToothpickBox_Ground,
		Weight 		= 0.1,
	}
	item Plate_HuevosRancherosEvolved
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Huevos Rancheros,
		Icon 		= PlateHuevosRancherosIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 288,
		ReplaceOnUse 		= Plate,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateHuevos,
		WorldStaticModel 		= PlateHuevos_Ground,
		EatType = plate,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	/*********************OBSOLETE***************/
	item PlateBlue_HuevosRancherosEvolved
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Huevos Rancheros,
		Icon 		= PlateBlueHuevosRancherosIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 288,
		ReplaceOnUse 		= PlateBlue,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateBlueHuevos,
		WorldStaticModel 		= PlateBlueHuevos_Ground,
		EatType 		= 2hand,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	item PlateOrange_HuevosRancherosEvolved
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Huevos Rancheros,
		Icon 		= PlateOrangeHuevosRancherosIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 288,
		ReplaceOnUse 		= PlateOrange,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateOrangeHuevos,
		WorldStaticModel 		= PlateOrangeHuevos_Ground,
		EatType 		= 2hand,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}
	item PlateFancy_HuevosRancherosEvolved
	{
		DisplayCategory 		= Food,
		Weight 		= 1,
		Type 		= Food,
		DisplayName 		= Huevos Rancheros,
		Icon 		= PlateFancyHuevosRancherosIcon,
		Carbohydrates 		= 15,
		Proteins 		= 20,
		Lipids 		= 18,
		Calories 		= 288,
		ReplaceOnUse 		= PlateFancy,
		DaysFresh 		= 4,
		DaysTotallyRotten 		= 7,
		GoodHot 		= true,
		StaticModel 		= H_PlateFancyHuevos,
		WorldStaticModel 		= PlateFancyHuevos_Ground,
		EatType 		= 2hand,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		BoredomChange 		= -5,
	}

	item Saucepan_InstantNoodles
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Instant Noodles,
		Icon 		= SaucepanFilled,
		HungerChange 		= -15,
		Carbohydrates 		= 200,
		MinutesToBurn = 40,
		MinutesToCook = 10,
		IsCookable = true,
		Proteins 		= 20,
		Lipids 		= 30,
		Calories 		= 220,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		GoodHot 		= true,
		FluReduction    =   5,
		WorldStaticModel 		= WaterSaucepanPasta,
		ThirstChange 		= -30,
		Tags = returnSaucepan,
	}

	item ButterChurn
	{
		Weight 		= 2,
		Type 		= Normal,
		DisplayName 		= Wooden Churn,
		Icon 		= WoodenChurnIcon,
		WorldStaticModel 		=  ButterChurn_Ground,
	}

	item ButtermilkBottle
	{
		DisplayCategory 		= Food,
		HungerChange 		= -1,
		Weight 		= 0.8,
		Type 		= 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 Saucepan_Custard
	{
		DisplayCategory = Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Uncooked Custard,
		Icon 		= SaucepanYellowIcon,
		Carbohydrates 		= 10,
		Proteins 		= 25,
		Lipids 		= 40,
		Calories 		= 340,
		ReplaceOnUse 		= Saucepan,
		IsCookable	=	TRUE,
		MinutesToCook	=	60,
		MinutesToBurn	=	90,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		HungerChange 		= -24,
		CookingSound 		= BoilingFood,
		EatType 		= 2hand,
		/**ReplaceOnCooked = SapphCooking.Saucepan_Custard_Cooked,**/
		WorldStaticModel 		= SaucepanYellow,
		StaticModel 		= SaucepanYellowHand,
		Tags = returnSaucepan,
	}

	item Churn_Wine
	{
		DisplayName = Wooden Churn with Wine,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = WoodenChurnIcon,
		FoodType = Wine,
		Alcoholic = TRUE,
		CantBeFrozen = TRUE,
		EatType = Pot,
		Packaged = TRUE,
		ReplaceOnUse = ButterChurn,
		HungerChange = -15,
		ThirstChange = -15,
		UnhappyChange = -15,
		Calories = 510,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottleGlass,
		StaticModel 		= H_ButterChurnBot,
		WorldStaticModel 		= ButterChurn_Ground,
	}

	item Chopsticks_Sapph
	{
	    DisplayCategory = Cooking,
		MaxRange	=	0.8,
		WeaponSprite	=	H_SapphChopsticks,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		SwingAmountBeforeImpact	=	0.02,
		Weight	=	0.1,
		ConditionLowerChanceOneIn	=	2,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		ConditionMax	=	3,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		CriticalChance	=	5,
		DisplayName	=	Chopsticks,
		MinRange	=	0.2,
		SwingTime	=	2,
		KnockdownMod	=	0,
		Icon	=	Chopsticks,
		TreeDamage  =   0,
		EnduranceMod = 0.5,
		MetalValue = 5,
        CritDmgMultiplier = 10,
        MinDamage	=	0.1,
        MaxDamage	=	0.1,
 		WeaponLength = 0.17,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        BreakSound	=	ForkBreak,
        HitFloorSound	=	ForkHit,
        ImpactSound	=	ForkHit,
        DoorHitSound = ForkHit,
		HitSound	=	ForkHit,
		SwingSound = ForkSwing,
		AttachmentType = Screwdriver,
		WorldStaticModel = Chopsticks_Ground,
		Tags = Fork,
  	}

	item Blender
    {
        DisplayCategory = ToolWeapon,
        MaxRange	=	1.1,
        WeaponSprite	=	H_Blender,
        MinAngle	=	0.67,
        Type	=	Weapon,
        MinimumSwingTime	=	4,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        ConditionLowerChanceOneIn	=	4,
        Weight	=	1.0,
        SplatNumber	=	1,
        PushBackMod	=	0.2,
        SubCategory	=	Swinging,
        ConditionMax	=	10,
        MaxHitCount	=	2,
        DoorDamage	=	2,
        SwingAnim	=	Bat,
        DisplayName	=	Blender,
        MinRange	=	0.61,
        SwingTime	=	4,
        KnockdownMod	=	2,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	BlenderEmptyIcon,
        BreakSound  =   PipeWrenchBreak,
        DoorHitSound = PipeWrenchHit,
		HitSound = PipeWrenchHit,
		HitFloorSound = PipeWrenchHit,
		SwingSound = PipeWrenchSwing,
        TreeDamage  =   0,
        CriticalChance	=	25,
        CritDmgMultiplier = 2,
        MinDamage	=	0.5,
        MaxDamage	=	1,
        BaseSpeed = 1,
        WeaponLength = 0.3,
		WorldStaticModel = Blender_Ground,
    }

	item Blender_Prep_Shake
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= in a Blender,
		Icon 		= BlenderBrownIcon,
		WorldStaticModel 		= BlenderBrown_Ground,
		StaticModel = Cooking_Blender_Brown,
		IsCookable = FALSE,
		Weight 		= 0.5,
		Type 		= Food,
		ThirstChange 		= -20,
		CantEat = True,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = HideUncooked,
	}

	item Blender_Prep_Smoothie
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= in a Blender,
		Icon 		= BlenderPinkIcon,
		WorldStaticModel 		= BlenderPink_Ground,
		StaticModel = Cooking_Blender_Pink,
		CantEat = True,
		IsCookable = FALSE,
		Weight 		= 0.5,
		Type 		= Food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = HideUncooked,
	}

	item Blender_Prep_Puree
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= in a Blender,
		Icon 		= BlenderYellowIcon,
		WorldStaticModel 		= BlenderYellow_Ground,
		StaticModel = Cooking_Blender_Yellow,
		CantEat = True,
		IsCookable = FALSE,
		Weight 		= 0.5,
		Type 		= Food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = HideUncooked,
	}
	item Blender_Milkshake
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Milkshake,
		IsCookable = FALSE,
		DaysTotallyRotten = 4,
		DaysFresh = 2,
		Icon 		= BlenderBrownIcon,
		WorldStaticModel 		= BlenderBrown_Ground,
		StaticModel = Cooking_Blender_Brown,
		CantEat = True,
		Weight 		= 0.5,
		Type 		= Food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = HideUncooked;HideCooked,
	}
	item Blender_Smoothie
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Smoothie,
		IsCookable = FALSE,
		DaysTotallyRotten = 4,
		DaysFresh = 2,
		Icon 		= BlenderPinkIcon,
		WorldStaticModel 		= BlenderPink_Ground,
		StaticModel = H_BlenderPink,
		Weight 		= 0.5,
		Type 		= Food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = HideUncooked;HideCooked,
	}
	item Blender_Puree
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Puree,
		IsCookable = FALSE,
		DaysTotallyRotten = 4,
		DaysFresh = 2,
		Icon 		= BlenderYellowIcon,
		WorldStaticModel 		= BlenderYellow_Ground,
		StaticModel = H_BlenderYellow,
		Weight 		= 0.5,
		Type 		= Food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = HideUncooked;HideCooked,
	}
	

	item SaucepanwithBorschtPrep
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Borscht,
		Icon 		= SaucepanwithBorschtIcon,
		HungerChange 		= -25,
		UnhappyChange 		= -5,
		StressChange 		= -5,
		FatigueChange 		= -2,
		Carbohydrates 		= 180,
		Proteins 		= 1,
		Lipids 		= 11,
		Calories 		= 220,
		ReplaceOnUse 		= Saucepan,
		EatType = plate,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		StaticModel 		= H_SaucepanwithBorscht,
		WorldStaticModel 		= SaucepanwithBorscht_Ground,
		Tags = returnSaucepan,
		IsCookable 		= true,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 40,
		CookingSound 		= BoilingFood,
	}

	item WokPan_RoastVeg
	{
		DisplayCategory 		= Food,
		Icon 		= WokYakisobaIcon,
		Type 		= Food,
		Weight 		= 1.5,
		StaticModel 		= H_WokRoast,
		WorldStaticModel 		= WokRoast_Ground,
		DisplayName 		= Roasted Vegetables,
		FatigueChange 		= -5,
		UnhappyChange 		= -5,
		HungerChange 		= -5,
		ReplaceOnUse 		= WokPan,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		Calories 		= 15,
		Carbohydrates 		= 10,
		Lipids 		= 5,
		Proteins 		= 2,
		EatType = plate,
		IsCookable 		= true,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 40,
		CookingSound 		= BoilingFood,
	}
	
	item WokPan_CacioPepePrep
	{
		DisplayCategory 		= Food,
		Icon 		= WokPanFriedRiceIcon,
		Type 		= Food,
		Weight 		= 1.5,
		StaticModel 		= H_WokPan_Noodle,
		WorldStaticModel 		= WokPan_Noodle,
		DisplayName 		= Wok Pan with Cacio e Pepe,
		FatigueChange 		= -10,
		UnhappyChange 		= -10,
		ThirstChange 		= -10,
		StressChange 		= -5,
		HungerChange 		= -24,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		ReplaceOnUse 		= WokPan,
		Calories 		= 460,
		EatType = plate,
		Carbohydrates 		= 400,
		Lipids 		= 20,
		Proteins 		= 30,
		IsCookable 		= true,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 40,
		CookingSound 		= BoilingFood,
	}
	item WokPan_CacioPepeEvolved
	{
		DisplayCategory 		= Food,
		Icon 		= WokPanFriedRiceIcon,
		Type 		= Food,
		Weight 		= 1.5,
		StaticModel 		= H_WokPan_Noodle,
		WorldStaticModel 		= WokPan_Noodle,
		DisplayName 		= Wok Pan with Cacio e Pepe,
		FatigueChange 		= -10,
		UnhappyChange 		= -10,
		ThirstChange 		= -10,
		StressChange 		= -5,
		HungerChange 		= -24,
		ReplaceOnUse 		= WokPan,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		Calories 		= 460,
		EatType = plate,
		Carbohydrates 		= 400,
		Lipids 		= 20,
		Proteins 		= 30,
	}

	
	item LowBallMilkshake
	{
		Weight 		= 0.4,
		Type 		= Food,
		DisplayName 		= Drink,
		ReplaceOnUse 		= LowballGlass,
		IsCookable = FALSE,
		Icon 		= LowballGlassShakeIcon,
		RainFactor 		= 0.1,
		StaticModel 		= H_LowballMilkshake,
		EatType 		= Mug,
		ThirstChange 		= -10,
		Carbohydrates 		= 15,
		Proteins 		= 0,
		Lipids 		= 0,
		HungerChange 		= -2,
		UnhappyChange = -5,
		BoredomChange = -5,
		Calories 		= 20,
		WorldStaticModel 		= LowBallMilkshake_Ground,
		Tags = LowAlcohol,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromBottleGlass,
	}

	item LowBallEvolved_Juice
	{
		Weight 		= 0.4,
		Type 		= Food,
		DisplayName 		= Drink,
		ReplaceOnUse 		= LowballGlass,
		IsCookable = FALSE,
		Icon 		= LowballGlassWhiskeyIcon,
		RainFactor 		= 0.1,
		StaticModel 		= H_LowBallEvolved,
		EatType 		= Mug,
		ThirstChange 		= -10,
		Carbohydrates 		= 15,
		Proteins 		= 0,
		Lipids 		= 0,
		HungerChange 		= -2,
		UnhappyChange = -5,
		BoredomChange = -5,
		Calories 		= 20,
		WorldStaticModel 		= LowBallEvolved_Ground,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromBottleGlass,
	}

	item CocktailGlassEvolved_Juice
	{
		Weight 		= 0.4,
		Type 		= Food,
		DisplayName 		= Drink,
		ReplaceOnUse 		= CocktailGlass,
		IsCookable = FALSE,
		Icon 		= CocktailGlassOrangeIcon,
		RainFactor 		= 0.1,
		StaticModel 		= H_CocktailGlassEvolved,
		EatType 		= Mug,
		ThirstChange 		= -10,
		Carbohydrates 		= 15,
		Proteins 		= 0,
		Lipids 		= 0,
		HungerChange 		= -2,
		UnhappyChange = -5,
		BoredomChange = -5,
		Calories 		= 20,
		WorldStaticModel 		= CocktailEvolved_Ground,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromBottleGlass,
	}

	item CocktailGlassMilkshake
	{
		Weight 		= 0.4,
		Type 		= Food,
		DisplayName 		= Drink,
		ReplaceOnUse 		= CocktailGlass,
		IsCookable = FALSE,
		Icon 		= CocktailGlassShakeIcon,
		RainFactor 		= 0.1,
		StaticModel 		= H_CocktailMilkshake,
		EatType 		= Mug,
		ThirstChange 		= -10,
		Carbohydrates 		= 15,
		Proteins 		= 0,
		Lipids 		= 0,
		HungerChange 		= -2,
		UnhappyChange = -5,
		BoredomChange = -5,
		Calories 		= 20,
		WorldStaticModel 		= CocktailMilkshake_Ground,
		Tags = LowAlcohol,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromBottleGlass,
	}
	item BeverageMilkshake
	{
		DisplayName = Beverage,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
        Icon = TumblerShakeIcon,
		EatType = Can,
		ReplaceOnUse = GlassTumbler,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
        WorldStaticModel = TumblerMilkshake_Ground,
		StaticModel = H_TumblerMilkshake,
	}
	item Mug_Milkshake
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		Type 		= Food,
		DisplayName 		= Milkshake,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= MugShakeIcon,
		ThirstChange 		= -10,
		HungerChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 1,
		ReplaceOnUse 		= Mugl,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= H_MugMilkshake,
		WorldStaticModel 		= MugMilkshake_Ground,
	}
	item MugWhite_Milkshake
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Type 		= Food,
		DisplayName 		= Milkshake,
		Icon 		= MugWhiteShakeIcon,
		ThirstChange 		= -10,
		HungerChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 1,
		ReplaceOnUse 		= MugWhite,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= H_MugWhiteMilkshake,
		WorldStaticModel 		= MugWhiteMilkshake_Ground,
	}
	item MugRed_Milkshake
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Type 		= Food,
		DisplayName 		= Milkshake,
		Icon 		= MugRedShakeIcon,
		ThirstChange 		= -10,
		HungerChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 1,
		ReplaceOnUse 		= MugRed,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= H_MugRedMilkshake,
		WorldStaticModel 		= MugRedMilkshake_Ground,
	}
	item MugSpiffo_Milkshake
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		Type 		= Food,
		DisplayName 		= Milkshake,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= MugSpiffoShakeIcon,
		ThirstChange 		= -10,
		HungerChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 1,
		ReplaceOnUse 		= MugSpiffo,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= H_MugSpiffoMilkshake,
		WorldStaticModel 		= MugSpiffoMilkshake_Ground,
	}
	item PlasticCup_Evolved
	{
		DisplayName = Milkshake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
        Icon = PlasticCup,
		EatType = Can,
		ReplaceOnUse = PlasticCup,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromCan,
        WorldStaticModel = PlasticCup_Milkshake_Ground,
		StaticModel = H_PlasticCup_Milkshake,
	}

	
	item LowBallSmoothie
	{
		Weight 		= 0.4,
		Type 		= Food,
		DisplayName 		= Drink,
		ReplaceOnUse 		= LowballGlass,
		IsCookable = FALSE,
		Icon 		= LowballGlassSmoothieIcon,
		RainFactor 		= 0.1,
		StaticModel 		= H_LowballSmoothie,
		EatType 		= Mug,
		ThirstChange 		= -10,
		Carbohydrates 		= 15,
		Proteins 		= 0,
		Lipids 		= 0,
		HungerChange 		= -2,
		UnhappyChange = -5,
		BoredomChange = -5,
		Calories 		= 20,
		WorldStaticModel 		= LowballSmoothie_Ground,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromBottleGlass,
	}

	item CocktailGlassSmoothie
	{
		Weight 		= 0.4,
		Type 		= Food,
		DisplayName 		= Drink,
		ReplaceOnUse 		= CocktailGlass,
		IsCookable = FALSE,
		Icon 		= CocktailGlassSmoothieIcon,
		RainFactor 		= 0.1,
		StaticModel 		= H_CocktailSmoothie,
		EatType 		= Mug,
		ThirstChange 		= -10,
		Carbohydrates 		= 15,
		Proteins 		= 0,
		Lipids 		= 0,
		HungerChange 		= -2,
		UnhappyChange = -5,
		BoredomChange = -5,
		Calories 		= 20,
		WorldStaticModel 		= CocktailSmoothie_Ground,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromBottleGlass,
	}
	item BeverageSmoothie
	{
		DisplayName = Beverage,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
        Icon = GlassTumbler,
		EatType = Can,
		ReplaceOnUse = GlassTumbler,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
        WorldStaticModel = TumblerSmoothie_Ground
		StaticModel = H_TumblerSmoothie,
	}

	item Mug_Evolved
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		Type 		= Food,
		DisplayName 		= Mug,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= Mugl,
		ThirstChange 		= -10,
		HungerChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 1,
		ReplaceOnUse 		= Mugl,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= Mug,
		WorldStaticModel 		= Mug,
	}
	item MugWhite_Evolved
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Type 		= Food,
		DisplayName 		= Mug,
		Icon 		= MugWhiteFull,
		ThirstChange 		= -10,
		HungerChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 1,
		ReplaceOnUse 		= MugWhite,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= MugWhite,
		WorldStaticModel 		= MugWhite,
	}
	item MugSpiffo_Evolved
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		Type 		= Food,
		DisplayName 		= Mug,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= MugSpiffoFull,
		ThirstChange 		= -10,
		HungerChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 1,
		ReplaceOnUse 		= MugSpiffo,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= MugSpiffo,
		WorldStaticModel 		= MugSpiffo,
	}

	item Blender_Sorbet
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Sorbet,
		IsCookable = FALSE,
		DaysTotallyRotten = 4,
		Icon 		= BlenderRedIcon,
		WorldStaticModel 		= BlenderRed_Ground,
		StaticModel = H_BlenderRed,
		Weight 		= 0.5,
		Type 		= Food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		ReplaceOnRotten 		= SapphCooking.Blender,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		DaysFresh = 1,
		DaysTotallyRotten = 3,
		Tags = HideUncooked,
	}

	item PizzaPeel
	{
	    DisplayCategory = Cooking,
		MaxRange	=	1.35,
		WeaponSprite	=	H_PizzaPeel,
		MinAngle	=	0.75,
		Type	=	Weapon,
		MinimumSwingTime	=	3,
		KnockBackOnNoDeath	=	TRUE,
		SwingAmountBeforeImpact	=	0.02,
		ConditionLowerChanceOneIn	=	6,
		Weight	=	1.2,
		SplatNumber	=	1,
		PushBackMod	=	0.5,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	2,
		DoorDamage	=	5,
		IdleAnim	=	Idle_Weapon2,
		SwingAnim	=	Bat,
		DisplayName	=	Pizza Peel,
		MinRange	=	0.61,
		SwingTime	=	3,
		HitAngleMod	=	-30,
		KnockdownMod	=	2,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	PizzaPeelIcon,
		RunAnim	=	Run_Weapon2,
        TwoHandWeapon = TRUE,
        BreakSound  =   BaseballBatBreak,
        DoorHitSound = BaseballBatHit,
		HitSound = BaseballBatHit,
		HitFloorSound = BaseballBatHit,
		SwingSound = BaseballBatSwing,
        TreeDamage  =   1,
		CriticalChance	=	30,
		critDmgMultiplier = 2,
		MinDamage	=	0.6,
		MaxDamage	=	0.9,
		BaseSpeed = 1,
		WeaponLength = 0.6,
		AttachmentType = Shovel,
	}
	
	item Blender_Prep_Juice
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= in a Blender,
		DaysTotallyRotten = 4,
		Icon 		= BlenderPinkIcon,
		WorldStaticModel 		= BlenderPink_Ground,
		StaticModel = Cooking_Blender_Pink,
		CantEat = True,
		IsCookable = FALSE,
		Weight 		= 0.8,
		Type 		= Food,
		ThirstChange 		= -20,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 0,
		Lipids 		= 0,
		Calories 		= 0,
		CantBeFrozen 		= TRUE,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
	}

	item Blender_Juice
	{
		DisplayCategory 		= Food,
		HungerChange 		= -2,
		DisplayName 		= Juice,
		DaysTotallyRotten = 4,
		IsCookable = FALSE,
		Icon 		= BlenderPinkIcon,
		WorldStaticModel 		= BlenderPink_Ground,
		StaticModel = H_BlenderPink,
		Weight 		= 1.0,
		Type 		= Food,
		ThirstChange 		= -50,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromCarton,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0,
		Proteins 		= 5,
		Lipids 		= 0.5,
		Calories 		= 50,
		UnhappyChange 		= -5,
		BoredomChange 		= -5,
		ReplaceOnUse 		= Blender,
		Tags = Juice,
	}

	item Cake_NianGao
	{
		DisplayName = Nian Gao Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = NewYearCakeIcon,
		BadInMicrowave = true,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -30,
		UnhappyChange = -10,
		ThirstChange = -20,
		StressChange = -10,
		BoredomChange = -10,
		Calories = 511,
		Carbohydrates = 9,
		Lipids = 41,
		Proteins = 21,
		EatType = plate,
		StaticModel = H_Cake_NewYear,
		WorldStaticModel = Cake_NewYear_Ground,
		Tags = HasMetal,
		Tooltip = Tooltip_LunarNewYear,
	}

	item BakingTray_Jerky
	{
		HungerChange 		= -30,
		Weight 		= 1.5,
		Type 		= Food,
		DaysTotallyRotten 	= 10,
		DisplayName 		= Baking Tray with Marinated Beef,
		Icon 		= TrayJerkyIcon,
		DaysFresh 		= 3,
		Carbohydrates 		= 12,
		Proteins 		= 2,
		Lipids 		= 2,
		Calories 		= 300,
		IsCookable 		= true,
		MinutesToBurn 		= 90,
		MinutesToCook 		= 60,
		BadInMicrowave 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_Bacon_Ground,
	}

	item CakeSlice_NianGao
	{
		DisplayName = Nian Gao Cake Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = NewYearCakeSliceIcon,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -7,
		UnhappyChange = -10,
		ThirstChange = -1,
		StressChange = -1,
		BoredomChange = -1,
		Calories = 70,
		Carbohydrates = 1,
		Lipids = 5,
		Proteins = 5,
		StaticModel = H_Cake_NewYearSlice,
		WorldStaticModel = Cake_NewYearSlice_Ground,
		Tooltip = Tooltip_LunarNewYear,
	}

	item HalfCandle
    {
        DisplayCategory = LightSource,
        Weight    =    0.2,
        Type    =    Drainable,
        UseDelta    =   0,
        DisplayName    =    Half Candle,
        Icon    =    HalfCandleIcon,
        cantBeConsolided = TRUE,
        StaticModel = Candle,
        WorldStaticModel = CandleGround,
    }

	item HalfCandleLit
	{
	    DisplayCategory = LightSource,
		LightDistance	=	3,
		Weight	=	0.2,
		Type	=	Drainable,
	    UseWhileUnequipped  =   TRUE,
		TorchCone	=	FALSE,
		UseDelta	=	0.003,
		LightStrength	=	0.6,
		DisplayName	=	Lit Half Candle,
		ActivatedItem	=	TRUE,
		Icon	=	HalfCandleLitIcon,
		cantBeConsolided = TRUE,
		StaticModel = Candle,
		WorldStaticModel = CandleGround,
		Tags = StartFire,
	}

	/******Cake Preps********/
	item CakePrep_Chocolate
	{
		DisplayName = Chocolate Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = CakePrepChocolateIcon,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 980,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation_Chocolate_Ground,
		Tags = HasMetal;isCake,
	}
	item CakePrep_Carrot
	{
		DisplayName = Carrot Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = CakePrepCarrotIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 800,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation_Carrot_Ground,
		Tags = HasMetal;isCake,
	}
	item CakePrep_RedVelvet
	{
		DisplayName = Red Velvet Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = CakePrepRedVelvetIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 806,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation_Carrot_Ground,
		Tags = HasMetal;isCake,
	}
	item CakePrep_BlackForestCake
	{
		DisplayName = Black Forest Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = CakePrepChocolateIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 800,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation_Carrot_Ground,
		Tags = HasMetal;isCake,
	}
	item CakePrep_StrawberryCake
	{
		DisplayName = Strawberry Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = CakePrepStrawberryIcon,
		DaysFresh = 4,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysTotallyRotten = 7,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 800,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation_Carrot_Ground,
		Tags = HasMetal;isCake,
	}


	/*******Cake Raw*******/
	
	item CakeRaw_Chocolate
	{
		DisplayName = Chocolate Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeChocolateIcon,
		BadInMicrowave = true,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 740,
		Carbohydrates = 9,
		EatType = plate,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeChocolate_Ground,
		StaticModel = H_CakeChocolate,
		Tags = HasMetal;isCake,
	}
	item CakeRaw_Carrot
	{
		DisplayName = Carrot Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeCarrotIcon,
		BadInMicrowave = true,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 560,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeCarrot_Ground,
		StaticModel = H_CakeCarrot,
		Tags = HasMetal;isCake,
	}

	item CakeRaw_BlackForestCake
	{
		DisplayName = Black Forest Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeBlackForestIcon,
		BadInMicrowave = true,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 660,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeBlackForest_Ground,
		StaticModel = H_CakeBlackForest,
		Tags = HasMetal;isCake,
	}

	item CakeRaw_Birthday
	{
		DisplayName = Birthday Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeBirthdayIcon,
		BadInMicrowave = true,
		ReplaceOnUse = BakingPan,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 560,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeBirthday_Ground,
		StaticModel = H_CakeBirthday,
		Tags = HasMetal,
	}

	item CakeRaw_Strawberry
	{
		DisplayName = Strawberry Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeStrawberryIcon,
		BadInMicrowave = true,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 560,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeStrawberry_Ground,
		StaticModel = H_CakeStrawberry,
		Tags = HasMetal;isCake,
	}

	item CakeRaw_RedVelvet
	{
		DisplayName = Red Velvet Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeRedVelvetIcon,
		BadInMicrowave = true,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 560,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeRedVelvet_Ground,
		StaticModel = H_CakeRedVelvet,
		Tags = HasMetal;isCake,
	}

	/*******Cake Candles*******/

	item Cake_Candle
	{
		DisplayName = Cake (with Candle),
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		Type = Food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeCarrotCandleIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CarrotPan_Candle_Ground,
		StaticModel = H_CakeCandle,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = HasMetal,
	}

	item CakeChocolate_Candle
	{
		DisplayName = Chocolate Cake (with Candle),
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		Type = Food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeChocolateCandleIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeChocolateCandle_Ground,
		StaticModel = H_CakeChocolateCandle,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = HasMetal,
	}

	item CakeCarrot_Candle
	{
		DisplayName = Carrot Cake (with Candle),
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		Type = Food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeCarrotCandleIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeCarrotCandle_Ground,
		StaticModel = H_CakeCarrotCandle,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = HasMetal,
	}

	item CakeRedVelvet_Candle
	{
		DisplayName = Red Velvet Cake (with Candle),
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		Type = Food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeRedVelvetCandleIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeRedVelvetCandle_Ground,
		StaticModel = H_CakeRedVelvetCandle,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = HasMetal,
	}

	item CakeBlackForest_Candle
	{
		DisplayName = Black Forest Cake (with Candle),
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		Type = Food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeBlackForestCandleIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeBlackForestCandle_Ground,
		StaticModel = H_CakeBlackForestCandle,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = HasMetal,
	}

	item CakeStrawberry_Candle
	{
		DisplayName = Strawberry Cake (with Candle),
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		Type = Food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeStrawberryCandleIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeStrawberryCandle_Ground,
		StaticModel = H_CakeStrawberryCandle,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = HasMetal,
	}

	item CakeBirthday_Candle
	{
		DisplayName = Birthday Cake (with Candle),
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		Type = Food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeBirthdayCandleIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeBirthdayCandle_Ground,
		StaticModel = H_CakeBirthdayCandle,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = HasMetal,
	}

	/******Cake Slices***************/

	item CakeSlice_Chocolate
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = ChocolateCakeSliceIcon,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 70,
		Carbohydrates = 1,
		Lipids = 5,
		Proteins = 5,
		StaticModel = H_CakeChocolateSlice,
		WorldStaticModel = CakeChocolateSlice_Ground,
	}

	item CakeSlice_Carrot
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CarrotCakeSliceIcon,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 70,
		Carbohydrates = 1,
		Lipids = 5,
		Proteins = 5,
		StaticModel = H_CakeCarrotSlice,
		WorldStaticModel = CakeCarrotSlice_Ground,
	}

	item CakeSlice_BlackForest
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = BlackForestSliceIcon,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 70,
		Carbohydrates = 1,
		Lipids = 5,
		Proteins = 5,
		StaticModel = H_CakeBlackForestSlice,
		WorldStaticModel = CakeBlackForestSlice_Ground,
	}

	item CakeSlice_Birthday
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = BirthdayCakeSliceIcon,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 70,
		Carbohydrates = 1,
		Lipids = 5,
		Proteins = 5,
		StaticModel = H_CakeBirthdaySlice,
		WorldStaticModel = CakeBirthdaySlice_Ground,
	}

	item CakeSlice_RedVelvet
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = RedVelvetCakeSliceIcon,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 70,
		Carbohydrates = 1,
		Lipids = 5,
		Proteins = 5,
		StaticModel = H_CakeRedVelvetSlice,
		WorldStaticModel = CakeRedVelvetSlice_Ground,
	}

	item CakeSlice_Strawberry
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = StrawberryCakeSliceIcon,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 70,
		Carbohydrates = 1,
		Lipids = 5,
		Proteins = 5,
		StaticModel = H_CakeStrawberrySlice,
		WorldStaticModel = CakeStrawberrySlice_Ground,
	}

	item Wooden_CheeseMolds
	{
	    DisplayCategory = Cooking,
		Weight	=	1,
		CanStoreWater	=	TRUE,
		Type	=	Normal,
		DisplayName	=	Wooden Cheese Mold,
		Icon	=	WoodenCheeseMoldIcon,
		RainFactor = 1,
		Tooltip = Tooltip_item_RainFromGround,
		StaticModel = H_CheeseMolds,
		WorldStaticModel = CheeseMolds_Ground,
		EatType = Pot,
	}

	item Wooden_CheeseMoldsCurds
	{
		DisplayName = Cheese Mold (Aging),
	    DisplayCategory = Cooking,
		CanStoreWater	=	TRUE,
		Type = Food,
		Weight = 3,
		Icon = WoodenCheeseMoldPrepIcon,
		EatType = Pot,
		ReplaceOnUse = Wooden_CheeseMolds,
		ReplaceOnRotten = SapphCooking.Wooden_CheeseMoldsFull,
		DaysFresh = 3,
		DaysTotallyRotten = 3,
		HungerChange = -18,
		ThirstChange = -18,
		UnhappyChange = +5,
		Calories = 230,
		Carbohydrates = 0.95,
		Lipids = 11.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = H_CheeseMold_Liquid,
		WorldStaticModel = CheeseMoldsPreparation_Ground,
		Tags = HasMetal,
		Tooltip = Tooltip_CheeseCurds,
	}

	item Wooden_CheeseMoldsFull
	{
	    DisplayName = Cheese Mold with Parmesan Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = WoodenCheeseMoldCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Wooden_CheeseMolds,
		ReplaceOnRotten = SapphCooking.Wooden_CheeseMoldsBlue,
		DaysFresh = 10,
		DaysTotallyRotten = 10,
		HungerChange = -40,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 480,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = H_CheeseMold_Liquid,
		WorldStaticModel = CheeseMoldsCheese_Ground,
		Tooltip = Tooltip_BlueCheese,
	}

	item Wooden_CheeseMoldsBlue
	{
	    DisplayName = Cheese Mold with Blue Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = WoodenCheeseMoldCheeseBlueIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Wooden_CheeseMolds,
		DaysFresh = 60,
		DaysTotallyRotten = 30,
		HungerChange = -60,
		ThirstChange = -60,
		UnhappyChange = -20,
		Calories = 630,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = CheeseMoldsCheeseBlue_Ground,
	}

	item Pot_CheesePreparation
	{
		DisplayName = Pot of Cheese Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotCheeseIcon,
		CookingSound = BoilingFood,
		ReplaceOnCooked = SapphCooking.Pot_CheeseCurds,
		EatType = Pot,
		IsCookable = TRUE,
		ReplaceOnUse = Pot,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		DaysFresh = 2,
		DaysTotallyRotten = 6,
		HungerChange = -15,
		ThirstChange = -15,
		UnhappyChange = +5,
		Calories = 200,
		Carbohydrates = 0.95,
		Lipids = 9.8,
		Proteins = 7.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheesePreparation_Ground,
		Tags = HasMetal,
	}

	item Pot_CheeseCurds
	{
		DisplayName = Pot of Cheese Curds (Aging),
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotCheeseIcon,
		EatType = Pot,
		ReplaceOnUse = Pot,
		ReplaceOnRotten = SapphCooking.Pot_Cheese,
		DaysFresh = 3,
		DaysTotallyRotten = 3,
		HungerChange = -18,
		ThirstChange = -18,
		UnhappyChange = +5,
		Calories = 230,
		Carbohydrates = 0.95,
		Lipids = 11.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheesePreparation_Ground,
		Tags = HasMetal,
		Tooltip = Tooltip_CheeseCurds,
	}
	item Pot_Cheese
	{
		DisplayName = Pot of Parmesan Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Pot,
		ReplaceOnRotten = SapphCooking.Pot_CheeseBlue,
		DaysFresh = 10,
		DaysTotallyRotten = 10,
		HungerChange = -40,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 480,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheese_Ground,
		Tags = HasMetal,
		Tooltip = Tooltip_BlueCheese,
	}
	item Pot_CheeseBlue
	{
		DisplayName = Pot of Blue Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Pot,
		DaysFresh = 60,
		DaysTotallyRotten = 30,
		HungerChange = -60,
		ThirstChange = -60,
		UnhappyChange = -20,
		Calories = 630,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheeseBlue_Ground,
		Tags = HasMetal,
		
	}

	item Bucket_CheeseCurds
	{
		DisplayName = Bucket with Cheese Curds (Aging),
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = BucketPrepIcon,
		EatType = Pot,
		ReplaceOnUse = BucketEmpty,
		ReplaceOnRotten = SapphCooking.Bucket_Cheese,
		DaysFresh = 3,
		DaysTotallyRotten = 3,
		HungerChange = -18,
		ThirstChange = -18,
		UnhappyChange = +5,
		Calories = 230,
		Carbohydrates = 0.95,
		Lipids = 11.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = BucketCheesePrep_Ground,
		Tags = HasMetal,
		Tooltip = Tooltip_CheeseCurds,
	}
	item Bucket_Cheese
	{
		DisplayName = Bucket of Parmesan Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = BucketCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = BucketEmpty,
		ReplaceOnRotten = SapphCooking.Bucket_CheeseBlue,
		DaysFresh = 10,
		DaysTotallyRotten = 10,
		HungerChange = -40,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 480,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = BucketCheese_Ground,
		Tags = HasMetal,
		Tooltip = Tooltip_BlueCheese,
	}

	item Bucket_CheeseBlue
	{
		DisplayName = Bucket of Blue Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = BucketPrepIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = BucketEmpty,
		DaysFresh = 60,
		DaysTotallyRotten = 30,
		HungerChange = -60,
		ThirstChange = -60,
		UnhappyChange = -20,
		Calories = 630,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = BucketCheeseBlue_Ground,
		Tags = HasMetal,
	}

	item BakingTray_MacaronCookies1
	{
		HungerChange 		= -15,
		Weight 		= 1.5,
		Type 		= Food,
		DisplayName 		= Baking Tray with Macaron Cookies,
		Icon 		= TrayMacaronCookiesIcon,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 10,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.2,
		Lipids 		= 4.0,
		Calories 		= 240,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_MacaronCookies1,
		Tags = HasMetal,
	}
	item BakingTray_MacaronCookies2
	{
		HungerChange 		= -15,
		Weight 		= 1.5,
		Type 		= Food,
		DisplayName 		= Baking Tray with Macaron Cookies,
		Icon 		= TrayMacaronCookies2Icon,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 10,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.2,
		Lipids 		= 4.0,
		Calories 		= 240,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_MacaronCookies2,
		ReplaceOnCooked 		= BakingTray;SapphCooking.Macaron_Cookies_Pink;SapphCooking.Macaron_Cookies_Green;SapphCooking.Macaron_Cookies_Yellow,
		Tags = HasMetal,
	}
	item BakingTray_MacaronCookies3
	{
		HungerChange 		= -15,
		Weight 		= 1.5,
		Type 		= Food,
		DisplayName 		= Baking Tray with Macaron Cookies,
		Icon 		= TrayMacaronCookies3Icon,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 10,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.2,
		Lipids 		= 4.0,
		Calories 		= 240,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_MacaronCookies3,
		ReplaceOnCooked 		= BakingTray;SapphCooking.Macaron_Cookies_Red;SapphCooking.Macaron_Cookies_Green;SapphCooking.Macaron_Cookies_Purple,
		Tags = HasMetal,
	}
	item BakingTray_MacaronCookies4
	{
		HungerChange 		= -15,
		Weight 		= 1.5,
		Type 		= Food,
		DisplayName 		= Baking Tray with Macaron Cookies,
		Icon 		= TrayMacaronCookies4Icon,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 10,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.2,
		Lipids 		= 4.0,
		Calories 		= 240,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_MacaronCookies4,
		ReplaceOnCooked 		= BakingTray;SapphCooking.Macaron_Cookies_Blue;SapphCooking.Macaron_Cookies_Green;SapphCooking.Macaron_Cookies_Purple,
		Tags = HasMetal,
	}

	item Roastingpan_FocacciaPrep
	{
		DisplayCategory 		= Food,
		Type 		= Food,
		Tooltip = Tooltip_CookedSlices,
		DisplayName 		= Roasting Pan with Focaccia,
		Icon 		= PanFocacciaIcon,
		Weight 		= 1.3,
		Carbohydrates 		= 140,
		Proteins 		= 3,
		Lipids 		= 10,
		Calories 		= 500,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 5,
		EatType = plate,
		ReplaceOnUse 		= RoastingPan,
		WorldStaticModel 		= FocacciaPan_Ground,
		StaticModel 		= H_FocacciaPan,
		CookingSound 		= FryingFood,
		HungerChange 		= -30,
		UnhappyChange 		= -10,
		BoredomChange 		= -10,
		StressChange 		= -10,
		FatigueChange 		= -15,
		IsCookable 		= true,
		MinutesToCook 		= 40,
		MinutesToBurn 		= 80,
	}
	item FeijoadaPrep
	{
		DisplayName = Feijoada,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotFull,
		CookingSound = BoilingFood,
		EatType = Pot,
		IsCookable = TRUE,
		ReplaceOnUse = Pot,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -5,
		ThirstChange = -30,
		UnhappyChange = -10,
		Calories = 202,
		Carbohydrates = 25,
		Lipids = 4.5,
		Proteins = 14,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = H_PotFeijoada,
		WorldStaticModel = PotFeijoada_Ground,
		Tags = HasMetal,
	}
	item BakingTray_PaodeQueijo
	{
		HungerChange 		= -30,
		Weight 		= 1.5,
		Type 		= Food,
		DaysTotallyRotten 		= 10,
		DisplayName 		= Baking Tray with Pao de Queijo,
		Icon 		= TrayPaoQueijoIcon,
		DaysFresh 		= 3,
		Carbohydrates 		= 50.45,
		Proteins 		= 8.1,
		Lipids 		= 10.61,
		Calories 		= 498,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_PaodeQueijo_Ground,
	}

	item HotDrink_Metal
	{
		DisplayName = Hot Drink,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = MugMetalIcon,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Mug_Metal,
		MinutesToCook = 10,
		MinutesToBurn = 50,
		ThirstChange = -20,
		UnhappyChange = -10,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = H_MugMetal,
		WorldStaticModel = MugMetal_Ground,
		Tags = AlcoholicBeverage;LowAlcohol;HerbalTea;CoffeeMaker;HasMetal,
	}
	
	item MugMetal_Milkshake
	{
		DisplayCategory 		= Food,
		Weight 		= 0.5,
		Type 		= Food,
		DisplayName 		= Milkshake,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		Icon 		= MugMetalShakeIcon,
		ThirstChange 		= -10,
		HungerChange 		= -5,
		FatigueChange 		= -5,
		StressChange 		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 1,
		ReplaceOnUse 		= Mug_Metal,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromMug,
		GoodHot 		= true,
		StaticModel 		= H_MugMetalMilkshake,
		WorldStaticModel 		= MugMetalMilkshake_Ground,
		Tags = HasMetal,
	}

	item SaucepanStew
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		IsCookable = TRUE,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		DisplayName 		= Stew,
		Icon 		= SaucepanBeefStewIcon,
		Carbohydrates 		= 10,
		Proteins 		= 10,
		Lipids 		= 10,
		Calories 		= 10,
		ReplaceOnUse 		= Saucepan,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		GoodHot 		= true,
		WorldStaticModel 		= SaucepanBeefStew,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		HungerChange 		= -5,
		ThirstChange 		= -50,
		CookingSound 		= BoilingFood,
		Tags = returnSaucepan,
	}


	item SaucepanwithStroganoff
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Stroganoff,
		Icon 		= SaucepanwithCurryIcon,
		DangerousUncooked 		= TRUE,
		HungerChange 		= -60,
		UnhappyChange 		= -10,
		StressChange 		= -10,
		FatigueChange 		= -10,
		Carbohydrates 		= 180,
		Proteins 		= 40,
		Lipids 		= 20,
		Calories 		= 760,
		ReplaceOnUse 		= Saucepan,
		EatType = plate,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		IsCookable	=	TRUE,
		MinutesToCook	=	60,
		MinutesToBurn	=	90,
		CookingSound 		= BoilingFood,
		StaticModel 		= H_SaucepanChickenStroganoff,
		WorldStaticModel 		= SaucepanChickenStroganoff_Ground,
		Tags = returnSaucepan,
	}

	item Takeout_FruitSalad
	{
		DisplayName = Salad,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.7,
		Icon = TakeoutBoxSaladIcon,
		EatType = 2hand,
		ReplaceOnUse = Bowl,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		HungerChange = -10,
		Calories = 97,
		Carbohydrates = 25,
		Lipids = 0.5,
		Proteins = 1.4,
		StaticModel = H_TakeoutboxSalad,
		WorldStaticModel = TakeoutboxSalad_Ground,
	}

	item Tray_FruitSalad
	{
		DisplayName = Salad,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.2,
		Icon = MessTrayFruitIcon,
		EatType = plate,
		ReplaceOnUse = Bowl,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		HungerChange = -10,
		Calories = 97,
		Carbohydrates = 25,
		Lipids = 0.5,
		Proteins = 1.4,
		StaticModel = H_MessTrayFruit,
		WorldStaticModel = MessTrayFruit_Ground,
	}

	item Tray_Pasta
	{
		DisplayName = Pasta,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.2,
		Icon = MessTrayPastaIcon,
		EatType = plate,
		ReplaceOnUse = MessTray,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		HungerChange = -10,
		Calories = 97,
		Carbohydrates = 25,
		Lipids = 0.5,
		Proteins = 1.4,
		StaticModel = H_MessTrayPasta,
		WorldStaticModel = MessTrayPasta_Ground,
	}
	item Tray_Soup
	{
		DisplayName = Soup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.2,
		Icon = MessTraySoupIcon,
		EatType = plate,
		ReplaceOnUse = MessTray,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		HungerChange = -10,
		Calories = 97,
		Carbohydrates = 25,
		Lipids = 0.5,
		Proteins = 1.4,
		StaticModel = H_MessTraySoup,
		WorldStaticModel = MessTraySoup_Ground,
	}
	item Tray_Rice
	{
		DisplayName = Rice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.2,
		Icon = MessTrayRiceIcon,
		EatType = plate,
		ReplaceOnUse = MessTray,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		HungerChange = -10,
		Calories = 97,
		Carbohydrates = 25,
		Lipids = 0.5,
		Proteins = 1.4,
		StaticModel = H_MessTrayFood,
		WorldStaticModel = MessTrayFood_Ground,
	}

	item Saucepan_MacandCheese
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Mac and Cheese,
		Icon 		= MacCheesePanIcon,
		HungerChange 		= -16,
		UnhappyChange 		= -5,
		StressChange 		= -5,
		Carbohydrates 		= 45,
		Proteins 		= 4.4,
		Lipids 		= 20,
		Calories 		= 200,
		ReplaceOnUse 		= Saucepan,
		EatType = plate,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		IsCookable	=	TRUE,
		MinutesToCook	=	30,
		MinutesToBurn	=	60,
		CookingSound 		= BoilingFood,
		StaticModel 		= H_SaucepanMaccheese,
		WorldStaticModel 		= SaucepanMaccheese_Ground,
		Tags = returnSaucepan,
	}
	item Saucepan_Paella
	{
		DisplayCategory 		= Food,
		Weight 		= 3,
		Type 		= Food,
		DisplayName 		= Saucepan with Paella,
		Icon 		= PanPaellaIcon,
		HungerChange 		= -16,
		UnhappyChange 		= -5,
		StressChange 		= -5,
		Carbohydrates 		= 45,
		Proteins 		= 4.4,
		Lipids 		= 20,
		Calories 		= 200,
		ReplaceOnUse 		= Saucepan,
		EatType = plate,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 6,
		IsCookable	=	TRUE,
		MinutesToCook	=	30,
		MinutesToBurn	=	60,
		CookingSound 		= BoilingFood,
		StaticModel 		= H_SaucepanPaella,
		WorldStaticModel 		= SaucepanPaella_Ground,
		Tags = returnSaucepan,
	}

}