Grilled Cheese Sandwich

From PZwiki
Revision as of 11:10, 1 June 2019 by Vaileasys (talk | contribs)

Grilled Cheese Sandwich


The Game WorldItemsObsolete ItemsRemoved FoodGrilled Cheese Sandwich
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

Grilled Cheese Sandwiches are a formerly craftable perishable food item that went bad as time passes, when outside of a refrigerator. Grilled Cheese Sandwiches were originally made by putting a cheese sandwich with butter in a frying pan on a heat source, or alternatively cheese, butter, a bread slice and a frying pan.


With the advent of the new cooking system, the original sandwich can not be crafted, and the method of crafting the Grilled Cheese Sandwich has since been removed. Grilled Cheese Sandwiches took two in-game days to go stale, and four in-game days to rot.

The code for the sandwich is still within the game files, and it is possible for it to be manually spawned.

Nutritional Information

Template:Consumables2

It's Nutritional Values are as follows:
At this time, the Grilled Cheese Sandwich has no nutritional benefit ingame, which could be a temporary oversight.

Carbohydrates = 0
Proteins = 0
Lipids = 0
Calories = 0

Crafting


Formerly, Grilled Cheese Sandwiches could be made ingame by cooking regular cheese sandwiches in the cooker on a frying pan with butter. With the introduction of the new crafting/food systems, the recipes below are no longer possible.

Name Recipe Description




































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