Grilled Cheese Sandwich

From PZwiki
Revision as of 15:43, 5 April 2022 by VaileasysBot (talk | contribs) (→‎Crafting: file fix (A-L), replaced: File:Cheese Sandwich.png → File:Sandwich_cheese.png (2), File:Grilled Cheese Sandwich.png → File:Sandwich_grilledcheese.png (2))

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 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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5
Grilled Cheese Sandwich
Grilled Cheese Sandwich x1
none Bread
Bread x1
(consumed)
Butter
Butter x1
(consumed)
Cheese
Cheese x1
(consumed)
Frying Pan
Frying Pan x1
Heat Source
Heat source
(cooked:5min burned:8min)
Grilled Cheese Sandwich
Grilled Cheese Sandwich x1
none Cheese Sandwich
Cheese Sandwich x1
(consumed)
Butter
Butter x1
(consumed)
Frying Pan
Frying Pan x1
Heat Source
Heat source
(cooked:5min burned:8min)
Cheese Sandwich
Cheese Sandwich x1
none Cheese
Cheese x1
(consumed)
Bread
Bread x1
(consumed)


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,
	}