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.)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
<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 -->
<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 -->
<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 -->
{{Notice|Obsolete}}
{{Consumables
{{Consumables
|image = Full Roasting Pan.png
|image = Full Roasting Pan.png
|hunger = -100
|hunger = -100
|weight = 4
|boredom = -15
|weight = 4.0
}}
}}
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.
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 ==
== Effects ==
[[Boredom]]: -15<br>
[[Boredom]]: -15<br>
Line 39: Line 51:
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Removed Food]]
[[Category:Cookable Food]]
[[Category:Version 34.28]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]

Revision as of 00:02, 6 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Removed Foods -> Broccoli 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

Name Recipe Description












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