Processed Cheese: Difference between revisions

From PZwiki
m (item revised for build 41, put the correct game file to found infos about the item and add WorldStaticModel)
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Processed Cheese}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=68}}{{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_Model.png
|image_width=200px
|alternate_image=Processedcheese.png
|alternate_name=Processed Cheese
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 49: Line 53:
== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=68}}
<pre> item Processedcheese
<pre> item Processedcheese
DisplayCategory = Food,
HungerChange = -5,
HungerChange = -5,
Weight = 0.1,
Weight = 0.1,
Line 58: Line 63:
Icon = Processedcheese,
Icon = Processedcheese,
DaysFresh = 6,
DaysFresh = 6,
EvolvedRecipe = Sandwich:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5,
EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5,
FoodType = NoExplicit,
FoodType = NoExplicit,
         Carbohydrates = 0,
         Carbohydrates = 0,
Line 65: Line 70:
         Calories = 70,
         Calories = 70,
         Packaged = TRUE,
         Packaged = TRUE,
                 WorldStaticModel = ProcessedCheese</pre>
                 WorldStaticModel = ProcessedCheese</pre>


==See also==
==See also==
*[[Cheese]]
*[[Cheese]]
*[[Cheese Sandwich]]


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

Revision as of 05:53, 14 March 2022

Project ZomboidItemsFoodPerishable FoodProcessed Cheese
Processed Cheese
Processed Cheese
Processed Cheese
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 6 days
Days until rotten 10 days
Packaged True
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

Cooking

Main article: Cooking

Processed cheese is a cooking ingredient.

Evolved Recipes

Product Nutrition
Sandwich
Sandwich
5
Burger
Burger
5
Rice Pot/Saucepan
Rice Pot/Saucepan
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
5

Distribution

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

Code

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

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

See also

Template:Navbox/Consumables