module SapphCooking
{
	imports
	{
		Base,
	}	
    /**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Sweets are Here! ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Cheesecakes ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item Cheesecake_NoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CheesecakeNoPanIcon,
		BadInMicrowave = true,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 740,
		Carbohydrates = 9,
		EatType = plate,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CheesecakeNoPan_Ground,
		StaticModel = H_Cake_NoPan,
		Tags = sapphcooking:iscake;base:hidecooked,
	}

	item Sapph_CakeCheesecake
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.2,
        Icon = CakeCheesecake,
        DaysFresh = 3,
        DaysTotallyRotten = 5,
        HungerChange = -8.0,
        UnhappyChange = -10,
        Calories = 80.0,
        Carbohydrates = 4.0,
        Lipids = 12.0,
        Proteins = 10.0,
        StaticModel = H_CheesecakeSlice,
        WorldStaticModel = CheesecakeSlice_Ground,
    }

	item Cheesecake_ChocolateNoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CheesecakeNoPanChocolateIcon,
		BadInMicrowave = true,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 740,
		Carbohydrates = 9,
		EatType = plate,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CheesecakeChocolateNoPan_Ground,
		StaticModel = H_Cake_NoPan,
		Tags = sapphcooking:iscake;base:hidecooked,
	}

	item Sapph_CakeChocolateCheesecake
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.2,
        Icon = CakeCheesecakeChocolateIcon,
        DaysFresh = 3,
        DaysTotallyRotten = 5,
        HungerChange = -8.0,
        UnhappyChange = -10,
        Calories = 80.0,
        Carbohydrates = 4.0,
        Lipids = 12.0,
        Proteins = 10.0,
        StaticModel = H_CheesecakeChocolateSlice,
        WorldStaticModel = CheesecakeChocolateSlice_Ground,
    }

	item Cheesecake_StrawberryNoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CheesecakeNoPanStrawberryIcon,
		BadInMicrowave = true,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 740,
		Carbohydrates = 9,
		EatType = plate,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CheesecakeStrawberryNoPan_Ground,
		StaticModel = H_Cake_NoPan,
		Tags = sapphcooking:iscake;base:hidecooked,
	}

	item Sapph_CakeStrawberryCheesecake
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.2,
        Icon = CakeCheesecakeStrawberryIcon,
        DaysFresh = 3,
        DaysTotallyRotten = 5,
        HungerChange = -8.0,
        UnhappyChange = -10,
        Calories = 80.0,
        Carbohydrates = 4.0,
        Lipids = 12.0,
        Proteins = 10.0,
        StaticModel = H_CheesecakeStrawberrySlice,
        WorldStaticModel = CheesecakeStrawberrySlice_Ground,
    }



	item Cheesecake_TeaNoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CheesecakeNoPanTeaIcon,
		BadInMicrowave = true,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 740,
		Carbohydrates = 9,
		EatType = plate,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CheesecakeTeaNoPan_Ground,
		StaticModel = H_Cake_NoPan,
		Tags = sapphcooking:iscake;base:hidecooked,
	}

	item Sapph_CakeTeaCheesecake
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.2,
        Icon = CakeCheesecakeTeaIcon,
        DaysFresh = 3,
        DaysTotallyRotten = 5,
        HungerChange = -8.0,
        UnhappyChange = -10,
        Calories = 80.0,
        Carbohydrates = 4.0,
        Lipids = 12.0,
        Proteins = 10.0,
        StaticModel = H_CheesecakeTeaSlice,
        WorldStaticModel = CheesecakeTeaSlice_Ground,
    }

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Cakes ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item Cake_NoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CakeNoPanChocolateIcon,
		BadInMicrowave = true,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 740,
		Carbohydrates = 9,
		EatType = plate,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = Cake_NoPan_Ground,
		StaticModel = H_Cake_NoPan,
		Tags = sapphcooking:iscake;base:hidecooked,
	}

	item Cake_Chocolate_NoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CakeNoPanChocolateIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 740,
		Carbohydrates = 9,
		EatType = plate,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeChocolate_NoPan_Ground,
		StaticModel = H_CakeChocolate,
		Tags = sapphcooking:iscake;base:hidecooked,
	}
	item Cake_Carrot_NoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CakeNoPanCarrotIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 560,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeCarrot_NoPan_Ground,
		StaticModel = H_CakeCarrot,
		Tags = sapphcooking:iscake;base:hidecooked,
	}

	item Cake_BlackForest_NoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CakeNoPanBlackForestIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 660,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeBlackForest_NoPan_Ground,
		StaticModel = H_CakeBlackForest,
		Tags = sapphcooking:iscake;base:hidecooked,
	}

	item Cake_Birthday_NoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CakeNoPanBirthdayIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 560,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeBirthday_NoPan_Ground,
		StaticModel = H_CakeBirthday,
		Tags = base:hidecooked,
	}

	item Cake_Strawberry_NoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CakeNoPanStrawberryIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 560,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeStrawberry_NoPan_Ground,
		StaticModel = H_CakeStrawberry,
		Tags = sapphcooking:iscake;base:hidecooked,
	}

	item Cake_RedVelvet_NoPan
	{
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CakeNoPanRedVelvetIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = plate,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 560,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeRedVelvet_NoPan_Ground,
		StaticModel = H_CakeRedVelvet,
		Tags = sapphcooking:iscake;base:hidecooked,
	}

	item Cake_NianGao_NoPan
	{
		DisplayName = Nian Gao Cake,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = NewYearCakeNoPanIcon,
		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_NoPan_Ground,
		Tags = sapphcooking:iscake;base:hidecooked,
		Tooltip = Tooltip_LunarNewYear,
	}

	/*********************Cakes Candles - No Pans *************************************/

	item Cake_CandleNoPan
	{
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		ItemType = base:food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeNoPanCarrotCandleLitIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CarrotPan_CandleNoPan_Ground,
		StaticModel = H_CakeCandleNoPan,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = base:hasmetal,
	}

	item CakeChocolate_CandleNoPan
	{
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		ItemType = base:food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeNoPanChocolateCandleLitIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeChocolateCandleNoPan_Ground,
		StaticModel = H_CakeChocolateCandleNoPan,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = base:hasmetal,
	}

	item CakeCarrot_CandleNoPan
	{
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		ItemType = base:food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeNoPanCarrotCandleLitIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeCarrotCandleNoPan_Ground,
		StaticModel = H_CakeCarrotCandleNoPan,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = base:hasmetal,
	}

	item CakeRedVelvet_CandleNoPan
	{
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		ItemType = base:food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeNoPanRedVelvetCandleLitIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeRedVelvetCandleNoPan_Ground,
		StaticModel = H_CakeRedVelvetCandleNoPan,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = base:hasmetal,
	}

	item CakeBlackForest_CandleNoPan
	{
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		ItemType = base:food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeNoPanBlackForestCandleLitIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeBlackForestCandleNoPan_Ground,
		StaticModel = H_CakeBlackForestCandleNoPan,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = base:hasmetal,
	}

	item CakeStrawberry_CandleNoPan
	{
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		ItemType = base:food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeNoPanStrawberryCandleLitIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeStrawberryCandleNoPan_Ground,
		StaticModel = H_CakeStrawberryCandleNoPan,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = base:hasmetal,
	}

	item CakeBirthday_CandleNoPan
	{
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	3,
		LightStrength	=	1,
		ItemType = base:food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeNoPanBirthdayCandleLitIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeBirthdayCandleNoPan_Ground,
		StaticModel = H_CakeBirthdayCandleNoPan,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = base:hasmetal,
	}


	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Misc ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item PuffedRice
    {
        DisplayCategory = Food,
        ItemType = base:food,
        Weight = 0.2,
        Icon = RiceCerealIcon,
		EvolvedRecipe = Oatmeal:8;FruitSalad:8;Cake:8;Pancakes:8;Waffles:8;Muffin:8;ConeIcecream:8;PieSweet:8;Toast:8;Bread:8;HotDrink:8;HotDrinkSpiffo:8;HotDrinkTea:8,
        HungerChange = -10.0,
        UnhappyChange = -10,
        Calories = 140.0,
        Carbohydrates = 28.0,
        Lipids = 3.0,
        Proteins = 1.0,
        StaticModel = CrispyRiceSquare,
        WorldStaticModel = PuffedRice_Ground,
		Tags = base:hideuncooked;base:hidecooked,
    }


	item WhippedCream_Can
	{
		DisplayName = Whipped Cream Can,
		ItemType = base:food,
		Icon 		= WhippedCanIcon,
		Weight 		= 0.5,
		EvolvedRecipe = Oatmeal:8;FruitSalad:8;Cake:2;Pancakes:2;Waffles:2;Muffin:2;ConeIcecream:2;PieSweet:2;Toast:2;Bread:2;HotDrink:1;HotDrinkSpiffo:1;HotDrinkTea:1,
		HungerChange = -10,
		UnhappyChange = -10,
		Calories = 296,
		Carbohydrates = 0,
		Lipids = 22,
		Proteins = 3,
		CustomEatSound 		= EatingWhippedCream,
		EatType = bottle,
		EvolvedRecipeName = Icing,
		StaticModel = H_WhippedCan,
		WorldStaticModel 		=  WhippedCan_Ground,
		EatType 		= Bourbon,
		CustomContextMenu 		= Drink,
		Tags = sapphcooking:icing,
	}
	item MochiPrep
	{
		DisplayName	= Mochi,
		IsCookable = false,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = MochiIcon,
		HungerChange = -10,
		UnhappyChange = -10,
		Calories = 240,
		Carbohydrates = 30,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
		Lipids = 8,
		Proteins = 1.8,
        WorldStaticModel = Mochi_Ground,
		StaticModel = H_Mochi, 
	}
	item Mochi
	{
		DisplayName	= Mochi,
		DisplayCategory = Food,
		IsCookable = false,
		ItemType = base:food,
		Weight = 0.2,
		Icon = MochiIcon,
		HungerChange = -10,
		UnhappyChange = -10,
		Calories = 240,
		Carbohydrates = 30,
		Lipids = 8,
		Proteins = 1.8,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
        WorldStaticModel = Mochi_Ground,
		StaticModel = H_Mochi, 
	}

	item Tanghulu
	{
		DisplayName = Tanghulu,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = TanghuluIcon,
		EvolvedRecipe =  Cake:5;Pancakes:5;Waffles:5;Muffin:5;ConeIcecream:5;PieSweet:5;Toast:5;Bread:5;HotDrink:1,
		FoodType = Candy,
		HungerChange = -10,
		UnhappyChange = -10,
		Calories = 90,
		Carbohydrates = 60,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = Tanghulu_Sapph_Ground,
		StaticModel = H_Tanghulu_Sapph,
		Tooltip = Tooltip_LunarNewYear,
	}

	item CandyApple
	{
		DisplayName = Candy Apple,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = CandyAppleIcon,
		EvolvedRecipe = Cake:16;FruitSalad:8;Pancakes:8;Waffles:8;Muffin:8;PieSweet:16;Oatmeal:4;Salad:8,
		FoodType = Fruits,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -25,
		ThirstChange = -12,
		UnhappyChange = -10,
		StressChange = -5,
		BoredomChange = -5,
		Calories = 163,
		Carbohydrates = 25.13,
		Lipids = 0.51,
		Proteins = 0.77,
		CustomEatSound = EatingFruit,
		StaticModel = H_CandyApple,
		WorldStaticModel = CandyApple_Ground,
	}

	item CandyCigarette
	{
		DisplayCategory 		= Food,
		ItemType = base:food,
		DisplayName 		= Candy Cigarette,
		Icon 		= CandyCigaretteIcon,
		Weight 		= 0.05,
		HungerChange 		= -2,
		UnhappyChange 		= -5,
		Carbohydrates 		= 15,
		Proteins 		= 0,
		Lipids 		= 0,
		Calories 		= 45,
		WorldStaticModel 		= CandyCigaretteSingle,
		StaticModel 		= H_CandyCigaretteSingle,
		EatType 		= Cigarettes,
		StressChange 		= -3,
		CustomEatSound 		= EatingCrispy,
	}
	item PackofCandyCigarretes
	{
		DisplayCategory 		= Food,
		DisplayName 		= Pack of Candy Cigarette,
		ItemType = base:food,
		Icon 		= CandyCigarettePackIcon,
		WorldStaticModel 		= CandyCigarettePack_Ground,
		StaticModel 		= H_CandyCigarettePack,
		HungerChange 		= -10,
		UnhappyChange 		= -25,
		StressChange 		= -15,
		CustomEatSound 		= EatingCrispy,
		Carbohydrates 		= 75,
		Proteins 		= 0,
		EatType = 2handforced,
		Lipids 		= 0,
		Calories 		= 225,
		Weight 		= 0.05,
	}
	item Ladyfingers
	{
		DisplayName = Ladyfingers,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = LadyfingersIcon,
		HungerChange = -5,
		UnhappyChange = -2,
		BoredomChange 	= -2,
		Calories = 240,
		Carbohydrates = 18,
		Lipids = 7,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		StaticModel = H_Ladyfingers,
		WorldStaticModel = Ladyfingers_Ground,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
	}

	item ProteinBar
	{
		DisplayCategory 		= Food,
		HungerChange 		= -10,
		Weight 		= 0.2,
		ItemType = base:food,
		DisplayName 		= Protein Bar,
		Icon 		= ProteinBarIcon,
		Carbohydrates 		= 80,
		Proteins 		= 200,
		Lipids 		= 44,
		Calories 		= 100,
		FatigueChange 		= -5,
		UnhappyChange 		= -5,
		StressChange 		= -5,
		WorldStaticModel 		= ProteinBar_Ground,
	}
	item CandyPopcorn
	{
		DisplayCategory 		= Food,
		HungerChange 		= -10,
		Weight 		= 0.3,
		ItemType = base:food,
		ThirstChange 		= 10,
		DisplayName 		= Homemade Candy Popcorn,
		Icon 		= PopcornCooked,
		Carbohydrates 		= 25,
		Proteins 		= 4,
		Lipids 		= 3,
		Calories 		= 180,
		UnhappyChange 		= -18,
		StressChange 		= -18,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
		CantBeFrozen 		= TRUE,
	}

	item ChocolateEgg_Small
	{
		DisplayName = Small Chocolate Egg,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = ChocolateEggSmallIcon,
		HungerChange = -5,
		UnhappyChange = -5,
		StressChange = -5,
		Calories = 200,
		Carbohydrates = 10,
		Lipids = 10,
		Proteins = 20,
		WorldStaticModel = SmallEgg_Ground,
		StaticModel = H_SmallEgg,
		Tags = base:chocolate,
	}
	item ChocolateEgg_Medium
	{
		DisplayName = Medium Chocolate Egg,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = ChocolateEggIcon,
		HungerChange = -10,
		UnhappyChange = -10,
		StressChange = -10,
		Calories = 400,
		Carbohydrates = 20,
		Lipids = 15,
		Proteins = 25,
		WorldStaticModel = MediumEgg_Ground,
		StaticModel = H_MediumEgg,
		Tags = base:chocolate,
	}
	item ChocolateEgg_Large
	{
		DisplayName = Large Chocolate Egg,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.5,
		Icon = ChocolateEggLargeIcon,
		HungerChange = -20,
		UnhappyChange = -20,
		StressChange = -20,
		Calories = 900,
		Carbohydrates = 40,
		Lipids = 22,
		Proteins = 30,
		WorldStaticModel = LargeEgg_Ground,
		StaticModel = H_LargeEgg,
		Tags = base:chocolate,
	}

	item Bonbon
	{
		DisplayName = Bonbon,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = BonbonsIcon,
		EvolvedRecipe = Muffin:2;ConeIcecream:2;Cake:2;Pancakes:2;Waffles:2;PieSweet:2;Bread:2;ConeIcecream:2,
		FoodType = Chocolate,
		HungerChange = -2,
		UnhappyChange	= -2,
		Calories = 250,
		Carbohydrates = 17,
		Lipids = 8,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		WorldStaticModel 		= Bonbon_Ground,
		StaticModel = H_Bonbon,
		Tags = base:chocolate,
	}
	item Bonbon_Liqueur
	{
		DisplayName = Liqueur Filled Bonbon,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = BonbonsIcon,
		EvolvedRecipe = Muffin:2;ConeIcecream:2;Cake:2;Pancakes:2;Waffles:2;PieSweet:2;Bread:2;ConeIcecream:2,
		FoodType = Chocolate,
		HungerChange = -4,
		UnhappyChange	= -6,
		StressChange = -5,
		Calories = 285,
		Carbohydrates = 20,
		Lipids = 10,
		Proteins = 2,
		CustomEatSound = EatingCrispy,
		WorldStaticModel 		= Bonbon_Ground,
		StaticModel = H_Bonbon,
		Tags = base:chocolate,
	}
	item Heart_Chocolate
	{
		DisplayName = Heart Shaped Chocolate,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = HeartChocolateIcon,
		EvolvedRecipe = Muffin:2;ConeIcecream:2;Cake:2;Pancakes:2;Waffles:2;PieSweet:2;Bread:2;ConeIcecream:2,
		FoodType = Chocolate,
		HungerChange = -4,
		UnhappyChange	= -2,
		Calories = 280,
		Carbohydrates = 17,
		Lipids = 8,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		StaticModel = H_HeartChocolate,
		WorldStaticModel = Heart_Chocolate_Ground,
		Tags = base:chocolate,
	}

	item TiramisuPiece
	{
		DisplayName = Pan of Tiramisu,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.5,
		Icon = TiramisuPieceIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -10,
		UnhappyChange = -5,
		FatigueChange 	= -5,
		BoredomChange 	= -5,
		StressChange 	= -5,
		Calories = 260,
		Carbohydrates = 8.5,
		Lipids = 8,
		Proteins = 1.3,
		StaticModel = H_TiramisuPiece,
		WorldStaticModel = TiramisuPiece_Ground,
	}

	item WhiteChocolate
	{
		DisplayCategory 		= Food,
		HungerChange 		= -20,
		Weight 		= 0.2,
		ItemType = base:food,
		UnhappyChange 		= -10,
		DisplayName 		= White Chocolate,
		Icon 		= WhiteChocolateIcon,
		EvolvedRecipe 		= Cake:10,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 110,
		Proteins 		= 10,
		Lipids 		= 66,
		Calories 		= 850,
		Packaged 		= TRUE,
		WorldStaticModel 		= WhiteChocolate,
		StaticModel 		= H_WhiteChocolate,
		Tags = base:chocolate,
	}

	/**********::----------:: ::-----------:: **************/
	/**********::-----:: Cake Slices ::-----:: **************/
	/**********::----------:: ::-----------:: **************/
	item CakeSlice_NianGao
	{
		DisplayName = Nian Gao Cake Slice,
		DisplayCategory = Food,
		ItemType = base: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 CakeSlice_Chocolate
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		ItemType = base: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_Default
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		ItemType = base: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_Carrot
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		ItemType = base: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,
		ItemType = base: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,
		ItemType = base: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,
		ItemType = base: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,
		ItemType = base: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,
	}


	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Pastry Prepping ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/
	
	item DoughnutShapedDough
	{
		ItemType = base:food,
		DisplayName 		= Doughnut Shaped Dough,
		Icon 		= DoughnutDoughIcon,
		Weight 		= 0.1,
		HungerChange 		= -5,
		UnhappyChange 		= 5,
		Carbohydrates 		= 35,
		Proteins 		= 3,
		Lipids 		= 15,
		Calories 		= 150,
		DaysFresh = 2,
		DaysTotallyRotten = 6,
		WorldStaticModel 		= DoughnutDough,
		StaticModel 		= H_Bagel,
	}

	item Gingerbread_Dough
	{
		DisplayName = Gingerbread Dough,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.3,
		Icon = GingerbreadDoughIcon,
		DaysFresh = 10,
		DaysTotallyRotten = 25,
		HungerChange = -21,
		ThirstChange = 15,
		UnhappyChange = -21,
		Calories = 532,
		Carbohydrates = 99,
		Lipids = 6.66,
		Proteins = 17.7,
		WorldStaticModel = GingerbreadDough_Ground,
	}

	item PastryDough
	{
		DisplayName = Pastry Dough,
		ItemType = base:food,
		Icon 		= CookieDoughIcon,
		Weight 		= 0.5,
		HungerChange 		= -20,
		UnhappyChange 		= 5,
		Carbohydrates 		= 100,
		Proteins 		= 20,
		Lipids 		= 10,
		Calories 		= 600,
		WorldStaticModel 		= CookieDough,
		DaysFresh = 10,
		DaysTotallyRotten = 30,
	}
	item PipingBag_PastryDough
	{
		DisplayName = Piping Bag with Pastry Dough,
		ItemType = base:food,
		Icon 		= PipingBagIcon,
		Weight 		= 0.5,
		ReplaceOnUse = SapphCooking.PipingBags,
		HungerChange 		= -20,
		UnhappyChange 		= 5,
		Carbohydrates 		= 100,
		Proteins 		= 20,
		Lipids 		= 10,
		Calories 		= 500,
		StaticModel = H_PipingBag,
		WorldStaticModel 		=  PipingBagFull_Ground,
		EatType 		= 2hand,
		DaysFresh = 10,
		DaysTotallyRotten = 30,
	}
	item PipingBag_PastryCream
	{
		DisplayName = Piping Bag with Pastry Cream,
		ItemType = base:food,
		Icon 		= PipingBagIcon,
		Weight 		= 0.5,
		ReplaceOnUse = SapphCooking.PipingBags,
		HungerChange 		= -12,
		UnhappyChange 		= -10,
		StressChange 		= -10,
		Carbohydrates 		= 5,
		Proteins 		= 12,
		Lipids 		= 20,
		Calories 		= 370,
		StaticModel = H_PipingBag,
		WorldStaticModel 		=  PipingBagFull_Ground,
		EatType 		= 2hand,
		Tags = sapphcooking:pastrycream,
		DaysFresh = 10,
		DaysTotallyRotten = 30,
	}
	item PipingBag_Icing
	{
		DisplayName = Piping Bag with Icing,
		ItemType = base:food,
		Icon 		= PipingBagIcon,
		Weight 		= 0.5,
		ReplaceOnUse = SapphCooking.PipingBags,
		EvolvedRecipe = Cake:10;Pancakes:5;Waffles:5;Muffin:10;ConeIcecream:5;PieSweet:10;Toast:5;Bread:10,
		DaysFresh = 4,
		DaysTotallyRotten = 8,
		HungerChange = -10,
		UnhappyChange = -10,
		Calories = 150,
		Carbohydrates = 80,
		Lipids = 44,
		Proteins = 16,
		EvolvedRecipeName = Icing,
		StaticModel = H_PipingBag,
		WorldStaticModel 		=  PipingBagFull_Ground,
		EatType 		= 2hand,
		Tags = sapphcooking:icing,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Skewers ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item WoodenSkewersMarshmallows_Melted
	{
		DisplayName = Marshmallow on a Stick,
		DisplayCategory = Food,
		EatType = eatOffStick,
		ItemType = base:food,
		Weight = 0.1,
		Icon = WoodenSkewerMarshmallowMeltedIcon,
		FoodType = NoExplicit,
		HungerChange = -7,
		UnhappyChange = -10,
		StressChange = -5,
		Calories = 30,
		Carbohydrates = 8,
		Lipids = 0,
		Proteins = 0.5,
		StaticModel = H_WoodSkewer_Marshmallow_Cooked,
		WorldStaticModel = WoodSkewer_Marshmallow_Cooked_Ground,
	}

	item WoodenSkewersMarshmallows
	{
		DisplayName = Marshmallow on a Stick,
		DisplayCategory = Food,
		IsCookable = TRUE,
		EatType = eatOffStick,
		MinutesToCook = 30,
		MinutesToBurn = 60,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 60,
		ItemType = base:food,
		Weight = 0.1,
		Icon = WoodenSkewerMarshmallowIcon,
		FoodType = NoExplicit,
		HungerChange = -5,
		UnhappyChange = -5,
		Calories = 30,
		Carbohydrates = 8,
		Lipids = 0,
		Proteins = 0.5,
		StaticModel = H_WoodSkewer_Marshmallow,
		WorldStaticModel = WoodSkewer_Marshmallow_Ground,
		ReplaceOnCooked = SapphCooking.WoodenSkewersMarshmallows_Melted,
	}

	
	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Cookies/Crackers ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item CrackersEvolved
	{
		DisplayName = Crackers,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = Crackers,
		FoodType = NoExplicit,
		HungerChange = -5,
		Calories = 70,
		Carbohydrates = 12,
		Lipids = 6,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = Crackers_Ground,
	}

	item GrahamCrackersEvolved
	{
		DisplayName = Graham Crackers,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = GrahamCrackers,
		HungerChange = -5,
		Calories = 70,
		Carbohydrates = 12,
		Lipids = 6,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = CrackersGraham_Ground,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Pastry ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item SapphDoughnut_Evolved
	{
		ItemType = base:food,
		DisplayName 		= Doughnut,
		Icon 		= DoughnutFrosted,
		Weight 		= 0.1,
		HungerChange 		= -12,
		UnhappyChange 		= -15,
		StressChange 		= -10,
		BoredomChange 		= -10,
		Carbohydrates 		= 50,
		Proteins 		= 5,
		Lipids 		= 20,
		Calories 		= 290,
		WorldStaticModel 		= Doughnut_Frosted_Ground,
		StaticModel = H_DoughnutFrosted,
		DaysFresh = 3,
		DaysTotallyRotten = 7,
,
	}
	item SapphDoughnutChocolate_Evolved
    {
		ItemType = base:food,
        DisplayName	=	Chocolate Doughnut,
        Icon	=	DoughnutChocolate,
        Weight	=	0.1,
        HungerChange 	=	-14,
		StressChange 		= -15,
        UnhappyChange	    = -15,
		BoredomChange 		= -15,
        Carbohydrates = 40,
        Proteins = 5,
        Lipids = 18,
        Calories = 340,
        WorldStaticModel = Doughnut_Chocolate_Ground,
		StaticModel = H_DoughnutChocolate,
		DaysFresh = 3,
		DaysTotallyRotten = 7,
	}
	item Eclair_Evolved
	{
		DisplayName = Eclair,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = EclairIcon,
		HungerChange = -8,
		UnhappyChange = -2,
		Calories = 210,
		Carbohydrates = 40,
		Lipids = 20,
		Proteins = 3,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
		WorldStaticModel = Eclair_Ground,
		StaticModel = H_Eclair,
	}
	item Eclair_Chocolate_Evolved
	{
		DisplayName = Chocolate Eclair,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = EclairChocolateIcon,
		HungerChange = -10,
		UnhappyChange = -5,
		Calories = 350,
		Carbohydrates = 50,
		Lipids = 24,
		Proteins = 4,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
		WorldStaticModel = EclairChocolate_Ground,
		StaticModel = H_EclairChocolate,
	}
	item Eclair_WhiteChocolate_Evolved
	{
		DisplayName = White Chocolate Eclair,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = EclairWhiteChocolateIcon,
		HungerChange = -10,
		UnhappyChange = -5,
		Calories = 325,
		Carbohydrates = 45,
		Lipids = 22,
		Proteins = 4,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
		WorldStaticModel = EclairWhite_Ground,
		StaticModel = H_EclairWhite,
	}

	item ChurrosPlainEvolved
	{
		HungerChange		= -5,
		UnhappyChange		= -5,
		BoredomChange 		= -5,
		StressChange 		= -5,
		Weight			= 0.1,
		ItemType = base:food,
		DisplayName		= Churros,
		DaysTotallyRotten	= 5,
		DaysFresh 		= 3,
		Icon			= ChurrosIcon,
		Carbohydrates 		= 25,
		Proteins 		= 5,
		Lipids 			= 2,
		Calories 		= 300,
		StaticModel 		= H_Churros,
		WorldStaticModel 	= Churros_Ground,

	}

	item Crepe
	{
		DisplayName = Crepe,
		DisplayCategory = Food,
		IsCookable = false,
		ItemType = base:food,
		Weight = 0.3,
		Icon = CrepeIcon,
		FoodType = Bread,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -10,
		Calories = 194,
		Carbohydrates = 33,
		Lipids = 2.16,
		Proteins = 2.7,
		WorldStaticModel = Sapph_Crepes_Ground,
		StaticModel = H_Sapph_Crepes,
	}
	item CrepeEvolved
	{
		DisplayName = Crepe,
		DisplayCategory = Food,
		IsCookable = false,
		ItemType = base:food,
		Weight = 0.3,
		Icon = CrepeEvolvedIcon,
		FoodType = Bread,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -10,
		Calories = 194,
		Carbohydrates = 33,
		Lipids = 2.16,
		Proteins = 2.7,
		WorldStaticModel = Sapph_CrepeEvolved_Ground,
		StaticModel = H_Sapph_Crepes,
	}

	item Sapph_DoughnutChocolate
    	{
		ItemType		=	base:food,
		DisplayName	=	Chocolate Doughnut,
		Icon	=	DoughnutChocolate,
		Weight	=	0.1,
		HungerChange 	=	-12,
		StressChange 		= -10,
		UnhappyChange	    =	    -15,
		Carbohydrates = 40,
		Proteins = 5,
		Lipids = 18,
		Calories = 290,
		WorldStaticModel = Doughnut_Chocolate_Ground,
		StaticModel = H_DoughnutChocolate,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
	}

	item Eclair
	{
		DisplayName = Eclair,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = EclairIcon,
		HungerChange = -8,
		UnhappyChange = -2,
		Calories = 210,
		Carbohydrates = 40,
		Lipids = 20,
		Proteins = 3,
		WorldStaticModel = Eclair_Ground,
		StaticModel = H_Eclair,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
	}
	item Eclair_Chocolate
	{
		DisplayName = Chocolate Eclair,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = EclairChocolateIcon,
		HungerChange = -10,
		UnhappyChange = -5,
		Calories = 350,
		Carbohydrates = 50,
		Lipids = 24,
		Proteins = 4,
		WorldStaticModel = EclairChocolate_Ground,
		StaticModel = H_EclairChocolate,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
	}
	item Eclair_WhiteChocolate
	{
		DisplayName = White Chocolate Eclair,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = EclairWhiteChocolateIcon,
		HungerChange = -10,
		UnhappyChange = -5,
		Calories = 325,
		Carbohydrates = 45,
		Lipids = 22,
		Proteins = 4,
		WorldStaticModel = EclairWhite_Ground,
		StaticModel = H_EclairWhite,
		DaysFresh = 15,
		DaysTotallyRotten = 30,
	}

	item SapphDoughnutPlain
	{
		ItemType = base:food,
		DisplayName 		= Doughnut,
		Icon 		= DoughnutPlain,
		Weight 		= 0.1,
		HungerChange 		= -7,
		UnhappyChange 		= -15,
		Carbohydrates 		= 35,
		Proteins 		= 3,
		Lipids 		= 15,
		Calories 		= 317,
		WorldStaticModel 		= Doughnut_Ground,
		StaticModel = H_Bagel,
		StressChange 		= -5,
		BoredomChange 		= -5,
		DaysFresh = 3,
		DaysTotallyRotten = 7,
	}
	item SapphDoughnutChocolate
	{
		ItemType = base:food,
		DisplayName 		= Chocolate Doughnut,
		Icon 		= DoughnutChocolate,
		Weight 		= 0.1,
		HungerChange 		= -12,
		UnhappyChange 		= -15,
		Carbohydrates 		= 50,
		Proteins 		= 5,
		Lipids 		= 20,
		Calories 		= 400,
		WorldStaticModel 		= Doughnut_Chocolate_Ground,
		StressChange 		= -15,
		BoredomChange 		= -15,
		DaysFresh = 3,
		DaysTotallyRotten = 7,
	}

	item ChurrosPlain
	{
		HungerChange		= -5,
		UnhappyChange		= -5,
		BoredomChange 		= -5,
		StressChange 		= -5,
		Weight			= 0.1,
		ItemType = base:food,
		DisplayName		= Churros,
		DaysTotallyRotten	= 5,
		DaysFresh 		= 3,
		Icon			= ChurrosIcon,
		Carbohydrates 		= 25,
		Proteins 		= 5,
		Lipids 			= 2,
		Calories 		= 300,
		StaticModel 		= H_Churros,
		WorldStaticModel 	= Churros_Ground,

	}
	item ChurrosChocolate
	{
		HungerChange		= -10,
		UnhappyChange		= -10,
		BoredomChange 		= -10,
		StressChange 		= -10,
		Weight			= 0.1,
		ItemType = base:food,
		DisplayName		= Churros with Chocolate,
		DaysTotallyRotten	= 5,
		DaysFresh 		= 3,
		Icon			= ChurrosChocolateIcon,
		Carbohydrates 		= 32,
		Proteins 		= 8,
		Lipids 			= 4,
		Calories 		= 378,
		StaticModel 		= H_ChurrosChocolate,
		WorldStaticModel 	= ChurrosChocolate_Ground,
	}
	item SapphSmore
	{
		DisplayName = Smore,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		IsCookable = true,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 40,
		Icon = SapphSmoreIcon,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
		HungerChange = -10,
		Calories = 200,
		Carbohydrates = 33,
		Lipids = 10,
		Proteins = 3,
		WorldStaticModel = Smore_Ground,
		StaticModel = H_Smore,
	}

	item FunnelCake
	{
		DisplayName = Funnel Cake,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.2,
		Icon = FunnelCakeIcon,
		DaysFresh = 10,
		DaysTotallyRotten = 15,
		HungerChange = -5,
		Calories = 166,
		Carbohydrates = 13,
		Lipids = 6,
		Proteins = 1,
		WorldStaticModel = FunnelCake_Ground,
		StaticModel = H_FunnelCake,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Macaron Cookies ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item Macaron_Cookies_Pink
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron Cookies,
		HungerChange 		= -5,
		UnhappyChange = -2,
		BoredomChange = -2,
		Icon 		= MacaronCookiesRedIcon,
		DaysFresh 		= 6,
		DaysTotallyRotten 		= 10,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.1,
		Proteins 		= 0.4,
		Lipids 		= 1.20,
		Calories 		= 80,
		WorldStaticModel 		= CookiesPink_Ground,
		StaticModel 		= H_MacaronPink,
	}
	item Macaron_Cookies_Red
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron Cookies,
		HungerChange 		= -5,
		UnhappyChange = -2,
		BoredomChange = -2,
		Icon 		= MacaronCookiesRedIcon,
		DaysFresh 		= 6,
		DaysTotallyRotten 		= 10,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.1,
		Proteins 		= 0.4,
		Lipids 		= 1.20,
		Calories 		= 80,
		WorldStaticModel 		= CookiesRed_Ground,
		StaticModel 		= H_MacaronRed,
	}
	item Macaron_Cookies_Blue
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron Cookies,
		HungerChange 		= -5,
		UnhappyChange = -2,
		BoredomChange = -2,
		Icon 		= MacaronCookiesBlueIcon,
		DaysFresh 		= 6,
		DaysTotallyRotten 		= 10,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.1,
		Proteins 		= 0.4,
		Lipids 		= 1.20,
		Calories 		= 80,
		WorldStaticModel 		= CookiesBlue_Ground,
		StaticModel 		= H_MacaronBlue,
	}
	item Macaron_Cookies_Green
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron Cookies,
		HungerChange 		= -5,
		UnhappyChange = -2,
		BoredomChange = -2,
		Icon 		= MacaronCookiesGreenIcon,
		DaysFresh 		= 6,
		DaysTotallyRotten 		= 10,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.1,
		Proteins 		= 0.4,
		Lipids 		= 1.20,
		Calories 		= 80,
		WorldStaticModel 		= CookiesGreen_Ground,
		StaticModel 		= H_MacaronGreen,
	}
	item Macaron_Cookies_Yellow
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron Cookies,
		HungerChange 		= -5,
		UnhappyChange = -2,
		BoredomChange = -2,
		Icon 		= MacaronCookiesYellowIcon,
		DaysFresh 		= 6,
		DaysTotallyRotten 		= 10,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.1,
		Proteins 		= 0.4,
		Lipids 		= 1.20,
		Calories 		= 80,
		WorldStaticModel 		= CookiesYellow_Ground,
		StaticModel 		= H_MacaronYellow,
	}
	item Macaron_Cookies_Purple
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron Cookies,
		HungerChange 		= -5,
		UnhappyChange = -2,
		BoredomChange = -2,
		Icon 		= MacaronCookiesPurpleIcon,
		DaysFresh 		= 6,
		DaysTotallyRotten 		= 10,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.1,
		Proteins 		= 0.4,
		Lipids 		= 1.20,
		Calories 		= 80,
		WorldStaticModel 		= CookiesPurple_Ground,
		StaticModel 		= H_MacaronPurple,
	}

	item Macaron_Pink
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron,
		HungerChange 		= -8,
		UnhappyChange = -5,
		BoredomChange = -5,
		StressChange = -2,
		Icon 		= MacaronPinkIcon,
		DaysFresh 		= 14,
		DaysTotallyRotten 		= 20,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.4,
		Lipids 		= 3.20,
		Calories 		= 120,
		WorldStaticModel 		= MacaronPink_Ground,
		StaticModel 		= H_MacaronPink,
	}

	item Macaron_Red
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron,
		HungerChange 		= -8,
		UnhappyChange = -5,
		BoredomChange = -5,
		StressChange = -2,
		Icon 		= MacaronRedIcon,
		DaysFresh 		= 14,
		DaysTotallyRotten 		= 20,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.4,
		Lipids 		= 3.20,
		Calories 		= 120,
		WorldStaticModel 		= MacaronRed_Ground,
		StaticModel 		= H_MacaronRed,
	}
	item Macaron_Blue
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron,
		HungerChange 		= -8,
		UnhappyChange = -5,
		BoredomChange = -5,
		StressChange = -2,
		Icon 		= MacaronBlueIcon,
		DaysFresh 		= 14,
		DaysTotallyRotten 		= 20,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.4,
		Lipids 		= 3.20,
		Calories 		= 120,
		WorldStaticModel 		= MacaronBlue_Ground,
		StaticModel 		= H_MacaronBlue,
	}
	item Macaron_Green
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron,
		HungerChange 		= -8,
		UnhappyChange = -5,
		BoredomChange = -5,
		StressChange = -2,
		Icon 		= MacaronGreenIcon,
		DaysFresh 		= 14,
		DaysTotallyRotten 		= 20,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.4,
		Lipids 		= 3.20,
		Calories 		= 120,
		WorldStaticModel 		= MacaronGreen_Ground,
		StaticModel 		= H_MacaronGreen,
	}
	item Macaron_Yellow
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron,
		HungerChange 		= -8,
		UnhappyChange = -5,
		BoredomChange = -5,
		StressChange = -2,
		Icon 		= MacaronYellowIcon,
		DaysFresh 		= 14,
		DaysTotallyRotten 		= 20,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.4,
		Lipids 		= 3.20,
		Calories 		= 120,
		WorldStaticModel 		= MacaronYellow_Ground,
		StaticModel 		= H_MacaronYellow,
	}
	item Macaron_Purple
	{
		DisplayCategory 		= Food,
		Weight 		= 0.1,
		ItemType = base:food,
		DisplayName 		= Macaron,
		HungerChange 		= -8,
		UnhappyChange = -5,
		BoredomChange = -5,
		StressChange = -2,
		Icon 		= MacaronPurpleIcon,
		DaysFresh 		= 14,
		DaysTotallyRotten 		= 20,
		FoodType 		= NoExplicit,
		Carbohydrates 		= 0.3,
		Proteins 		= 1.4,
		Lipids 		= 3.20,
		Calories 		= 120,
		WorldStaticModel 		= MacaronPurple_Ground,
		StaticModel 		= H_MacaronPurple,
	}


    /**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Syrups ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	 /**** ::----:: sapph: while these are tecnically spices/they have more use as ingredients::-----:: *****/

    item Syrup_Chocolate
	{
		DisplayName = Chocolate Syrup,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.4,
		Icon = SyrupChocolateIcon,
		EvolvedRecipe = Cake:5;Sandwich:2;Sandwich Baguette:2;FruitSalad:2;HotDrink:2;HotDrinkSpiffo:2;HotDrinkTea:2;Pancakes:2;Waffles:2;ConeIcecream:2;PieSweet:5;Toast:2;Oatmeal:2,
		CantBeFrozen = TRUE,
		Packaged = TRUE,
		Spice = true,
		CustomContextMenu 		= Drink,
		HungerChange = -20,
		Calories = 780,
		Carbohydrates = 190,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = Syrup_Chocolate_Ground,
		CustomEatSound 		= DrinkingFromCarton,
		StaticModel = H_Syrup_Chocolate,
		Tags = sapphcooking:meltedchocolate;sapphcooking:syrup;base:chocolate,
	}
	item Syrup_Strawberry
	{
		DisplayName = Strawberry Syrup,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.4,
		Icon = SyrupStrawberryIcon,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Cake:5;Sandwich:2;Sandwich Baguette:2;FruitSalad:2;HotDrink:2;HotDrinkSpiffo:2;HotDrinkTea:2;Pancakes:2;Waffles:2;ConeIcecream:2;PieSweet:5;Toast:2;Oatmeal:2,
		Packaged = TRUE,
		Spice = true,
		CustomContextMenu 		= Drink,
		HungerChange = -20,
		Calories = 780,
		Carbohydrates = 190,
		Lipids = 0,
		Proteins = 0,	
		CustomEatSound 		= DrinkingFromCarton,
		WorldStaticModel = Syrup_Strawberry_Ground,
		StaticModel = H_Syrup_Strawberry,
		Tags = sapphcooking:syrup;sapphcooking:strawberry,
	}
	item Syrup_Caramel
	{
		DisplayName = Caramel Syrup,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.4,
		Icon = SyrupCaramelIcon,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Cake:5;Sandwich:2;Sandwich Baguette:2;FruitSalad:2;HotDrink:2;HotDrinkSpiffo:2;HotDrinkTea:2;Pancakes:2;Waffles:2;ConeIcecream:2;PieSweet:5;Toast:2;Oatmeal:2,
		Packaged = TRUE,
		CustomContextMenu 		= Drink,
		Spice = true,
		HungerChange = -20,
		Calories = 780,
		Carbohydrates = 190,
		Lipids = 0,
		Proteins = 0,
		CustomEatSound 		= DrinkingFromCarton,
		WorldStaticModel = Syrup_Caramel_Ground,
		StaticModel = H_Syrup_Caramel,
		Tags = sapphcooking:syrup,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Bags ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item BagofMarshmallows
	{
		DisplayName 		= Bag of Marshmallows,
		ItemType = base:food,
		Icon 		= BagofMarshmallowsIcon,
		HungerChange 		= -25,
		Carbohydrates 		= 40,
		Proteins 		= 2.5,
		Lipids 		= 0,
		Calories 		= 250,
		WorldStaticModel 		= BagofMarshmallows_Ground,
		Weight 		= 0.5,
	}

	item Box_Bonbon
	{
		DisplayName = Box of Bonbons,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.5,
		Icon = BoxChocolateIcon,
		EvolvedRecipe = Cake:25;PieSweet:25;Muffin:10;Pancakes:10;Bread:10;ConeIcecream:5;Toast:5,
		EvolvedRecipeName = Chocolate,
		FoodType = NoExplicit,
		Packaged = TRUE,
		HungerChange = -40,
		UnhappyChange = -20,
		Calories = 1700,
		Carbohydrates = 220,
		Lipids = 130,
		Proteins = 20,
		StaticModel = H_Box_Chocolate,
		WorldStaticModel = Box_Chocolate_Ground,
		EatType = eatBox,
	}
	item Box_LiqueurBonbons
	{
		DisplayName = Box of Liqueur Bonbons,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.5,
		Icon = BoxChocolateIcon,
		EvolvedRecipe = Cake:25;PieSweet:25;Muffin:10;Pancakes:10;Bread:10;ConeIcecream:5;Toast:5,
		EvolvedRecipeName = Chocolate,
		FoodType = NoExplicit,
		Packaged = TRUE,
		HungerChange = -40,
		UnhappyChange = -30,
		Calories = 1730,
		Carbohydrates = 220,
		Lipids = 130,
		Proteins = 20,
		StaticModel = H_Box_Chocolate,
		WorldStaticModel = Box_Chocolate_Ground,
		EatType = eatBox,
	}	
	item Box_HeartChocolate
	{
		DisplayName = Box of Heart Chocolates,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.5,
		Icon = BoxHeartChocolateIcon,
		EvolvedRecipe = Cake:25;PieSweet:25;Muffin:10;Pancakes:10;Bread:10;ConeIcecream:5;Toast:5,
		EvolvedRecipeName = Chocolate,
		FoodType = NoExplicit,
		Packaged = TRUE,
		HungerChange = -40,
		UnhappyChange = -20,
		Calories = 1700,
		Carbohydrates = 220,
		Lipids = 130,
		Proteins = 20,
		StaticModel = H_Box_HeartChocolate,
		WorldStaticModel = Box_Heart_Ground,
		EatType = eatBox,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Cotton Candy ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item CottonCandy_White
	{
		DisplayName = Cotton Candy,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		Icon = CottonCandyIcon,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		StressChange = -10,
		BoredomChange = -10,
		Calories = 80,
		Carbohydrates = 60,
		Lipids = 0.1,
		Proteins = 0.4,
		WorldStaticModel = CottonCandy_White_Ground,
		StaticModel = H_CottonCandy_White,
	}
	item CottonCandy_Pink
	{
		DisplayName = Cotton Candy,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		ColorRed = 255,
        ColorGreen = 190,
        ColorBlue = 200,
		Icon = CottonCandyIcon,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		StressChange = -10,
		BoredomChange = -10,
		Calories = 80,
		Carbohydrates = 60,
		Lipids = 0.1,
		Proteins = 0.4,
		WorldStaticModel = CottonCandy_Pink_Ground,
		StaticModel = H_CottonCandy_Pink,
	}
	item CottonCandy_Blue
	{
		DisplayName = Cotton Candy,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		ColorRed = 0,
        ColorGreen = 190,
        ColorBlue = 255,
		Icon = CottonCandyIcon,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		StressChange = -10,
		BoredomChange = -10,
		Calories = 80,
		Carbohydrates = 60,
		Lipids = 0.1,
		Proteins = 0.4,
		WorldStaticModel = CottonCandy_Blue_Ground,
		StaticModel = H_CottonCandy_Blue,
	}
	item CottonCandy_Green
	{
		DisplayName = Cotton Candy,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
		ColorRed = 160,
     	ColorGreen = 255,
        ColorBlue = 50,
		Icon = CottonCandyIcon,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		StressChange = -10,
		BoredomChange = -10,
		Calories = 80,
		Carbohydrates = 60,
		Lipids = 0.1,
		Proteins = 0.4,
		WorldStaticModel = CottonCandy_Green_Ground,
		StaticModel = H_CottonCandy_Green,
	}
	item CottonCandy_Purple
	{
		DisplayName = Cotton Candy,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
        ColorRed = 230,
        ColorGreen = 130,
        ColorBlue = 230,
		Icon = CottonCandyIcon,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		StressChange = -10,
		BoredomChange = -10,
		Calories = 80,
		Carbohydrates = 60,
		Lipids = 0.1,
		Proteins = 0.4,
		WorldStaticModel = CottonCandy_Purple_Ground,
		StaticModel = H_CottonCandy_Purple,
	}
	item CottonCandy_Red
	{
		DisplayName = Cotton Candy,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
        ColorRed = 255,
        ColorGreen = 20,
        ColorBlue = 60,
		Icon = CottonCandyIcon,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		StressChange = -10,
		BoredomChange = -10,
		Calories = 80,
		Carbohydrates = 60,
		Lipids = 0.1,
		Proteins = 0.4,
		WorldStaticModel = CottonCandy_Red_Ground,
		StaticModel = H_CottonCandy_Red,
	}
	item CottonCandy_Orange
	{
		DisplayName = Cotton Candy,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
        ColorRed = 255,
        ColorGreen = 160,
        ColorBlue = 0,
		Icon = CottonCandyIcon,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		StressChange = -10,
		BoredomChange = -10,
		Calories = 80,
		Carbohydrates = 60,
		Lipids = 0.1,
		Proteins = 0.4,
		WorldStaticModel = CottonCandy_Orange_Ground,
		StaticModel = H_CottonCandy_Orange,
	}
	item CottonCandy_Yellow
	{
		DisplayName = Cotton Candy,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.1,
        ColorRed = 240,
        ColorGreen = 230,
        ColorBlue = 140,
		Icon = CottonCandyIcon,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		StressChange = -10,
		BoredomChange = -10,
		Calories = 80,
		Carbohydrates = 60,
		Lipids = 0.1,
		Proteins = 0.4,
		WorldStaticModel = CottonCandy_Yellow_Ground,
		StaticModel = H_CottonCandy_Yellow,
	}

	/**********::---------------------------:: ::---------------------------:: **************/
	/**********::--------------------:: Gingerbread ::--------------------:: **************/
	/**********::---------------------------:: ::---------------------------:: **************/

	item Gingerbread_Man
	{
		DisplayName = Gingerbread Man,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.3,
		Icon = GingerbreadManIcon,
		DaysFresh = 20,
		DaysTotallyRotten = 40,
		HungerChange = -3,
		UnhappyChange = -3,
		Calories = 200,
		Carbohydrates = 14,
		Lipids = 1,
		Proteins = 2.4,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = Gingerbread_Man_Ground,
		StaticModel = H_Gingerbread_Man,
	}
	item Gingerbread_Wall
	{
		DisplayName = Gingerbread Wall,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.3,
		Icon = GingerbreadWallIcon,
		DaysFresh = 20,
		DaysTotallyRotten = 40,
		HungerChange = -7,
		UnhappyChange = -7,
		Calories = 295,
		Carbohydrates = 33,
		Lipids = 2,
		Proteins = 7,
		WorldStaticModel = GBWall_Ground,
		StaticModel = H_GBWall,
	}
	item Gingerbread_House
	{
		DisplayName = Gingerbread House,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.3,
		Icon = GingerbreadHouseIcon,
		DaysFresh = 20,
		DaysTotallyRotten = 40,
		Calories = 532,
		Carbohydrates = 99,
		Lipids = 6.66,
		Proteins = 17.7,
		WorldStaticModel = GingerbreadHouse_Ground,
	}
	item Gingerbread_Pieces
	{
		DisplayName = Gingerbread Piece,
		DisplayCategory = Food,
		ItemType = base:food,
		Weight = 0.3,
		Icon = GingerbreadPiecesIcon,
		DaysFresh = 20,
		DaysTotallyRotten = 40,
		HungerChange = -3,
		UnhappyChange = -3,
		Calories = 200,
		Carbohydrates = 4,
		Lipids = 0.2,
		Proteins = 1,
		WorldStaticModel = GingerbreadPieces_Ground,
		StaticModel = H_GingerbreadPieces,
	}
}