Grilled Cheese Sandwich: Difference between revisions

From PZwiki
Grilled Cheese Sandwich
mNo edit summary
(updated to 41.68 (still unobtainable) + added model + navbox)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Grilled Cheese Sandwich}}
{{languages}}
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Sandwich}}{{Consumables
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 41|incver=68}}{{Notice|Obsolete|link=Recipe Ingredients#Sandwich & Burger Ingredients}}{{Infobox food
|image = Grilled Cheese Sandwich.png
|display_name=Grilled Cheese Sandwich
|hunger = -80
|name_colour=
|boredom = -15
|name_text_colour=
|weight = 0.3
|image=GrilledCheese_Model.png
}}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.
|image_width=200px
 
|alternate_image=Sandwich_grilledcheese.png
 
|alternate_name=Grilled Cheese Sandwich
 
|alternate_link=
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.
|alternate_image2=Sandwich_cheese.png
 
|alternate_name2=Cheese Sandwich
The code for the sandwich is still within the game files, and it is possible for it to be manually spawned.
|alternate_link2=Cheese Sandwich
<!--GENERAL-->
|status=Removed
|category=Food
|weight=0.3
|function=
|days_fresh=2
|days_rotten=4
|cant_be_frozen=
|packaged=
<!--NUTRITION-->
|hunger_change=-80
|calories=366
|lipids=22.5
|proteins=12
|carbohydrates=28
<!--COOKING-->
|cook_minutes=5
|burn_minutes=8
<!--TECHNICAL DETAILS-->
|class_name=Base.GrilledCheese
}}A '''grilled cheese sandwich''' is an unobtainable [[Food#Perishable|perishable]] food item.  


== Nutritional Information ==
==Usage==
=== Consumable properties ===
A cheese sandwich can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Grilled Cheese Sandwich.png
|image = Grilled Cheese Sandwich.png
|burned image = Sandwich_grilledcheese.png
|rotten image = Sandwich_grilledcheese.png
|cooked image = Sandwich_grilledcheese.png
|hunger = -80
|hunger = -80
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
|boredom = -15
|unrotten hunger = -60
|unrotten hunger = 0
|unrotten unhappiness = +10
|unrotten unhappiness = 0
|unrotten boredom = +10
|rotten hunger = 0
|rotten hunger = -36
|rotten unhappiness = 0
|rotten boredom = +20
|unrottencooked hunger = -61
|rotten unhappiness = +20
|cooked hunger = -104
|cooked unhappiness = 0
|cooked boredom = 0
|unrottencooked hunger = -60
|unrottencooked unhappiness = +10
|unrottencooked unhappiness = +10
|unrottencooked boredom = -5
|unrottencooked boredom = +10
|rottencooked hunger = 0
|rottencooked hunger = -36
|rottencooked unhappiness = 0
|rottencooked unhappiness = +20
|cooked hunger = -104
|rottencooked boredom = +20
|cooked unhappiness = -20
|burned hunger = -26
|cooked boredom = -35
|burned boredom = +20
|burned hunger = 0
|burned unhappiness = +20
|burned boredom = 0
|burned unhappiness = 0
|burned image = Grilled Cheese Sandwich.png
|rotten image = Grilled Cheese Sandwich.png
|cooked image = Grilled Cheese Sandwich.png
}}
}}


'''It's Nutritional Values are as follows:'''<br>
== Crafting ==
At this time, the Grilled Cheese Sandwich has no nutritional benefit ingame, which could be a temporary oversight.
Formerly, the grilled cheese sandwich could be made ingame by cooking regular [[Cheese Sandwich|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.
 
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 0


== Crafting ==
{{Crafting table header}}
<br>
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 the new crafting/food systems, the recipes below are no longer possible.
<br>
{| class="pztable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2008}}
{{RecipeLookup|2008}}
{{RecipeLookup|2012}}
{{RecipeLookup|2012}}
{{RecipeLookup|2013}}
{{RecipeLookup|2013}}
|}
{{Crafting table footer}}
 
==Distribution==
With the advent of the new cooking system, the recipe for the grilled cheese sandwich was removed, thus making it no longer obtainable. The code for the sandwich is still within the game files, and it is possible for it to be spawned with [[debug mode|debug mode]] or server commands.


== Code ==
== Code ==
<nowiki>
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
item GrilledCheese
{{Retrieved|version=41|incver=68}}
HungerChange = -80,
<pre>   item GrilledCheese
Type = Food,
{
DisplayName = Grilled Cheese Sandwich,
DisplayCategory = Food,
MinutesToCook = 5,
HungerChange = -80,
Weight = 0.3,
Type = Food,
IsCookable = TRUE,
DisplayName = Grilled Cheese Sandwich,
DaysTotallyRotten = 4,
MinutesToCook = 5,
DangerousUncooked = FALSE,
Weight = 0.3,
MinutesToBurn = 8,
        Carbohydrates = 28,
Icon = Sandwich_grilledcheese,
        Proteins = 12,
BoredomChange = -15,
        Lipids = 22.5,
DaysFresh = 2,
        Calories = 366,
</nowiki>
IsCookable = TRUE,
DaysTotallyRotten = 4,
DangerousUncooked = FALSE,
MinutesToBurn = 8,
Icon = Sandwich_grilledcheese,
DaysFresh = 2,
WorldStaticModel = GrilledCheese,
}</pre>


{{Navbox/Consumables}}
{{Navbox_food}}


[[Category:Food]]
[[Category:Food]]

Revision as of 03:21, 14 March 2022


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 Sandwich
Grilled Cheese Sandwich
Grilled Cheese Sandwich Cheese Sandwich
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-80
Calories
Calories
366
Carbohydrates
Carbohydrates
28
Proteins
Proteins
12
Fat
Fat
22.5
Cooking
Time until cooked 5 minutes
Time until burned 8 minutes
Technical details
Item ID Base.GrilledCheese

A grilled cheese sandwich is an unobtainable perishable food item.

Usage

Consumable properties

A cheese sandwich can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Formerly, the grilled cheese sandwich 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.

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

With the advent of the new cooking system, the recipe for the grilled cheese sandwich was removed, thus making it no longer obtainable. The code for the sandwich is still within the game files, and it is possible for it to be spawned with debug mode or server commands.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item GrilledCheese
	{
		DisplayCategory = Food,
		HungerChange	=	-80,
		Type	=	Food,
		DisplayName	=	Grilled Cheese Sandwich,
		MinutesToCook	=	5,
		Weight	=	0.3,
        	Carbohydrates = 28,
        	Proteins = 12,
        	Lipids = 22.5,
        	Calories = 366,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	4,
		DangerousUncooked	=	FALSE,
		MinutesToBurn	=	8,
		Icon	=	Sandwich_grilledcheese,
		DaysFresh	=	2,
		WorldStaticModel = GrilledCheese,
	}