Broccoli Chicken Casserole: Difference between revisions

From PZwiki
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: bacd811e70834fcce413ecd9cf2bdbc0))
Line 16: Line 16:
[[Hunger]]: -100
[[Hunger]]: -100
== Crafting ==
== Crafting ==
{| class="pztable sortable" style="text-align:center;"
{{Crafting header|ing=5}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2001 -->
|-  
{{Crafting/core|ing=5
! Name
| product_image = [[File:Full Roasting Pan.png|link=Broccoli Chicken Casserole|Broccoli Chicken Casserole]] | product_name = [[Broccoli Chicken Casserole]] | product_quantity = x1
! class="unsortable" | Recipe
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = ''none''
{{RecipeLookup|2001}}
| req =
| f1 = [[File:Chicken.png|link=Chicken|Chicken]] | i1 = [[Chicken]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Cheese.png|link=Cheese|Cheese]] | i2 = [[Cheese]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Broccoli.png|link=Broccoli|Broccoli]] | i3 = [[Broccoli]] | q3 = x1 | tag3 = (consumed)
| f4 = [[File:Roasting Pan.png|link=Roasting Pan|Roasting Pan]] | i4 = [[Roasting Pan]] | q4 = x1
| f5 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i5 = [[Heat Source]] | q5 =  | tag5 = (cooked:40min burned:80min) |opt5=1
}}
|}
|}


== Code ==
== Code ==

Revision as of 04:06, 26 March 2022


The Game WorldItemsObsolete ItemsRemoved FoodBroccoli Chicken Casserole
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

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

Moodles: -15
Hungry: -100

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
Broccoli Chicken Casserole
Broccoli Chicken Casserole x1
none Chicken
Chicken x1
(consumed)
Cheese
Cheese x1
(consumed)
Broccoli
Broccoli x1
(consumed)
Roasting Pan
Roasting Pan x1
Heat Source
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
}

Template:Navbox/Consumables