Beef Jerky: Difference between revisions

From PZwiki
(Automated case update)
m (Automated Formatting)
Line 19: Line 19:
|item_id=Base.BeefJerky
|item_id=Base.BeefJerky
}}
}}
'''Beef jerky''' is a non-perishable [[food]] [[Items|item]].
'''Beef jerky''' is a non-perishable [[food]] [[Items|item]].


Line 42: Line 41:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|artstore  
|artstore
|[[shelves]]  
|[[shelves]]
|4  
|4
|8
|8
|-
|-
|bandkitchen  
|bandkitchen
|[[counter]]  
|[[counter]]
|4  
|4
|8
|8
|-
|-
|rowspan="4"|butcher  
|rowspan="4"|butcher
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|1
|1
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|2
|2
|-
|-
|[[shelves]]  
|[[shelves]]
|4  
|4
|2
|2
|-
|-
|rowspan="2"|closet  
|rowspan="2"|closet
|[[crate]]  
|[[crate]]
|4  
|4
|8
|8
|-
|-
|[[crate]]  
|[[crate]]
|4  
|4
|8
|8
|-
|-
|gasstorage  
|gasstorage
|[[crate]]  
|[[crate]]
|4  
|4
|8
|8
|-
|-
|kitchen  
|kitchen
|[[counter]]  
|[[counter]]
|4  
|4
|6
|6
|}
|}
Line 117: Line 116:
StaticModel = BeefJerky,
StaticModel = BeefJerky,
WorldStaticModel = BeefJerky,
WorldStaticModel = BeefJerky,
}  
}
}}
}}
}}
}}

Revision as of 06:30, 14 April 2024

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