Meat Patty: Difference between revisions

From PZwiki
mNo edit summary
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Meat Patty}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Meat Patty
|display_name=Meat Patty
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=MeatPatty_120px.png
|image=MeatPatty_Model.png
|alternate_image=MeatPattyRotten.png
|image_width=150px
|alternate_name=Meat Patty (Rotten)
|alternate_image=MeatPatty.png
|alternate_name=Meat Patty
|alternate_link=
|alternate_link=
|alternate_image2=MeatPattyCooked.png
|alternate_image2=MeatPattyRotten.png
|alternate_name2=Meat Patty (Cooked)
|alternate_name2=Meat Patty (Rotten)
|alternate_link2=
|alternate_link2=
|alternate_image3=MeatPattyBurnt.png
|alternate_image3=MeatPattyCooked.png
|alternate_name3=Meat Patty (Burnt)
|alternate_name3=Meat Patty (Cooked)
|alternate_link3=
|alternate_link3=
|alternate_image4=MeatPattyBurnt.png
|alternate_name4=Meat Patty (Burnt)
|alternate_link4=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 23: Line 27:
|calories=380
|calories=380
|lipids=30
|lipids=30
|proteins=26
|proteins=46
|carbohydrates=0
|carbohydrates=0
<!--COOKING-->
<!--COOKING-->
Line 41: Line 45:
{{Consumables2
{{Consumables2
|image = Meat_patty.png
|image = Meat_patty.png
|burned image = MeatPattyBurnt.png
|rotten image = MeatPattyRotten.png
|cooked image = MeatPattyCooked.png
|hunger = -40
|hunger = -40
|perishable = 1
|perishable = 1
Line 65: Line 72:
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = MeatPattyBurnt.png
|rotten image = MeatPattyRotten.png
|cooked image = MeatPattyCooked.png
}}
}}


Line 75: Line 79:
Meat patties can be used is various cooking recipes.
Meat patties can be used is various cooking recipes.
====Evolved recipes====
====Evolved recipes====
{{EvolvedRecipesForItem|stew=15|pie=15|burger=15|}}
{{EvolvedRecipesForItem|stew=15|pie=15|burger=10|taco=10|burrito=10}}


==Distribution==
==Distribution==
Line 81: Line 85:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=68}}
<pre> item MeatPatty
<pre>   item MeatPatty
        HungerChange = -40,
    {
        Weight = 0.3,
        DisplayCategory = Food,
        Type = Food,
        HungerChange = -40,
        IsCookable = TRUE,
        Weight = 0.3,
        DangerousUncooked = TRUE,
        Type = Food,
        DaysTotallyRotten = 4,
        IsCookable = TRUE,
        MinutesToBurn = 70,
        DangerousUncooked = TRUE,
        DisplayName = Meat Patty,
        DaysTotallyRotten = 4,
        Icon = MeatPatty,
        MinutesToBurn = 70,
        DaysFresh = 2,
        DisplayName = Meat Patty,
        MinutesToCook = 50,
        Icon = MeatPatty,
        EvolvedRecipe = Stew:15;Pie:15;Burger:10,
        DaysFresh = 2,
        FoodType   = Meat,
        MinutesToCook = 50,
        Carbohydrates = 0,
        EvolvedRecipe = Stew:15;Pie:15;Burger:10;Taco:10|Cooked;Burrito:10,
        Proteins = 26,
        FoodType   =   Meat,
        Lipids = 30,
        Carbohydrates = 0,
        Calories = 380,
        Proteins = 46,
        BadInMicrowave = true,
        Lipids = 30,
        GoodHot = true,
        Calories = 380,
        BadCold = true,</pre>
        BadInMicrowave = true,
        GoodHot = true,
        BadCold = true,
        WorldStaticModel = MeatPatty,
    }</pre>


==See also==
==See also==
Line 109: Line 117:
*[[Ham Slice]]
*[[Ham Slice]]


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

Revision as of 14:20, 13 March 2022

Meat Patty
Meat Patty
Meat Patty Meat Patty (Rotten) Meat Patty (Cooked) Meat Patty (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-40
Calories
Calories
380
Carbohydrates
Carbohydrates
0
Proteins
Proteins
46
Fat
Fat
30
Cooking
Time until cooked 50 minutes
Time until burned 70 minutes
Dangerous uncooked True
Bad microwaved True
Good hot True
Bad cold True
Technical details
Item ID Base.MeatPatty

A meat patty is a perishable food item used in cooking.

Usage

Consumable properties

Meat patties 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

Meat patties can be used is various cooking recipes.

Evolved recipes

Product Nutrition
Stew
Stew
15
Burger
Burger
10
Pie (savory)
Pie (savory)
15
Taco
Taco
10
Burrito
Burrito
10

Distribution

Meat patties can be found inside refrigerators.

Code

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

    item MeatPatty
    {
        DisplayCategory = Food,
        HungerChange	=	-40,
        Weight	=	0.3,
        Type	=	Food,
        IsCookable	=	TRUE,
        DangerousUncooked	=	TRUE,
        DaysTotallyRotten	=	4,
        MinutesToBurn	=	70,
        DisplayName	=	Meat Patty,
        Icon	=	MeatPatty,
        DaysFresh	=	2,
        MinutesToCook	=	50,
        EvolvedRecipe = Stew:15;Pie:15;Burger:10;Taco:10|Cooked;Burrito:10,
        FoodType    =   Meat,
        Carbohydrates = 0,
        Proteins = 46,
        Lipids = 30,
        Calories = 380,
        BadInMicrowave = true,
        GoodHot = true,
        BadCold = true,
        WorldStaticModel = MeatPatty,
    }

See also