Pork Chop

From PZwiki
Revision as of 00:17, 26 February 2023 by Faalagorn (talk | contribs) (Remove 120px, minor fixes)
Pork Chop
Pork Chop
Pork Chop (Rotten) Pork Chop (Cooked) Pork Chop (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-30
Calories
Calories
150
Carbohydrates
Carbohydrates
0
Proteins
Proteins
25
Fat
Fat
6
Cooking
Time until cooked 50 minutes
Time until burned 20 minutes
Dangerous uncooked True
Bad microwaved True
Good hot True
Bad cold True
Technical details
Item ID Base.PorkChop

Pork chop is a perishable food item used in cooking.

Usage

Consumable properties

Prok chop can be eaten raw, which can make the player sick. Consuming after being cooked will provide 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
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Pork Chop (Cooked)
Pork Chop (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 50 mins)
Pork Chop (Uncooked)
Pork Chop (Uncooked)
(consumed)

Evolved recipes

Pork chop is a cooking ingredient.

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Salad
Salad
10
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
5
Burger
Burger
10
Pie (savory)
Pie (savory)
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

Distribution

Pork chop can be found inside refrigerators.

Gallery

Code

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

    item PorkChop
	{
		DisplayName = Pork Chop,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Porkchop,
		BadCold = true,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:10|Cooked;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType = Meat,
		GoodHot = true,
		IsCookable = TRUE,
		MinutesToCook = 50,
		MinutesToBurn = 70,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -30,
		Calories = 150,
		Carbohydrates = 0,
		Lipids = 6,
		Proteins = 25,
		WorldStaticModel = PorkChop,
		EvolvedRecipeName = Pork,
	}

See also