![]() |
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. |
Hard Candies
Jump to navigation
Jump to search
![]() |
English |
Navigation: | Main>Project Zomboid>Items>Food>Non-Perishable Food>Hard Candies | Page updated: Version 41.78.16 |
---|
Hard Candies | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 0.1 |
Nutrition | |
Hunger | -5 |
Calories | 40 |
Carbohydrates | 10 |
Proteins | 0 |
Fat | 0 |
Effect | |
Unhappiness | -10 |
Technical details | |
Item ID | Base.HardCandies |
Hard Candies are a non-perishable food item.
Usage
Hard Candies can be eaten, providing the player with some positive effects, including reducing unhappiness.
Crafting
Evolved recipes
Hard Candies are a cooking ingredient.
Product | Nutrition |
---|---|
![]() Cake |
5 |
![]() Ice Cream Cone |
5 |
Distribution
Hard Candies can be found in candy stores, GigaMarts, and grocery store storage crates.
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.78.16
item HardCandies { DisplayName = Hard Candies, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = HardCandies, EvolvedRecipe = Cake:5;ConeIcecream:5, FoodType = Candy, HungerChange = -5, UnhappyChange = -10, Calories = 40, Carbohydrates = 10, Lipids = 0.5, Proteins = 0, EvolvedRecipeName = Hard Candy, }
See also