Grilled Cheese Sandwich

From PZwiki
Revision as of 21:01, 7 December 2013 by ZombieLawnGnome (talk | contribs) (Updated with new data and new template.)

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 puts combines a cheese sandwich with a piece of butter and a frying pan, or by putting a piece of bread, a frying pan, a piece of butter, and some cheese. Unlike the standard cheese sandwich, the grilled cheese sandwich is a perishable item. However, it is much more effective than the standard cheese sandwich. Template:Items Template:Consumables2

Code

This code was taken from from version 0.2.0r and is out of date.

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