Mint Candy: Difference between revisions

From PZwiki
(Update of NavBar.)
m (grammar and added links)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Mint Candy}}
<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.1
|weight = 0.1
}}
}}
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|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 to reduce the effects of unhappiness. It can often be found in convenience stores, as well as houses, [[Containers#Vending Machines|vending machines]] and sometimes even [[Containers#Garbage Can/Dumpster|garbage cans]].


== Nutritional Information ==
== Nutritional Information ==

Revision as of 16:23, 15 April 2018


Page Updated @ Version: 34.28

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 to reduce the effects of unhappiness. It can often be found in convenience stores, as well as houses, vending machines and sometimes even garbage cans.

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