Processed Cheese: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Processed 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=Processed Cheese
|display_name=Processed Cheese
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=ProcessedCheese_Model.png
|image=Processedcheese_120px.png
|image_width=200px
|alternate_image=Processedcheese.png
|alternate_name=Processed Cheese
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=6
|days_fresh=6
|days_rotten=10
|days_rotten=4
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-5
|hunger_change=-5
Line 32: Line 28:
|perishable = 1
|perishable = 1
|hunger = -5
|hunger = -5
|unrotten hunger = -4
|unrotten hunger = -3
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
Line 42: Line 38:


== Crafting ==
== Crafting ==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved Recipes ===
Processed cheese is a cooking [[Recipe Ingredients|ingredient]].
Processed cheese is a cooking [[Recipe Ingredients|ingredient]].
==== Evolved Recipes ====
{{EvolvedRecipesForItem|sandwich=5|burger=5|rice=5|pasta=5|Bread=5|Toast=5,}}
{{EvolvedRecipesForItem|sandwich=5|burger=5|ricepot=5|ricepan=5|pastapot=5|pastapan=5}}


==Distribution==
==Distribution==
Processed cheese can be found inside [[refrigerator]]s and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].
Processed cheese can be found inside [[refrigerator]]s and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].
==Gallery==
<gallery>
ProcessedCheese_Model.png|Model for: [[File:Processedcheese.png]]
</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=68}}
{{Retrieved|version=41|incver=73}}
<pre> item Processedcheese
<pre> item Processedcheese
DisplayCategory = Food,
{
HungerChange = -5,
DisplayName = Processed Cheese,
Weight = 0.1,
DisplayCategory = Food,
Type = Food,
Type = Food,
DaysTotallyRotten = 10,
Weight = 0.1,
DisplayName = Processed Cheese,
Icon = Processedcheese,
Icon = Processedcheese,
EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Bread:5;Toast:5,
DaysFresh = 6,
FoodType = Cheese,
EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5,
Packaged = TRUE,
FoodType = NoExplicit,
DaysFresh = 6,
        Carbohydrates = 0,
DaysTotallyRotten = 10,
        Proteins = 4,
HungerChange = -5,
        Lipids = 6,
Calories = 70,
        Calories = 70,
Carbohydrates = 0,
        Packaged = TRUE,
Lipids = 6,
                WorldStaticModel = ProcessedCheese</pre>
Proteins = 4,
WorldStaticModel = ProcessedCheese,
Tags = Cheese,
}</pre>


==See also==
==See also==
Line 76: Line 79:
*[[Cheese Sandwich]]
*[[Cheese Sandwich]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 12:12, 6 October 2022

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

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