Beef Jerky

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project ZomboidItemsFoodProteinBeef Jerky
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Beef Jerky
BeefJerky Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
True
Nutrition
HungerMoodle Icon Hungry.png
-20
CaloriesCalories
100
CarbohydratesCarbohydrates
6
ProteinsProteins
1
FatFat
1
Technical
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
10
Salad
Salad
5
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Sandwich
Sandwich
5
Pie (savory)
Pie (savory)
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
artstore shelves 4 8
bandkitchen counter 4 8
butcher shelves 4 1
shelves 4 1
shelves 4 2
shelves 4 2
closet crate 4 8
crate 4 8
gasstorage crate 4 8
kitchen counter 4 6

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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

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

See also