Chocolate: Difference between revisions

From PZwiki
(Updated page, +evolved recipes, +nutritional info, description, +navigation, +info,)
m (Correcting layout of code section)
Line 39: Line 39:
EvolvedRecipe = Cake:10,
EvolvedRecipe = Cake:10,
FoodType    = NoExplicit,
FoodType    = NoExplicit,
        Carbohydrates = 110,
        Carbohydrates = 110,
        Proteins = 10,
        Proteins = 10,
        Lipids = 66,
        Lipids = 66,
        Calories = 850,
        Calories = 850,
        Packaged = TRUE,
        Packaged = TRUE,
  </nowiki>
  </nowiki>



Revision as of 17:23, 3 July 2016


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

A Bar of Chocolate is a non-perishable food item which is often found in kitchen cupboards.

Nutritional Information


Chocolate provides when completely eaten: -20 hunger and a bonus of -10 to happiness.

It's Nutritional Values are as follows:
Carbohydrates = 110
Proteins = 10
Lipids = 66
Calories = 850

Evolved Recipes

Product Nutrition
Cake
Cake
10

Code


	item Chocolate
		HungerChange	= -20,
		Weight		= 0.2,
		Type		= Food,
		UnhappyChange	= -10,
		DisplayName	= Chocolate,
		Icon		= Chocolate,
		EvolvedRecipe 	= Cake:10,
		FoodType    	= NoExplicit,
        	Carbohydrates 	= 110,
        	Proteins 	= 10,
        	Lipids 		= 66,
        	Calories 	= 850,
        	Packaged 	= TRUE,
 

Template:Navbox/Consumables