Grilled Cheese Sandwich: Difference between revisions

From PZwiki
Grilled Cheese Sandwich
m (→‎Description: Corrected grammar, added a bit more information and added links.)
(Reworked page, +Nav bar, rewrote description re: Removal from game, updated info, consumables, noted lack of nutritional values. Corrected categories. N.B No knowledge on Nutrional information frmPast)
Line 1: Line 1:
{{languages}}{{Notice|Improve}}
__NOTOC__
== Description ==
{{languages}}
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.
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Items
<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 -->
{{Consumables
|image = Grilled Cheese Sandwich.png
|image = Grilled Cheese Sandwich.png
|hunger = -80
|boredom = -15
|weight = 0.3
|weight = 0.3
}}
}}
Grilled Cheese Sandwiches are a formerly craftable [[Food#Perishable|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.
<br><br>
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 ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Grilled Cheese Sandwich.png
|image = Grilled Cheese Sandwich.png
Line 31: Line 44:
|cooked image = Grilled Cheese Sandwich.png
|cooked image = Grilled Cheese Sandwich.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
At this time, the Grilled Cheese Sandwich has no nutritional benefit ingame, which could be a temporary oversight.
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 0 <br><br>
== Crafting ==
Formerly, Grilled Cheese Sandwiches could be made ingame by cooking regular [[Cheese_Sandwich|cheese sandwiches]] in the cooker on a frying pan with butter. With the introduction of making sandwiches with individual parts, "Cheese Sandwiches" can no longer be crafted in its original form, and wiht the change to the crafting system, can no longer be cooked in a oven with a pan/butter.
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2012}}
{{RecipeLookup|2013}}
|}


== Code ==
== Code ==
  <nowiki>item GrilledCheese
  <nowiki>
{
item GrilledCheese
HungerChange = -80,
HungerChange = -80,
Type = Food,
Type = Food,
DisplayName = Grilled Cheese Sandwich,
DisplayName = Grilled Cheese Sandwich,
MinutesToCook = 5,
MinutesToCook = 5,
Weight = 0.3,
Weight = 0.3,
IsCookable = TRUE,
IsCookable = TRUE,
DaysTotallyRotten = 4,
DaysTotallyRotten = 4,
DangerousUncooked = FALSE,
DangerousUncooked = FALSE,
MinutesToBurn = 8,
MinutesToBurn = 8,
Icon = Sandwich_grilledcheese,
Icon = Sandwich_grilledcheese,
BoredomChange = -15,
BoredomChange = -15,
DaysFresh = 2,
DaysFresh = 2,
}</nowiki>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Removed Food]]
[[Category:Cookable Food]]
[[Category:Version 34.28]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]

Revision as of 17:36, 6 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Removed Foods -> Grilled Cheese Sandwich   

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 making sandwiches with individual parts, "Cheese Sandwiches" can no longer be crafted in its original form, and wiht the change to the crafting system, can no longer be cooked in a oven with a pan/butter.

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