Processed Cheese: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
m (Remove obsolete template)
Line 44: Line 44:
{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
{{Crafting cooking|150|ing=2}}
{{Crafting cooking|150|ing=2}}
{{Crafting table footer}}
|}


===Evolved recipes===
===Evolved recipes===

Revision as of 01:59, 28 February 2023

Project ZomboidItemsFoodPerishable FoodProcessed Cheese

Template:Infobox foodProcessed 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

What it can make

Processed cheese can be used to make a cheese sandwich.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Sandwich cheese.png
Cheese Sandwich
0.75 Cooking none BreadSlices.png
Bread Slices
(consumed)

(consumed)

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