Chocolate: Difference between revisions

From PZwiki
No edit summary
(Updated page, +evolved recipes, +nutritional info, description, +navigation, +info,)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{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]] -> [[Chocolate|Chocolate]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Chocolate.png
|image = Chocolate.png
|hunger = -10
|hunger = -20
|weight = 0.1
|unhappiness = -10
|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 an nonperishable food item. They take out a medium amount of hunger and a medium amount of unhappiness. It is often found inside of houses, usually within a [[containers#Kitchen_cupboard|kitchen cupboard]].
== Nutritional Information ==
 
<br>
 
Chocolate provides when completely eaten: -20 hunger and a bonus of -10 to happiness.<br>
 
<br>
== Effects ==
'''It's Nutritional Values are as follows:'''<br>
[[Hunger]]: -10<br>
Carbohydrates = 110 <br>
[[Unhappy]]: -10
Proteins = 10 <br>
 
Lipids = 66 <br>
 
Calories = 850 <br><br>
 


== Evolved Recipes ==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
{{EvolvedRecipesForItem
|cake=10|}}


== Code ==
== Code ==
  <nowiki>item Chocolate
<br>
{
  <nowiki>
Type = Food,
item Chocolate
DisplayName = Chocolate,
HungerChange = -20,
Icon = Chocolate,
Weight = 0.2,
Weight = 0.1,
Type = Food,
HungerChange         = -10,
UnhappyChange = -10,
UnhappyChange         = -10,
DisplayName = Chocolate,
}</nowiki>
Icon = Chocolate,
EvolvedRecipe = Cake:10,
FoodType    = NoExplicit,
        Carbohydrates = 110,
        Proteins = 10,
        Lipids = 66,
        Calories = 850,
        Packaged = TRUE,
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 0.2.0p]]}}
[[Category:Version 34.28]]

Revision as of 17:22, 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