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