Broccoli Chicken Casserole

From PZwiki
Revision as of 10:49, 9 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")
Project ZomboidItemsObsolete ItemsRemoved FoodBroccoli Chicken Casserole
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Broccoli Chicken Casserole
Broccoli Chicken Casserole
General
Category Food
Encumbrance
Heavy Load
4
Nutrition
Hunger
Hunger
-100
Technical details
Item ID Base.BCCCasserole

The Broccoli Chicken Casserole was a item originally in Project Zomboid. It was superceded by the entry of the roasting pan recipe in successive versions, rendering this item obsolete.

Former description

The broccoli chicken casserole is a costly item that requires a broccoli, a chicken, a cheese, and a roasting pan. It reduces the same amount of hunger it normally would if eaten separately, but it will also reduce boredom at the cost of adding more weight to the inventory.

Effects

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

item BCCCasserole
{
	Type = Food,
	DisplayName = Broccoli Chicken Casserole,
	Icon = RoastingpanFull,
	Weight = 4,
	IsCookable = true,
	MinutesToCook = 40,
	MinutesToBurn = 80,
	HungerChange = -100,
	BoredomChange = -15,
	ReplaceOnUse = RoastingPan,
	DaysFresh = 2,
	DaysTotallyRotten = 4,
	DangerousUncooked = true
}