Broccoli Chicken Casserole: Difference between revisions

From PZwiki
m (language bar fix)
m (clean up, replaced: wikitable → pztable)
Line 6: Line 6:
|boredom = -15
|boredom = -15
|weight = 4.0
|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.  
}}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 16: Line 16:
[[Hunger]]: -100
[[Hunger]]: -100
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
|-  
|-  
! Name  
! Name  

Revision as of 15:43, 11 May 2019


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

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