Grilled Cheese Sandwich

From PZwiki
Revision as of 11:22, 9 July 2014 by EcksTen (talk | contribs) (→‎Description: Corrected grammar, added a bit more information and added links.)

Grilled Cheese Sandwich
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Description

The grilled cheese sandwich is a food that is made when the player combines a Cheese Sandwich with a piece of butter and a frying pan and places it in a heat source, or by putting a piece of bread, a frying pan, a piece of butter, and some cheese in a heat source. Unlike the standard cheese sandwich, the grilled cheese sandwich is a perishable item. However, it is much more effective than the standard cheese sandwich by providing a higher hunger and boredom reduction but also an unhappiness reduction too. Template:Items Template:Consumables2

Code

item GrilledCheese
{
	HungerChange	=	-80,
	Type	=	Food,
	DisplayName	=	Grilled Cheese Sandwich,
	MinutesToCook	=	5,
	Weight	=	0.3,
	IsCookable	=	TRUE,
	DaysTotallyRotten	=	4,
	DangerousUncooked	=	FALSE,
	MinutesToBurn	=	8,
	Icon	=	Sandwich_grilledcheese,
	BoredomChange	=	-15,
	DaysFresh	=	2,
}

Template:Navbox/Consumables