Mint Candy: Difference between revisions

From PZwiki
No edit summary
(Updated page, +nutritional info, slight description change, +navigation, + info, +code +NOTOC, - history (redundant))
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__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]] -> [[Mint_Candy|Mint Candy]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = MintCandy.png
|image = MintCandy.png
Line 7: Line 10:
|weight = 0.1
|weight = 0.1
}}
}}
== Description ==
The mint candy is a small [[Food#Non-Perishable|non-perishable]] sweet which does more to reduce unhappiness than hunger. As it does so little to reduce hunger, its main role is that to reduce the effects of unhappiness upon a player. It can often be found in convenience stores, as well as other locations such as houses, vending machines and sometimes even bins.
The mint candy is a small non-perishable sweet which does more to reduce unhappiness than hunger. As it does so little to reduce hunger, its main role is that to reduce the effects of unhappiness upon a player. It can often be found in convenience stores, as well as other locations such as houses, vending machines and sometimes even bins.


== Effects ==
== Nutritional Information ==
[[Hunger]]: -2<br>
A Mint Candy provides when completely eaten: -2 hunger and a bonus of 10 to happiness.
[[Unhappy]]: -10
<br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 15 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 60 <br><br>


== Code ==
== Code ==
  <nowiki>item MintCandy
<br>
    {
  <nowiki>
         Type = Food,
    item MintCandy
         DisplayName = Mint Candy,
         Type = Food,
         Icon = MintCandy,
         DisplayName = Mint Candy,
         Weight = 0.1,
         Icon = MintCandy,
         HungerChange = -2,
         Weight = 0.1,
         UnhappyChange     =     -10,
         HungerChange = -2,
    }</nowiki>
         UnhappyChange = -10,
 
        Carbohydrates = 15,
== History ==
        Proteins = 0,
 
        Lipids = 0,
{| class="wikitable" width="550" style="text-align:center;"
        Calories = 60,
|-
  </nowiki>
! Alpha ||  
|-
| Ver31.9 || -
|}
 
==See Also==
 


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

Revision as of 19:42, 3 July 2016


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

The mint candy is a small non-perishable sweet which does more to reduce unhappiness than hunger. As it does so little to reduce hunger, its main role is that to reduce the effects of unhappiness upon a player. It can often be found in convenience stores, as well as other locations such as houses, vending machines and sometimes even bins.

Nutritional Information

A Mint Candy provides when completely eaten: -2 hunger and a bonus of 10 to happiness.

It's Nutritional Values are as follows:
Carbohydrates = 15
Proteins = 0
Lipids = 0
Calories = 60

Code


    item MintCandy
        Type		= Food,
        DisplayName	= Mint Candy,
        Icon		= MintCandy,
        Weight		= 0.1,
        HungerChange 	= -2,
        UnhappyChange	= -10,
        Carbohydrates 	= 15,
        Proteins 	= 0,
        Lipids 		= 0,
        Calories 	= 60,
 

Template:Navbox/Consumables