Grilled Cheese Sandwich: Difference between revisions

From PZwiki
Grilled Cheese Sandwich
mNo edit summary
m (→‎Description: Corrected grammar, added a bit more information and added links.)
Line 1: Line 1:
{{languages}}{{Notice|Improve}}
{{languages}}{{Notice|Improve}}
== Description ==
== 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.  
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.
{{Items
{{Items
|image = Grilled Cheese Sandwich.png
|image = Grilled Cheese Sandwich.png
Line 31: Line 31:
|cooked image = Grilled Cheese Sandwich.png
|cooked image = Grilled Cheese Sandwich.png
}}
}}
== Code ==
== Code ==
  <nowiki>item GrilledCheese
  <nowiki>item GrilledCheese

Revision as of 11:22, 9 July 2014

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