Broccoli Chicken Casserole: Difference between revisions

From PZwiki
m (128px)
m (Minor cleanup)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Recipe Ingredients#Stir Fry & Roasted Vegetables Ingredients}}{{Infobox food
{{Languages}}
{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}
{{Obsolete|link=Recipe ingredients#Stir Fry & Roasted Vegetables Ingredients}}
{{Infobox food
|display_name=Broccoli Chicken Casserole
|display_name=Broccoli Chicken Casserole
|name_colour=Food
|name_colour=Food
Line 22: Line 25:
|days_rotten=
|days_rotten=
|class_name=Base.BCCCasserole
|class_name=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.  
}}
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==
==Former description==
Line 28: Line 32:


==Effects==
==Effects==
[[Boredom]]: -15
*[[Boredom]]: -15


==Crafting==
==Former crafting==
{{Crafting header|ing=5}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2001 -->
{{Crafting header|ing=5}}
{{Crafting/core|ing=5
{{Crafting/core|ing=5
  | product_image = [[File:RoastingpanFull.png|link=Broccoli Chicken Casserole|Broccoli Chicken Casserole]] | product_name = [[Broccoli Chicken Casserole]] | product_quantity = x1
  | product_image = [[File:RoastingpanFull.png|link=Broccoli Chicken Casserole]]
| product_name = [[Broccoli Chicken Casserole]]
| product_quantity =  
| rec =
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''
| req =
  | f1 = [[File:Chicken.png|link=Chicken]]
  | f1 = [[File:Chicken.png|link=Chicken|Chicken]] | i1 = [[Chicken]] | q1 = x1 | tag1 = (consumed)
| i1 = [[Chicken]]
  | f2 = [[File:Cheese.png|link=Cheese|Cheese]] | i2 = [[Cheese]] | q2 = x1 | tag2 = (consumed)
| q1 =  
  | f3 = [[File:Broccoli.png|link=Broccoli|Broccoli]] | i3 = [[Broccoli]] | q3 = x1 | tag3 = (consumed)
| tag1 = (consumed)
  | f4 = [[File:Roasting Pan.png|link=Roasting Pan|Roasting Pan]] | i4 = [[Roasting Pan]] | q4 = x1
  | f2 = [[File:Cheese.png|link=Cheese]]
  | f5 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i5 = [[Heat Source]] | q5 =  | tag5 = (cooked:40min burned:80min) |opt5=1
| 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)
}}
}}
|}
|}

Revision as of 14:46, 28 August 2023

The Game WorldItemsObsolete 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
}