Beef Jerky: Difference between revisions

From PZwiki
(added model to infobox)
m (Automated Formatting)
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Header|Project Zomboid|Items|Food|Protein}}
|display_name=Beef Jerky
{{Page version|41.78.16}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=Beef Jerky
|image=BeefJerky_Model.png
|model=BeefJerky_Model.png
|image_width=200px
|icon=BeefJerky.png
|alternate_image=BeefJerky.png
|icon_name=Beef Jerky
|alternate_name=Beef Jerky
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 19: Line 17:
|carbohydrates=6
|carbohydrates=6
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.BeefJerky
|item_id=Base.BeefJerky
}}'''Beef jerky''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}
'''Beef jerky''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 28: Line 27:


===Evolved recipes===
===Evolved recipes===
Beef jerky is a [[cooking]] [[Recipe Ingredients|ingredient]].
Beef jerky is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|Stew=10|Pie=10|StirFry=10|Sandwich=5|Salad=5|RoastedVegetables=10|Rice=10|Pasta=10}}
{{EvolvedRecipesForItem|stew=10|pie=10|stirfry=10|sandwich=5|salad=5|roastedvegetables=10|rice=10|pasta=10}}


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|artstore
|[[shelves]]
|4
|8
|-
|bandkitchen
|[[counter]]
|4
|8
|-
|rowspan="4"|butcher
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|1
|-
|[[shelves]]
|4
|2
|-
|[[shelves]]
|4
|2
|-
|rowspan="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.
Beef jerky can be found in kitchens, butchers and convenience stores.
==Gallery==
<gallery>
File:BeefJerky_Model.png|Beef jerky model when placed in the world.
</gallery>


==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=73}}
| {{CodeSnip
<pre>    item BeefJerky
  | lang = java
  | line = true
  | start = 2255
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item BeefJerky
{
{
DisplayName = Beef Jerky,
DisplayName = Beef Jerky,
Line 59: Line 116:
StaticModel = BeefJerky,
StaticModel = BeefJerky,
WorldStaticModel = BeefJerky,
WorldStaticModel = BeefJerky,
}</pre>
}
}}
}}


==See also==
==See also==
*[[Dehydrated Meat Stick]]
*[[Dehydrated Meat Stick]]
*[[Recipe Ingredients]]
*[[Recipe ingredients]]
 
{{Navbox items|meat}}
 


{{Navbox food}}
[[Category:Non-perishable food]]

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