Cheese: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file(attempt partial repatch #1), eid: 881b9130))
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Cheese
|display_name=Cheese
|name_colour=Food
|name_colour=Food
Line 24: Line 26:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Cheese
|class_name=Base.Cheese
}}'''Cheese''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}
'''Cheese''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


==Usage==
==Usage==
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Line 67: Line 69:
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Cheese
<pre>
item Cheese
{
{
DisplayName = Cheese,
DisplayName = Cheese,
Line 85: Line 88:
WorldStaticModel = Cheese,
WorldStaticModel = Cheese,
Tags = Cheese,
Tags = Cheese,
}</pre>
}
</pre>


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

Revision as of 15:14, 9 July 2023

Cheese
Cheese
Cheese Cheese (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 14 days
Days until rotten 20 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
113
Carbohydrates
Carbohydrates
0.87
Proteins
Proteins
6.4
Fat
Fat
9.33
Technical details
Item ID Base.Cheese

Cheese is a perishable food item used in cooking.

Usage

Trapping

Main article: Trapping

Cheese can be used as bait in traps to capture mice and rats.

Consumable properties

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

Evolved recipes

Cheese is a cooking ingredient.

Product Nutrition
Soup
Soup
15
Salad
Salad
5
Sandwich
Sandwich
5
Burger
Burger
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15
Taco
Taco
5
Burrito
Burrito
5
Pizza
Pizza
15
Bread
Bread
5
Toast
Toast
5

Distribution

Cheese is often found in refrigerators.

Gallery

Code

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

	item Cheese
	{
		DisplayName = Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Cheese,
		EvolvedRecipe = Pizza:15;Soup:10;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;PastaPot:10;PastaPan:10;Taco:5;Burrito:5;Bread:5;Toast:5,
		FoodType = Cheese,
		DaysFresh = 14,
		DaysTotallyRotten = 20,
		HungerChange = -15,
		Calories = 113,
		Carbohydrates = 0.87,
		Lipids = 9.33,
		Proteins = 6.4,
		WorldStaticModel = Cheese,
		Tags = Cheese,
	}

See also