Grilled Cheese Sandwich: Difference between revisions

From PZwiki
Grilled Cheese Sandwich
(Added recipelookup 2008, changed crafting description.)
m (Added obsolete notice.)
Line 4: Line 4:
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Removed_Food|Removed Foods]] -> [[Grilled_Cheese_Sandwich|Grilled Cheese Sandwich]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Removed_Food|Removed Foods]] -> [[Grilled_Cheese_Sandwich|Grilled Cheese Sandwich]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{notice|obsolete}}
{{Consumables
{{Consumables
|image = Grilled Cheese Sandwich.png
|image = Grilled Cheese Sandwich.png

Revision as of 17:52, 6 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Removed Foods -> Grilled 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