Peanuts: Difference between revisions

From PZwiki
(Cancellation of Redirect, found item in script. New page + Nav, + game info, + nutrition values, corrected evolved, corrected consumables to corrective amounts. adjusted description.)
(Added trapping linkages/info.)
Line 22: Line 22:
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|ricepot=8|ricepan=8|}}
|ricepot=8|ricepan=8|}}
== Trapping ==
Oranges can also be used in [[Trapping|traps]] to capture [[Dead_Squirrel|squirrels]].
Refer to [[Trapping|trapping]] for further information.


== Code ==
== Code ==

Revision as of 23:34, 8 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non-Perishable Foods -> Peanuts   

Peanuts are a non-perishable food item which is often found in kitchen cupboards.

Nutritional Information

It's Nutritional Values are as follows:
Carbohydrates = 4.57
Proteins = 7.31
Lipids = 13.96
Calories = 161

Evolved Recipes

Product Nutrition
Rice Pot/Saucepan
Rice Pot/Saucepan
8

Trapping

Oranges can also be used in traps to capture squirrels.

Refer to trapping for further information.

Code

	
    item Peanuts
		HungerChange	= -8,
		Weight		= 0.2,
		Type		= Food,
		DisplayName	= Peanuts,
		Icon		= Peanut,
		EvolvedRecipe 	= RicePot:8;RicePan:8,
		FoodType 	= NoExplicit,
        	Carbohydrates 	= 4.57,
        	Proteins 	= 7.31,
        	Lipids 		= 13.96,
        	Calories 	= 161,
        	CantBeFrozen 	= TRUE,

Template:Navbox/Consumables