Beef Jerky: Difference between revisions

From PZwiki
mNo edit summary
(Updated formatting, removed TOC, added Evolved Recipes, added version reference, checked to match current stats, updated info, added recipe ingredients link, added relevant categories)
Line 1: Line 1:
__NOTOC__
{{Consumables
{{Consumables
|image = Jerky.png  
|image = Jerky.png  
|hunger = -15
|hunger = -15
|weight = 0.2
|weight = 0.2
}} <!--/infobox-->
}}
Beef Jerky is a 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.
Beef Jerky is a 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.


== Effects ==
== Evolved Recipes ==
<!--list of effects here-->
{{EvolvedRecipesForItem
Hunger: -15
|stew=15|pie=15|stirfry=15|sandwich=5|salad=5|roastedvegetables=15}}


== Code ==
== Code ==
  <nowiki>item Beef Jerky
  <nowiki>item BeefJerky
{
HungerChange = -15,
HungerChange = -15,
Weight = 0.2,
Weight = 0.2,
AlwaysWelcomeGift = true,
AlwaysWelcomeGift = true,
Type = Food,
Type = Food,
DisplayName = Beef Jerky,
DisplayName = Beef Jerky,
Icon = BeefJerky,
Icon = BeefJerky,
}</nowiki>
EvolvedRecipe = Stew:15;Pie:15;Stir fry:15;Sandwich:5;Salad:5;Roasted Vegetables:15,
{{Navbox/Consumables}}
FoodType    = Meat,
</nowiki>


<!--== Crafting ==
==See Also==
ITEM NAME can be used in the following recipes:
* [[Recipe_Ingredients|Recipe Ingredients]]
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Ingredients || Other Items || Output || Description
|-
| Ingredient + Ingredient || Oven/None || What the recipe makes || Brief description of what it makes.
|}-->


{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Version 32.20]]

Revision as of 21:32, 12 August 2015


Beef Jerky is a 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.

Evolved Recipes

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

Code

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,
		FoodType    		=	Meat,

See Also

Template:Navbox/Consumables