Beef Jerky: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Beef Jerky}}
{{languages|Beef Jerky}}
<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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Beef Jerky
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Jerky.png
|image=BeefJerky_120px.png
|hunger = -15
<!--GENERAL-->
|weight = 0.2
|category=Food
}}
|weight=0.2
'''Beef jerky''' is a [[Food#Non-Perishable|non-perishable]] dried meat product that is often found inside [[Containers#Refrigerators|refrigerators]], although it does not need to be refrigerated.<br>
|packaged=True
== Nutritional information ==
<!--NUTRITION-->
'''Its nutritional values are as follows:'''<br>
|hunger_change=-15
Carbohydrates = 6 <br>
|calories=80
Proteins = 1 <br>
|lipids=1
Lipids = 1 <br>
|proteins=1
Calories = 80 <br><br>
|carbohydrates=6
<!--TECHNICAL DETAILS-->
|class_name=Base.BeefJerky
}}'''Beef jerky''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


== Evolved recipes ==
==Crafting==
{{EvolvedRecipesForItem
=== Evolved recipes ===
|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=15|pie=15|stirfry=15|sandwich=5|salad=5|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15}}
 
==Distribution==
Beef jerky can only be found in [[refrigerator]]s.


== Code ==
== Code ==
<nowiki>item BeefJerky
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
HungerChange = -15,
{{Retrieved|version=40|incver=7}}
Weight = 0.2,
<pre> item BeefJerky
AlwaysWelcomeGift = true,
HungerChange = -15,
Type = Food,
Weight = 0.2,
DisplayName = Beef Jerky,
AlwaysWelcomeGift = true,
Icon = BeefJerky,
Type = Food,
EvolvedRecipe = Stew:15;Pie:15;Stir fry:15;Sandwich:5;Salad:5;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
DisplayName = Beef Jerky,
FoodType    = Meat,
Icon = BeefJerky,
        Carbohydrates = 6,
EvolvedRecipe = Stew:15;Pie:15;Stir fry:15;Sandwich:5;Salad:5;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        Proteins = 1,
FoodType    = Meat,
        Lipids = 1,
        Carbohydrates = 6,
        Calories = 80,
        Proteins = 1,
        Packaged = TRUE,
        Lipids = 1,
        Calories = 80,
</nowiki>
        Packaged = TRUE,</pre>


==See also==
==See also==
Line 43: Line 49:


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 05:59, 19 August 2018

Beef Jerky
Beef Jerky
General
Category Food
Encumbrance
Heavy Load
0.2
Packaged True
Nutrition
Hunger
Hunger
-15
Calories
Calories
80
Carbohydrates
Carbohydrates
6
Proteins
Proteins
1
Fat
Fat
1
Technical details
Item ID Base.BeefJerky

Beef jerky is a non-perishable food item.

Crafting

Evolved recipes

Beef jerky is a cooking ingredient.

Product Nutrition
Stew
Stew
15
Salad
Salad
5
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
5
Pie (savory)
Pie (savory)
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

Distribution

Beef jerky can only be found in refrigerators.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	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,

See also

Template:Navbox/Consumables