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

	item Pretzel_Tray
	{
		HungerChange 		= -30,
		BoredomChange 		= 10,
		Weight 		= 1.5,
		ItemType = base:food,
		DisplayName 		= Baking Tray with Pretzels,
		Icon 		= TrayPretzelsIcon,
		DaysFresh 		= 3,
		DaysTotallyRotten 		= 10,
		Carbohydrates 		= 200,
		Proteins 		= 30,
		Lipids 		= 6,
		Calories 		= 1500,
		IsCookable 		= true,
		MinutesToBurn 		= 60,
		MinutesToCook 		= 30,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_Pretzel_Ground,
		ReplaceOnRotten = BakingTray,
	}

	item BakingTray_Eclair
	{
		HungerChange 		= -20,
		Weight 		= 1.5,
		ItemType = base:food,
		DaysTotallyRotten 	= 10,
		DisplayName 		= Baking Tray with Eclairs,
		Icon 		= TrayLadyfingersIcon,
		DaysFresh 		= 3,
		Carbohydrates 		= 12,
		Proteins 		= 2,
		Lipids 		= 2,
		Calories 		= 1050,
		IsCookable 		= true,
		MinutesToBurn 		= 90,
		MinutesToCook 		= 60,
		BadInMicrowave 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= BakingTray_Eclair_Ground,
	}

	item BakingTray_Gingerbread_Man
	{
		HungerChange 		= -21,
		Weight 		= 1.5,
		ItemType = base:food,
		DaysTotallyRotten 	= 25,
		DisplayName 		= Baking Tray with Gingerbread Man,
		Icon 		= TrayGingerbreadManIcon,
		DaysFresh 		= 10,
		Calories = 532,
		Carbohydrates = 99,
		Lipids = 6.66,
		Proteins = 17.7,
		IsCookable 		= true,
		MinutesToBurn 		= 90,
		MinutesToCook 		= 60,
		BadInMicrowave 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
		WorldStaticModel 		= Bakingtray_GingerbreadMan_Ground,
	}
	item BakingTray_Gingerbread_Wall
	{
		HungerChange 		= -21,
		Weight 		= 1.5,
		ItemType = base:food,
		DaysTotallyRotten 	= 25,
		DisplayName 		= Baking Tray with Gingerbread Walls,
		Icon 		= TrayGingerbreadWallIcon,
		WorldStaticModel = Bakingtray_GingerbreadWall_Ground,
		DaysFresh 		= 10,
		Calories = 532,
		Carbohydrates = 99,
		Lipids = 6.66,
		Proteins = 17.7,
		IsCookable 		= true,
		MinutesToBurn 		= 90,
		MinutesToCook 		= 60,
		BadInMicrowave 		= true,
		ReplaceOnUse 		= BakingTray,
		CantEat 		= TRUE,
	}
	item BakingTray_Croissant
	{
		HungerChange 		= -30,
		Weight 		= 1.5,
		ItemType = base: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 BakingTray_Bagel
	{
		HungerChange 		= -30,
		Weight 		= 1.5,
		ItemType = base: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,
		ItemType = base: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 BakingTray_CremeBrulee
	{
		Weight 		= 2.5,
		ItemType = base: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,
		ItemType = base: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,
		ItemType = base: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_Jerky
	{
		HungerChange 		= -30,
		Weight 		= 1.5,
		ItemType = base: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 BakingTray_MacaronCookies1
	{
		HungerChange 		= -15,
		Weight 		= 1.5,
		ItemType = base: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 = base:hasmetal,
	}
	item BakingTray_MacaronCookies2
	{
		HungerChange 		= -15,
		Weight 		= 1.5,
		ItemType = base: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 = base:hasmetal,
	}
	item BakingTray_MacaronCookies3
	{
		HungerChange 		= -15,
		Weight 		= 1.5,
		ItemType = base: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 = base:hasmetal,
	}
	item BakingTray_MacaronCookies4
	{
		HungerChange 		= -15,
		Weight 		= 1.5,
		ItemType = base: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 = base:hasmetal,
	}

	item BakingTray_PaodeQueijo
	{
		HungerChange 		= -30,
		Weight 		= 1.5,
		ItemType = base: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 BakingTray_Ladyfingers
	{
		Weight 		= 1.0,
		ItemType = base: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,
	}


}