Processed Cheese: Difference between revisions

From PZwiki
mNo edit summary
m (item revised for build 41, put the correct game file to found infos about the item and add WorldStaticModel)
Line 1: Line 1:
{{languages|Processed Cheese}}
{{languages|Processed Cheese}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}{{Infobox food
|display_name=Processed Cheese
|display_name=Processed Cheese
|name_colour=Food
|name_colour=Food
Line 48: Line 48:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=65}}
<pre> item Processedcheese
<pre> item Processedcheese
HungerChange = -5,
HungerChange = -5,
Line 64: Line 64:
         Lipids = 6,
         Lipids = 6,
         Calories = 70,
         Calories = 70,
         Packaged = TRUE,</pre>
         Packaged = TRUE,
                WorldStaticModel = ProcessedCheese</pre>


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

Revision as of 00:24, 27 December 2021

Project ZomboidItemsFoodPerishable FoodProcessed 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.65

	item Processedcheese
		HungerChange		= -5,
		Weight			= 0.1,
		Type			= Food,
		DaysTotallyRotten	= 10,
		DisplayName		= Processed Cheese,
		Icon			= Processedcheese,
		DaysFresh		= 6,
		EvolvedRecipe 		= Sandwich: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