Broccoli Chicken Casserole: Difference between revisions

From PZwiki
(Moved Broccoli Chicken Casserole to Removed Items, Adjusted Categories, +Nav Bar, + Formatting Change, corrected consumables to match info on page. Note: No data found on item in scripts files. Assumed removed.)
(Remove old crafting system)
 
(35 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Obsolete|item=true|2=Recipe ingredients#Stir fry & roast ingredients}}
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
{{Improve|Fix crafting to new system}}
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Removed_Food|Removed Foods]] -> [[Broccoli_Chicken_Casserole|Broccoli Chicken Casserole]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Infobox item
{{Notice|Obsolete}}
|name=Broccoli Chicken Casserole
 
|model_width=128px
{{Consumables
|icon=RoastingpanFull.png
|image = Full Roasting Pan.png
|weight=4
|hunger = -100
|category=Food
|boredom = -15
|hunger_change=-100
|weight = 4.0
|boredom_change=-15
|cook_minutes=40
|burn_minutes=80
|days_fresh=2
|days_rotten=4
|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.


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 usage==
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 [[Bored|boredom]] at the cost of increased encumbrance.


== Former Description ==
==Former crafting==
<nowiki>
{{Crafting header|ing=5}}
{{Crafting|ing=5
| 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. -->
| 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)
}}
|}
</nowiki>


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.
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 553
  | source = items.txt
  | retrieved = true
  | version = 2.9.7
  | version_link = RC 2.9.7
  | hidecat = true
  | code =
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,
}
}}}}


== Effects ==
==See also==
[[Boredom]]: -15<br>
[[Hunger]]: -100
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2001}}
|}


== Code ==
{{Navbox items|food}}
<nowiki>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
}</nowiki>


{{Navbox/Consumables}}
[[Category:Food]]
[[Category:Consumables]]
[[Category:Removed Food]]
[[Category:Version 34.28]]

Latest revision as of 10:48, 28 April 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.
WhiskeyHalf.png
This article may be in need of improvement.
Fix crafting to new system
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
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

{{Crafting header|ing=5}} {{Crafting|ing=5 | 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. --> | 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 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,
	}

See also