Cheese: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Cheese}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{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
|name_text_colour=Food
|name_text_colour=Food
|image=Cheese__Model.png
|image=Cheese__120px.png
|image_width=200px
|alternate_image=CheeseRotten.png
|alternate_image=Cheese.png
|alternate_link=
|alternate_link=
|alternate_name=Cheese
|alternate_name=Cheese (Rotten)
|alternate_image2=CheeseRotten.png
|alternate_link2=
|alternate_name2=Cheese (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|days_fresh=14
|days_fresh=14
|days_rotten=20
|days_rotten=6
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-15
|hunger_change=-15
Line 31: Line 27:
{{Main|Trapping}}
{{Main|Trapping}}
Cheese can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]] and [[Dead_Rat|rats]].
Cheese can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]] and [[Dead_Rat|rats]].
===Consumable properties===
===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.
Cheese can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Line 48: Line 45:


==Crafting==
==Crafting==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
Cheese is a cooking [[Recipe Ingredients|ingredient]].
=== Evolved recipes ===
==== Evolved recipes ====
Cheese is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=15|sandwich=5|burger=5|salad=5|pastapot=15|pastapan=15|taco=5|burrito=5}}
{{EvolvedRecipesForItem|soup=15|sandwich=5|burger=5|salad=5|pasta=15|taco=5|burrito=5|pizza=15|Bread=5|Toast=5}}


==Distribution==
==Distribution==
Cheese is often found in [[refrigerator]]s.
Cheese is often found in [[refrigerator]]s.
==Gallery==
<gallery>
File:Cheese Model.png|Cheese model when placed in the world.
File:CheeseRotten Model.png|Rotten cheese model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre> item Cheese
<pre> item Cheese
    {
{
        DisplayCategory = Food,
DisplayName = Cheese,
        HungerChange = -15,
DisplayCategory = Food,
        Weight = 0.2,
Type = Food,
        Type = Food,
Weight = 0.2,
        DaysTotallyRotten = 20,
Icon = Cheese,
        DisplayName = 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,
        Icon = Cheese,
FoodType = Cheese,
        DaysFresh = 14,
DaysFresh = 14,
        EvolvedRecipe = Soup:15;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;PastaPot:15;PastaPan:15;Taco:5;Burrito:5,
DaysTotallyRotten = 20,
        FoodType   =   NoExplicit,
HungerChange = -15,
        Carbohydrates = 0.87,
Calories = 113,
        Proteins = 6.4,
Carbohydrates = 0.87,
        Lipids = 9.33,
Lipids = 9.33,
        Calories = 113,
Proteins = 6.4,
        WorldStaticModel = Cheese,
WorldStaticModel = Cheese,
    }</pre>
Tags = Cheese,
}</pre>


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

Revision as of 15:27, 5 October 2022

Cheese
Cheese
Cheese (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 14 days
Days until rotten 6 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