![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Chocolate
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Non-Perishable Food>Chocolate | Page updated: Version 41.73 |
---|
Chocolate | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Food | |
Weight | 0.2 | |
Packaged | Yes | |
Nutrition | ||
Hunger | -20 | |
Calories | 850 | |
Carbohydrates | 110 | |
Proteins | 10 | |
Fat | 66 | |
Effect | ||
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) |
20 |
![]() Cake |
20 |
![]() Ice Cream Cone |
5 |
![]() 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