Chocolate: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Chocolate}}
{{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=Chocolate
|display_name=Chocolate
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Chocolate_Model.png
|image=Chocolate_120px.png
|image_width=250px
|alternate_image=Chocolate.png
|alternate_name=Chocolate
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-20
|hunger_change=-20
Line 29: Line 25:


==Crafting==
==Crafting==
{{Main|Cooking}}
=== Evolved recipes ===
=== Evolved recipes ===
Chocolate is a [[cooking]] [[Recipe Ingredients|ingredient]].
Chocolate is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|cake=10|}}
{{EvolvedRecipesForItem|Cake=20|Pie=20|Bread=10|ConeIcecream=5|}}


==Distribution==
==Distribution==
Chocolate can be found in [[Containers#Kitchen Counter|kitchen counters]], gas stations and grocery stores.
Chocolate can be found in [[Containers#Kitchen Counter|kitchen counters]], gas stations and grocery stores.
==Gallery==
<gallery>
Chocolate_Model.png|Model for: [[File:Chocolate.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 Chocolate
<pre> item Chocolate
    {
{
        DisplayCategory = Food,
DisplayName = Chocolate,
        HungerChange = -20,
DisplayCategory = Food,
        Weight = 0.2,
Type = Food,
        Type = Food,
Weight = 0.2,
        UnhappyChange = -10,
Icon = Chocolate,
        DisplayName = Chocolate,
EvolvedRecipe = Cake:20;PieSweet:20;Bread:10;ConeIcecream:5,
        Icon = Chocolate,
FoodType = NoExplicit,
        EvolvedRecipe = Cake:10,
Packaged = TRUE,
        FoodType   =   NoExplicit,
HungerChange = -20,
        Carbohydrates = 110,
UnhappyChange = -10,
        Proteins = 10,
Calories = 850,
        Lipids = 66,
Carbohydrates = 110,
        Calories = 850,
Lipids = 66,
        Packaged = TRUE,
Proteins = 10,
        WorldStaticModel = Chocolate,
WorldStaticModel = Chocolate,
    }</pre>
}</pre>


==See also==
==See also==
*[[Chocolate Bread]]
*[[Chocolate Bread]]
*[[Chocolate Cake Slice]]
*[[Chocolate Chips]]
*[[Chocolate Chips]]
*[[Chocolate Cookie]]
*[[Chocolate Doughnut]]
*[[Cookie]]
*[[Cookie]]


{{Navbox_food}}
{{Navbox_food}}

Revision as of 16:58, 5 October 2022

Chocolate
Chocolate
General
Category Food
Encumbrance
Heavy Load
0.2
Packaged Yes
Nutrition
Hunger
Hunger
-20
Calories
Calories
850
Carbohydrates
Carbohydrates
110
Proteins
Proteins
10
Fat
Fat
66
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Chocolate

Chocolate is a non-perishable food item.

Usage

Chocolate can be eaten, providing the player with some positive effects. As it is non-perishable, chocolate will never go stale or rotten.

Crafting

Main article: Cooking

Evolved recipes

Chocolate is a cooking ingredient.

Product Nutrition
Pie (savory)
Pie (savory)
20
Cake
Cake
20
Ice Cream Cone
Ice Cream Cone
5
Bread
Bread
10

Distribution

Chocolate can be found in kitchen counters, gas stations and grocery stores.

Gallery

Code

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

	item Chocolate
	{
		DisplayName = Chocolate,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Chocolate,
		EvolvedRecipe = Cake:20;PieSweet:20;Bread:10;ConeIcecream:5,
		FoodType = NoExplicit,
		Packaged = TRUE,
		HungerChange = -20,
		UnhappyChange = -10,
		Calories = 850,
		Carbohydrates = 110,
		Lipids = 66,
		Proteins = 10,
		WorldStaticModel = Chocolate,
	}

See also