Broccoli Chicken Casserole

From PZwiki
Revision as of 09:25, 6 June 2012 by 14.32.248.195 (talk)


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