Broccoli Chicken Casserole

From PZwiki
Project ZomboidItemsObsolete itemsBroccoli Chicken Casserole
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game.
It has been replaced by Recipe ingredients.
Broccoli Chicken Casserole
Broccoli Chicken Casserole
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
4
Properties
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.png
-100
Effect
BoredomMoodle Icon Bored.png
-15
Cooking
Time until cooked
40 minutes
Time until burned
80 minutes
Technical
Item ID
Base.BCCCasserole

A broccoli chicken casserole was an item in Project Zomboid. It was superseded by the entry of the roasting pan recipe in successive versions, rendering this item obsolete.

Former usage

The broccoli chicken casserole was a costly item that required a broccoli, a chicken, a cheese, and a roasting pan. It reduced the same amount of hunger if each item was eaten separately, with the addition of reducing boredom at the cost of increased encumbrance.

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
RoastingpanFull.png
Broccoli Chicken Casserole
none Chicken.png
Chicken
(consumed)
Cheese.png
Cheese
(consumed)
Broccoli.png
Broccoli
(consumed)
Roasting Pan.png
Roasting Pan
Heat source.gif
Heat source
(cooked:40min burned:80min)

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: RC 2.9.7
item BCCCasserole
	{
		HungerChange	=	-70,
		Type	=	Food,
		DisplayName	=	Broccoli Chicken Casserole,
		MinutesToCook	=	40,
		Weight	=	2,
		IsCookable	=	TRUE,
		DangerousUncooked	=	TRUE,
		DaysTotallyRotten	=	4,
		MinutesToBurn	=	80,
		Icon	=	RoastingpanFull,
		ReplaceOnUse	=	RoastingPan,
		BoredomChange	=	-15,
		DaysFresh	=	2,
	}