Peanuts: Difference between revisions

From PZwiki
(Redirected page to Peanut Butter)
 
(Cancellation of Redirect, found item in script. New page + Nav, + game info, + nutrition values, corrected evolved, corrected consumables to corrective amounts. adjusted description.)
Line 1: Line 1:
#REDIRECT [[Peanut Butter]]
__NOTOC__
{{languages}}
<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 -->
<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 -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non-Perishable Foods]] -> [[Peanuts|Peanuts]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = SNACKPeanuts.png
|hunger = -8
|weight = 0.2
}}
Peanuts are a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]].
 
== Nutritional Information ==
 
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 4.57 <br>
Proteins = 7.31 <br>
Lipids = 13.96 <br>
Calories = 161 <br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|ricepot=8|ricepan=8|}}
 
== Code ==
<nowiki>
    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,
</nowiki>
 
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 23:30, 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

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