Beef Jerky: Difference between revisions

From PZwiki
(Updated to build 41.51)
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Beef Jerky
|display_name=Beef Jerky
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=BeefJerky_120px.png
|image=BeefJerky_Model.png
|image_width=150px
|alternate_image=BeefJerky.png
|alternate_name=Beef Jerky
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 28: Line 32:


==Distribution==
==Distribution==
Beef jerky can only be found in [[refrigerator]]s.
Beef jerky can be found in kitchens, butchers and convenience stores.


== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=51}}
{{Retrieved|version=41|incver=68}}
<pre>    item BeefJerky
<pre>    item BeefJerky
{
{
HungerChange = -20,
DisplayCategory = Food,
Weight = 0.2,
HungerChange = -20,
AlwaysWelcomeGift = true,
Weight = 0.2,
Type = Food,
AlwaysWelcomeGift = true,
        Carbohydrates = 6,
Type = Food,
        Proteins = 1,
DisplayName = Beef Jerky,
        Lipids = 1,
Icon = BeefJerky,
        Calories = 100,
EvolvedRecipe = Stew:15;Pie:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5;Sandwich Baguette:5;Salad:5;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        Packaged = TRUE,
FoodType    =  Meat,
        WorldStaticModel = BeefJerky,
Carbohydrates = 6,
        Proteins = 1,
        Lipids = 1,
        Calories = 100,
        Packaged = TRUE,
        WorldStaticModel = BeefJerky,
        StaticModel = BeefJerky,
}</pre>
}</pre>


==See also==
==See also==
* [[Recipe_Ingredients|Recipe Ingredients]]
* [[Dehydrated Meat Stick]]
* [[Recipe Ingredients]]


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

Revision as of 02:30, 14 March 2022

Beef Jerky
Beef Jerky
Beef Jerky
General
Category Food
Encumbrance
Heavy Load
0.2
Packaged True
Nutrition
Hunger
Hunger
-20
Calories
Calories
100
Carbohydrates
Carbohydrates
6
Proteins
Proteins
1
Fat
Fat
1
Technical details
Item ID Base.BeefJerky

Beef jerky is a non-perishable food item.

Usage

Beef jerky can be eaten, providing the player with some positive effects. As it is non-perishable, beef jerky will never go stale or rotten.

Crafting

Evolved recipes

Beef jerky is a cooking ingredient.

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

Distribution

Beef jerky can be found in kitchens, butchers and convenience stores.

Code

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

    item BeefJerky
	{
		DisplayCategory = Food,
		HungerChange	=	-20,
		Weight	=	0.2,
		AlwaysWelcomeGift	=	true,
		Type	=	Food,
		DisplayName	=	Beef Jerky,
		Icon	=	BeefJerky,
		EvolvedRecipe = Stew:15;Pie:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5;Sandwich Baguette:5;Salad:5;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType    =   Meat,
		Carbohydrates = 6,
        	Proteins = 1,
        	Lipids = 1,
        	Calories = 100,
        	Packaged = TRUE,
        	WorldStaticModel = BeefJerky,
        	StaticModel = BeefJerky,
	}

See also