Grilled Cheese Sandwich

From PZwiki
Revision as of 15:40, 29 March 2012 by Auchtor (talk | contribs)

Grilled Cheese Sandwich


Effects

Moodles: -15
Hungry: -105

Crafting

Name Recipe Description
























Code

item GrilledCheese
{
	Type 				=			Food,
	DisplayName 		= 			Grilled Cheese Sandwich,
	Icon 				= 			Sandwich_Cheese,
	Weight 				= 			1,
	IsCookable 			= 			true,
	MinutesToCook 		= 			5,
	MinutesToBurn 		= 			8,
	HungerChange 		= 			-105,
	BoredomChange 		= 			-15,
	DaysFresh 			= 			2,
	DaysTotallyRotten 	= 			4,
	DangerousUncooked 	= 			false
}

Template:Navbox/Consumables