Peanuts

From PZwiki
Revision as of 09:51, 26 July 2018 by Simian (talk | contribs)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Non Perishable Foods -> Peanuts   

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

Nutritional information


Its 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

Peanuts 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