Mint Candy: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Mint Candy}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Mint Candy
|display_name=Mint Candy
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=MintCandy_Model.png
|image=MintCandy_120px.png
|image_width=150px
|alternate_image=CandyPackagei.png
|alternate_image=MintCandy.png
|alternate_name=Candy Package
|alternate_name=Mint Candy
|alternate_link=Candy Package
|alternate_link=
|alternate_image2=CandyPackagei.png
|alternate_name2=Candy Package
|alternate_link2=Candy Package
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 17: Line 13:
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-2
|hunger_change=-2
|thirst_change=
|calories=60
|calories=60
|lipids=0
|lipids=0
Line 26: Line 21:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.MintCandy
|class_name=Base.MintCandy
}}A '''mint candy''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}'''Mint candy''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
==Usage==
A mint candy can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
Mint candy can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].


==Distribution==
==Distribution==
===Buildings===
===Buildings===
Mint candy can be found in grocery stores, [[Containers#Desks|office desks]], motel room [[Containers#Refrigerators|refrigerators]] and [[Containers#Bins|bins]].
Mint candy can be found in grocery stores, [[Containers#Desks|office desks]], motel room [[Containers#Refrigerators|refrigerators]] and [[Containers#Bins|bins]].
===Items===
===Items===
Mint candy can be found in [[Garbage Bag|garbage bags]] or by opening a [[Candy Package|candy package]], giving 6 mint candy.
Mint candy can be found in [[Garbage Bag|garbage bags]] or by opening a [[Candy Package|candy package]], giving 6 mint candy.
==Gallery==
<gallery>
File:MintCandy Model.png|Model for: [[File:MintCandy.png]]
</gallery>


== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=68}
{{Retrieved|version=41|incver=73}}
<pre>    item MintCandy
<pre>    item MintCandy
    {
{
        DisplayCategory = Food,
DisplayName = Mint Candy,
        Type = Food,
DisplayCategory = Food,
        DisplayName = Mint Candy,
Type = Food,
        Icon = MintCandy,
Weight = 0.1,
        Weight = 0.1,
Icon = MintCandy,
        HungerChange = -2,
HungerChange = -2,
        UnhappyChange     = -10,
UnhappyChange = -10,
        Carbohydrates = 15,
Calories = 60,
        Proteins = 0,
Carbohydrates = 15,
        Lipids = 0,
Lipids = 0,
        Calories = 60,
Proteins = 0,
        WorldStaticModel = MintCandy,
WorldStaticModel = MintCandy,
    }</pre>
}</pre>


==See also==
==See also==

Revision as of 20:41, 5 October 2022

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

Mint candy is a non-perishable food item.

Usage

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.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

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

See also