Pork Chop: Difference between revisions

From PZwiki
m ([BOT] File redirect fix, replaced: PorkchopBurnt.png → PorkchopOverdone.png (2))
m (Updated pork chop)
Line 1: Line 1:
{{languages}}
{{languages|Pork Chop}}
{{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=Pork Chop
|display_name=Pork Chop
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=PorkChop__Model.png
|image=Porkchop_120px.png
|image_width=150px
|alternate_image=PorkchopRotten.png
|alternate_image=Porkchop.png
|alternate_name=Pork Chop (Rotten)
|alternate_name=Pork Chop
|alternate_link=
|alternate_link=
|alternate_image2=PorkchopRotten.png
|alternate_image2=PorkchopCooked.png
|alternate_name2=Pork Chop (Rotten)
|alternate_name2=Pork Chop (Cooked)
|alternate_link2=
|alternate_link2=
|alternate_image3=PorkchopCooked.png
|alternate_image3=PorkchopOverdone.png
|alternate_name3=Pork Chop (Cooked)
|alternate_name3=Pork Chop (Burnt)
|alternate_link3=
|alternate_link3=
|alternate_image4=PorkchopOverdone.png
|alternate_name4=Pork Chop (Burnt)
|alternate_link4=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.3
|weight=0.3
|days_fresh=2
|days_fresh=2
|days_rotten=4
|days_rotten=2
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-30
|hunger_change=-30
Line 31: Line 27:
<!--COOKING-->
<!--COOKING-->
|cook_minutes=50
|cook_minutes=50
|burn_minutes=70
|burn_minutes=20
|dangerous_uncooked=True
|dangerous_uncooked=True
|bad_microwaved=True
|bad_microwaved=True
Line 38: Line 34:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.PorkChop
|class_name=Base.PorkChop
}}A '''pork chop''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}'''Pork chop''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Prok chops can be eaten raw, which can make the [[player]] [[Moodles#Sick|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.
Prok chop can be eaten raw, which can make the [[player]] [[Moodles#Sick|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.
{{Consumables2
{{Consumables2
|image = Porkchop.png
|image = Porkchop.png
Line 76: Line 72:
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
Pork chops can be used in various cooking recipes.
{{Crafting header|ing=2}}
{{Crafting header|ing=2}}
{{Crafting cooking|231|ing=2}}
{{Crafting cooking|231|ing=2}}
Line 82: Line 77:


====Evolved recipes====
====Evolved recipes====
{{EvolvedRecipesForItem|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15}}
Pork chop is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Soup=15|Stew=15|Pie=15|StirFry=15|sandwichcooked=5|burgercooked=10|saladcooked=10|RoastedVegetables=15|Rice=15|Pasta=15}}


==Distribution==
==Distribution==
Pork chops can be found inside [[refrigerator]]s.
Pork chop can be found inside [[refrigerator]]s.
 
==Gallery==
<gallery>
File:PorkChop  Model.png|Pork chop model when placed in the world.
File:PorkChopCooked Model.png|Cooked pork chop model when placed in the world.
File:PorkChopBurntModel.png|Overcooked pork chop model when placed in the world.
File:PorkChopRotten Model.png|Rotten pork chop model when placed in the world.
File:PorkChopCookedRotten Model.png|Rotten cooked pork chop model when placed in the world.
</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 PorkChop
<pre>    item PorkChop
    {
{
        DisplayCategory = Food,
DisplayName = Pork Chop,
        HungerChange = -30,
DisplayCategory = Food,
        Weight = 0.3,
Type = Food,
        Type = Food,
Weight = 0.3,
        IsCookable = TRUE,
Icon = Porkchop,
        DangerousUncooked = TRUE,
BadCold = true,
        DaysTotallyRotten = 4,
BadInMicrowave = true,
        MinutesToBurn = 70,
DangerousUncooked = TRUE,
        DisplayName = Pork Chop,
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,
        Icon = Porkchop,
FoodType = Meat,
        DaysFresh = 2,
GoodHot = true,
        MinutesToCook = 50,
IsCookable = 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;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
MinutesToCook = 50,
        FoodType   =   Meat,
MinutesToBurn = 70,
        Carbohydrates = 0,
DaysFresh = 2,
        Proteins = 25,
DaysTotallyRotten = 4,
        Lipids = 6,
HungerChange = -30,
        Calories = 150,
Calories = 150,
        BadInMicrowave = true,
Carbohydrates = 0,
        GoodHot = true,
Lipids = 6,
        BadCold = true,
Proteins = 25,
        WorldStaticModel = PorkChop,
WorldStaticModel = PorkChop,
    }</pre>
EvolvedRecipeName = Pork,
}</pre>


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

Revision as of 09:14, 1 October 2022

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