Broccoli Chicken Casserole: Difference between revisions

From PZwiki
m (Automated linking update)
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Consumables
{{Page version|41.78.16}}
|image = Full Roasting Pan.png
{{Obsolete|item=true|2=Recipe ingredients#Stir fry & roast ingredients}}
|hunger = -100
{{Infobox item
|weight = 4
|name=Broccoli Chicken Casserole
|model_width=128px
|icon=RoastingpanFull.png
|weight=4
|category=Food
|hunger_change=-100
|boredom_change=-15
|cook_minutes=40
|burn_minutes=80
|days_fresh=2
|days_rotten=4
|item_id=Base.BCCCasserole
}}
}}


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.
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.
== Effects ==
 
[[Boredom]]: -15<br>
==Former usage==
[[Hunger]]: -100
The broccoli chicken casserole was a costly item that required a [[broccoli]], a [[chicken]], a [[cheese]], and a [[Roasting Pan|roasting pan]]. It reduced the same amount of hunger if each item was eaten separately, with the addition of reducing [[Moodles#Bored|boredom]] at the cost of increased encumbrance.
== Crafting ==
 
{| class="wikitable sortable" style="text-align:center;"
==Former crafting==
|-
{{Crafting header|ing=5}}
! Name
{{Crafting|ing=5
! class="unsortable" | Recipe
| product_image = [[File:RoastingpanFull.png|link=Broccoli Chicken Casserole]]
! class="unsortable" | Description
| product_name = [[Broccoli Chicken Casserole]]
{{RecipeLookup|2001}}
| product_quantity =
| rec =
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| f1 = [[File:Chicken.png|link=Chicken]]
| i1 = [[Chicken]]
| q1 =
| tag1 = (consumed)
| f2 = [[File:Cheese.png|link=Cheese]]
| i2 = [[Cheese]]
| q2 =
| tag2 = (consumed)
| f3 = [[File:Broccoli.png|link=Broccoli]]
| i3 = [[Broccoli]]
| q3 =
| tag3 = (consumed)
| f4 = [[File:Roasting Pan.png|link=Roasting Pan]]
| i4 = [[Roasting Pan]]
| q4 =
| f5 = [[File:Heat_source.gif|link=Heat source]]
| i5 = [[Heat source]]
| q5 =
| tag5 = (cooked:40min burned:80min)
}}
|}
|}


== Code ==
==Code==
<nowiki>item BCCCasserole
{{CodeBox
{
| {{CodeSnip
Type = Food,
  | lang = java
DisplayName = Broccoli Chicken Casserole,
  | line = true
Icon = RoastingpanFull,
  | start = 553
Weight = 4,
  | source = items.txt
IsCookable = true,
  | retrieved = true
MinutesToCook = 40,
  | version = 2.9.7
MinutesToBurn = 80,
  | version_link = RC 2.9.7
HungerChange = -100,
  | hidecat = true
BoredomChange = -15,
  | code =
ReplaceOnUse = RoastingPan,
item BCCCasserole
DaysFresh = 2,
{
DaysTotallyRotten = 4,
HungerChange = -70,
DangerousUncooked = true
Type = Food,
}</nowiki>
DisplayName = Broccoli Chicken Casserole,
MinutesToCook = 40,
Weight = 2,
IsCookable = TRUE,
DangerousUncooked = TRUE,
DaysTotallyRotten = 4,
MinutesToBurn = 80,
Icon = RoastingpanFull,
ReplaceOnUse = RoastingPan,
BoredomChange = -15,
DaysFresh = 2,
}
}}}}
 
{{Navbox food}}


{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Cookable Food]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]

Revision as of 00:44, 18 March 2024

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,
	}