Broccoli Chicken Casserole: Difference between revisions

From PZwiki
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = RoastingpanFull.png
|image = Full Roasting Pan.png
|hunger = -100
|hunger = -100
|weight = 4
|weight = 4

Revision as of 15:42, 29 March 2012


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