Beef Jerky: Difference between revisions

From PZwiki
m (Missing link in description common in other articles linking to non-perishable. Added.)
m (Distribution table update)
(35 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Protein}}
{{languages|Beef Jerky}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Beef Jerky
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Beef_Jerky|Beef Jerky]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=BeefJerky_Model.png
{{Consumables
|icon=BeefJerky.png
|image = Jerky.png
|icon_name=Beef Jerky
|hunger = -15
<!--GENERAL-->
|weight = 0.2
|category=Food
|weight=0.2
|packaged=True
<!--NUTRITION-->
|hunger_change=-20
|calories=100
|lipids=1
|proteins=1
|carbohydrates=6
<!--TECHNICAL DETAILS-->
|item_id=Base.BeefJerky
}}
}}
Beef Jerky is a [[Food#Non-Perishable|non-perishable]] dried meat product that is often found inside refrigerators although it does not need to be refrigerated. Beef Jerky reduces hunger by a total of 15 points.<br>
'''Beef jerky''' is a non-perishable [[food]] [[Items|item]].
== Nutritional Information ==
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 6 <br>
Proteins = 1 <br>
Lipids = 1 <br>
Calories = 80 <br><br>


== Evolved Recipes ==
==Usage==
{{EvolvedRecipesForItem
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.
|stew=15|pie=15|stirfry=15|sandwich=5|salad=5|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15}}


== Code ==
==Crafting==
<nowiki>item BeefJerky
HungerChange = -15,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Beef Jerky,
Icon = BeefJerky,
EvolvedRecipe = Stew:15;Pie:15;Stir fry:15;Sandwich:5;Salad:5;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
FoodType    = Meat,
        Carbohydrates = 6,
        Proteins = 1,
        Lipids = 1,
        Calories = 80,
        Packaged = TRUE,
</nowiki>


==See Also==
===Evolved recipes===
* [[Recipe_Ingredients|Recipe Ingredients]]
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}}


{{Navbox/Consumables}}
==Distribution==
[[Category:Consumables]]
The loot distributions can be found in the table(s) below.
[[Category:Food]]
 
[[Category:Non-Perishable_Food]]
<!--BOT FLAG|BeefJerky|41.78.16-->
[[Category:Version 34.28]]
{{clear}}
<div class="togglebox theme-red">
    <div>BeefJerky distribution
        <span class="mw-customtoggle-togglebox-BeefJerky" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-BeefJerky">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|Bag_FoodSnacks}}
    | 2
    | 10.0
    |-
    | all
    | {{ll|Bag_FoodSnacks}}
    | 2
    | 20.0
    |-
    | all
    | {{ll|FoodBox}}
    | 15
    | 6.0
    |-
    | all
    | {{ll|Outfit_ArmyCamoDesert}}
    | 1
    | 8.0
    |-
    | artstore
    | {{ll|shelves}}
    | 4
    | 8.0
    |-
    | bandkitchen
    | {{ll|counter}}
    | 4
    | 8.0
    |-
    | butcher
    | {{ll|shelves}}
    | 4
    | 20.0
    |-
    | butcher
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 8.0
    |-
    | gasstorage
    | {{ll|crate}}
    | 4
    | 8.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 6.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | HunterGloveBox
    | 4
    | 8
    |-
    | SurvivalistGlovebox
    | 4
    | 8
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-BeefJerky" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|BeefJerky|41.78.16-->
Beef jerky can be found in kitchens, butchers and convenience stores.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 2255
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
*[[Dehydrated Meat Stick]]
*[[Recipe ingredients]]
 
{{Navbox items|meat}}
 
 
[[Category:Non-perishable food]]

Revision as of 14:56, 24 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.

BeefJerky distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Bag_FoodSnacks 2 10.0
all Bag_FoodSnacks 2 20.0
all FoodBox 15 6.0
all Outfit_ArmyCamoDesert 1 8.0
artstore shelves 4 8.0
bandkitchen counter 4 8.0
butcher shelves 4 20.0
butcher shelves 4 10.0
closet crate 4 8.0
gasstorage crate 4 8.0
kitchen counter 4 6.0
Vehicles
Vehicle Type/Location Rolls Chance
HunterGloveBox 4 8
SurvivalistGlovebox 4 8

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