Chocolate: Difference between revisions

From PZwiki
(Update of NavBar.)
m (grammar fix and link edits)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Chocolate}}
<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 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: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
Line 10: Line 10:
|weight = 0.2
|weight = 0.2
}}
}}
A Bar of Chocolate is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]].
[[Chocolate]] is a [[Food#Non-Perishable|non-perishable]] food item which can be found in gas stations, grocery stores or [[Containers#Cupboard|kitchen cupboards]].


== Nutritional Information ==
== Nutritional Information ==
Line 16: Line 16:
Chocolate provides when completely eaten: -20 hunger and a bonus of -10 to happiness.<br>
Chocolate provides when completely eaten: -20 hunger and a bonus of -10 to happiness.<br>
<br>
<br>
'''It's Nutritional Values are as follows:'''<br>
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 110 <br>
Carbohydrates = 110 <br>
Proteins = 10 <br>
Proteins = 10 <br>

Revision as of 14:55, 15 April 2018


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

Chocolate is a non-perishable food item which can be found in gas stations, grocery stores or kitchen cupboards.

Nutritional Information


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

Its 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