Mint Candy: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Mint Candy}}
{{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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<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 -->
|display_name=Mint Candy
<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 -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = MintCandy.png
|image=MintCandy_120px.png
|hunger = -2
|alternate_image=CandyPackagei.png
|unhappiness = -10
|alternate_name=Candy Package
|weight = 0.1
|alternate_link=Candy Package
}}
<!--GENERAL-->
A [[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 store [[Containers#Shelves|shelves]], houses, and sometimes even [[Containers#Bins|garbage cans]].
|category=Food
|weight=0.1
<!--NUTRITION-->
|hunger_change=-2
|thirst_change=
|calories=60
|lipids=0
|proteins=0
|carbohydrates=15
<!--EFFECTS-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|class_name=Base.MintCandy
}}A '''mint candy''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


== Nutritional information ==
==Usage==
<br>
A mint candy can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
'''Its nutritional values are as follows:'''<br>
 
Carbohydrates = 15 <br>
==Distribution==
Proteins = 0 <br>
===Buildings===
Lipids = 0 <br>
Mint candy can be found in grocery stores, [[Containers#Desks|office desks]], motel room [[Containers#Refrigerators|refrigerators]] and [[Containers#Bins|bins]].
Calories = 60 <br><br>
===Items===
Mint candy can be found in [[Garbage Bag|garbage bags]] or by opening a [[Candy Package|candy package]], giving 6 mint candy.


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=14}}
    item MintCandy
<pre> item MintCandy
        Type = Food,
        Type = Food,
        DisplayName = Mint Candy,
        DisplayName = Mint Candy,
        Icon = MintCandy,
        Icon = MintCandy,
        Weight = 0.1,
        Weight = 0.1,
        HungerChange = -2,
        HungerChange = -2,
        UnhappyChange = -10,
        UnhappyChange = -10,
        Carbohydrates = 15,
        Carbohydrates = 15,
        Proteins = 0,
        Proteins = 0,
        Lipids = 0,
        Lipids = 0,
        Calories = 60,
        Calories = 60,</pre>
</nowiki>
 
==See also==
*[[Candy Cane]]
*[[Lollipop]]
*[[Modjeska]]


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

Revision as of 15:20, 13 September 2018

Mint Candy
Mint Candy
Candy Package
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-2
Calories
Calories
60
Carbohydrates
Carbohydrates
15
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.MintCandy

A mint candy is a non-perishable food item.

Usage

A mint candy can be eaten, providing the player with some positive effects, including reducing unhappiness.

Distribution

Buildings

Mint candy can be found in grocery stores, office desks, motel room refrigerators and bins.

Items

Mint candy can be found in garbage bags or by opening a candy package, giving 6 mint candy.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

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

See also

Template:Navbox/Consumables