Grilled Cheese Sandwich: Difference between revisions

From PZwiki
Grilled Cheese Sandwich
Line 22: Line 22:
  <nowiki>item GrilledCheese
  <nowiki>item GrilledCheese
{
{
Type = Food,
Type = Food,
DisplayName = Grilled Cheese Sandwich,
DisplayName = Grilled Cheese Sandwich,
Icon = Sandwich_Cheese,
Icon = Sandwich_Cheese,
Weight = 1,
Weight = 1,
IsCookable = true,
IsCookable = true,
MinutesToCook = 5,
MinutesToCook = 5,
MinutesToBurn = 8,
MinutesToBurn = 8,
HungerChange = -105,
HungerChange = -105,
BoredomChange = -15,
BoredomChange = -15,
DaysFresh = 2,
DaysFresh = 2,
DaysTotallyRotten = 4,
DaysTotallyRotten = 4,
DangerousUncooked = false
DangerousUncooked = false

Revision as of 00:54, 17 November 2013


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.

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