Beef Jerky: Difference between revisions

From PZwiki
No edit summary
m (Distribution table update)
(42 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{Consumables
{{Header|Project Zomboid|Items|Food|Protein}}
|image = Jerky.png  
{{Page version|41.78.16}}
|hunger = -15
{{Infobox item
|weight = 0.2
|name=Beef Jerky
}} <!--/infobox-->
|model=BeefJerky_Model.png
Beef jerky is a non-perishable dried meat product that is often found inside refrigerators although it does not need to be refridgeratde. Beef Jerky reduces hunger by a total of 15 points.
|icon=BeefJerky.png
|icon_name=Beef Jerky
<!--GENERAL-->
|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 non-perishable [[food]] [[Items|item]].


== Effects ==
==Usage==
<!--list of effects here-->
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.
Hunger: -30


== Code ==
==Crafting==
<nowiki>item Beef Jerky
{
HungerChange = -15,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Beef Jerky,
Icon = BeefJerky,
}</nowiki>
{{Navbox/Consumables}}


<!--== Crafting ==
===Evolved recipes===
ITEM NAME can be used in the following recipes:
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}}


{| class="wikitable" width="550" style="text-align:center;"
==Distribution==
|-
The loot distributions can be found in the table(s) below.
! Ingredients || Other Items || Output || Description
|-
| Ingredient + Ingredient || Oven/None || What the recipe makes || Brief description of what it makes.
|}-->


[[Category:Consumables]]
<!--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.
 
==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