Beef Jerky: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
m (Distribution table update)
 
(28 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Protein}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Beef Jerky
{{Infobox item
|name_colour=Food
|name=Beef Jerky
|name_text_colour=Food
|model=BeefJerky_Model.png
|image=BeefJerky_Model.png
|icon=BeefJerky.png
|image_width=150px
|icon_name=Beef Jerky
|alternate_image=BeefJerky.png
|alternate_name=Beef Jerky
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 20: 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 27: Line 25:


==Crafting==
==Crafting==
=== Evolved recipes ===
 
Beef jerky is a [[cooking]] [[Recipe Ingredients|ingredient]].
===Evolved recipes===
{{EvolvedRecipesForItem|stew=15|pie=15|stirfry=15|sandwich=5|salad=5|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15}}
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}}


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|BeefJerky|41.78.16-->
{{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.
Beef jerky can be found in kitchens, butchers and convenience stores.


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=68}}
| {{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,
DisplayCategory = Food,
DisplayCategory = Food,
HungerChange = -20,
Type = Food,
Weight = 0.2,
Weight = 0.2,
AlwaysWelcomeGift = true,
Icon = BeefJerky,
Type = Food,
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,
DisplayName = Beef Jerky,
FoodType = Beef,
Icon = BeefJerky,
Packaged = TRUE,
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,
HungerChange = -20,
FoodType   =   Meat,
Calories = 100,
Carbohydrates = 6,
Carbohydrates = 6,
        Proteins = 1,
Lipids = 1,
        Lipids = 1,
Proteins = 1,
        Calories = 100,
StaticModel = BeefJerky,
        Packaged = TRUE,
WorldStaticModel = BeefJerky,
        WorldStaticModel = BeefJerky,
}
        StaticModel = 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]]

Latest 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