Processed Cheese: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Processed Cheese}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Processed Cheese
|display_name=Processed Cheese
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Processedcheese_120px.png
|image=Processedcheese.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 22: Line 21:


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Processed cheese can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Processed cheese can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Line 37: Line 37:
}}
}}


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
===What it can make===
===What it can make===
Processed cheese can be used to make a [[Cheese Sandwich|cheese sandwich]].
Processed cheese can be used to make a [[Cheese Sandwich|cheese sandwich]].
Line 45: Line 46:
{{Crafting table footer}}
{{Crafting table footer}}


=== Evolved Recipes ===
===Evolved recipes===
Processed cheese is a cooking [[Recipe Ingredients|ingredient]].
Processed cheese is a cooking [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|sandwich=5|burger=5|rice=5|pasta=5|Bread=5|Toast=5,}}
{{EvolvedRecipesForItem|sandwich=5|burger=5|rice=5|pasta=5|Bread=5|Toast=5,}}
Line 57: Line 58:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Processedcheese
<pre>
item Processedcheese
{
{
DisplayName = Processed Cheese,
DisplayName = Processed Cheese,
Line 79: Line 81:
WorldStaticModel = ProcessedCheese,
WorldStaticModel = ProcessedCheese,
Tags = Cheese,
Tags = Cheese,
}</pre>
}
</pre>


==See also==
==See also==

Revision as of 01:29, 26 February 2023

Project ZomboidItemsFoodPerishable FoodProcessed Cheese
Processed Cheese
Processed Cheese
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 6 days
Days until rotten 4 days
Packaged Yes
Nutrition
Hunger
Hunger
-5
Calories
Calories
70
Carbohydrates
Carbohydrates
0
Proteins
Proteins
4
Fat
Fat
6
Technical details
Item ID Base.Processedcheese

Processed cheese is a perishable food item used in cooking.

Usage

Consumable properties

Processed cheese 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

Main article: Cooking

What it can make

Processed cheese can be used to make a cheese sandwich.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Sandwich cheese.png
Cheese Sandwich
0.75 Cooking none BreadSlices.png
Bread Slices
(consumed)

(consumed)

Template:Crafting table footer

Evolved recipes

Processed cheese is a cooking ingredient.

Product Nutrition
Sandwich
Sandwich
5
Burger
Burger
5
Rice Pot/Saucepan
Rice Pot/Saucepan
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
5
Bread
Bread
5
Toast
Toast
5,

Distribution

Processed cheese can be found inside refrigerators and the trunk of a Spiffo's van.

Gallery

Code

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

	item Processedcheese
	{
		DisplayName = Processed Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Processedcheese,
		EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Bread:5;Toast:5,
		FoodType = Cheese,
		Packaged = TRUE,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -5,
		Calories = 70,
		Carbohydrates = 0,
		Lipids = 6,
		Proteins = 4,
		WorldStaticModel = ProcessedCheese,
		Tags = Cheese,
	}

See also