Meat Patty: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: f11279fe))
m (Minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Meat Patty
|display_name=Meat Patty
|name_colour=Food
|name_colour=Food
Line 37: Line 39:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.MeatPatty
|class_name=Base.MeatPatty
}}A '''meat patty''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}
A '''meat patty''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Meat patty 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.
Meat patty 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
{{Consumables
|image = Meat_patty.png
|image = Meat_patty.png
|burned image = MeatPattyBurnt.png
|burned image = MeatPattyBurnt.png
Line 75: Line 77:


==Crafting==
==Crafting==
===Obtaining===
===Obtaining===
Meat patty is made by slicing [[Ground Beef|ground beef]].
Meat patty is made by slicing [[Ground Beef|ground beef]].
Line 97: Line 98:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:MeatPatty Model.png|Meat patty model when placed in the world.
MeatPatty Model.png|Meat patty model when placed in the world.
File:MeatPattyCooked Model.png|Cooked meat patty model when placed in the world.
MeatPattyCooked Model.png|Cooked meat patty model when placed in the world.
File:MeatPattyBurnt Model.png|Overcooked meat patty model when placed in the world.
MeatPattyBurnt Model.png|Overcooked meat patty model when placed in the world.
File:MeatPattyRotten Model.png|Rotten meat patty model when placed in the world.
MeatPattyRotten Model.png|Rotten meat patty model when placed in the world.
File:MeatPattyCookedRotten Model.png|Rotten cooked meat patty model when placed in the world.
MeatPattyCookedRotten Model.png|Rotten cooked meat patty model when placed in the world.
</gallery>
</gallery>



Revision as of 22:52, 29 August 2023

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 20 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 patty 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.

Fresh Stale Rotten
Uncooked

Meat patty.png
Hunger: -40


Dangerous uncooked, may cause sickness.

Meat patty.png
Hunger: -30
Boredom: +10
Unhappiness: +10
Dangerous uncooked, may cause sickness.

MeatPattyRotten.png

Hunger: -18
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Cooked

MeatPattyCooked.png
Hunger: -52

MeatPattyCooked.png
Hunger: -30
Boredom: +10
Unhappiness: +10

MeatPattyCooked.png
Hunger: -18
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Burned

MeatPattyBurnt.png
Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Obtaining

Meat patty is made by slicing ground beef.

Product XP gained Skill(s) Recipe Ingredient 1
MeatPatty.png
Meat Patty
0.75 Cooking none MincedMeat.png
Ground Beef
(40 units)

(consumed)

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Meat Patty (Cooked)
Meat Patty (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 50 mins)
Meat Patty (Uncooked)
Meat Patty (Uncooked)
(consumed)

Evolved recipes

Meat patty is a cooking ingredient.

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

Distribution

Meat patty can be found inside refrigerators.

Gallery

Code

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

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

See also