Mint Candy: Difference between revisions

From PZwiki
(Updated page, +nutritional info, slight description change, +navigation, + info, +code +NOTOC, - history (redundant))
(Update of NavBar.)
Line 3: Line 3:
<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 -->
<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 -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = MintCandy.png
|image = MintCandy.png

Revision as of 19:53, 29 August 2016


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 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