Beef Jerky: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 1: Line 1:
{{Notice|Improve}}
{{Consumables
{{Consumables
|image = Jerky.png  
|image = Jerky.png  
|hunger = -30
|hunger = -15
|weight = ??
|weight = 0.2
}} <!--/infobox-->
}} <!--/infobox-->
ahh.. dried "meat" product. Often found in refrigerators.  
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.


== Effects ==
== Effects ==
Line 11: Line 10:
Hunger: -30  
Hunger: -30  


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



Revision as of 10:52, 3 September 2013

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.

Effects

Hunger: -30

Code

item Beef Jerky
{
	HungerChange	=	-15,
		Weight	=	0.2,
		AlwaysWelcomeGift	=	true,
		Type	=	Food,
		DisplayName	=	Beef Jerky,
		Icon	=	BeefJerky,
}

Template:Navbox/Consumables