![]() |
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. |
Allsorts
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Non-Perishable Food>Allsorts | Page updated: Version 41.78.16 |
---|
Allsorts | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 0.2 |
Nutrition | |
Hunger | -10 |
Calories | 16.6 |
Carbohydrates | 4.33 |
Proteins | 0 |
Fat | 0 |
Technical details | |
Item ID | Base.Allsorts |
Allsorts are a non-perishable food item.
Usage
Allsorts can be eaten, providing the player with some positive effects. Interestingly, unlike other candies, it does not appear to reduce unhappiness.
Crafting
- Main article: Cooking
Evolved recipes
Allsorts are a cooking ingredient.
Product | Nutrition |
---|---|
![]() Ice Cream Cone |
5 |
Distribution
Allsorts do not appear to currently spawn in-game, despite having all other information present within the game files. This is affirmed by its lack of unique world model in the code listed below. When included, its distribution will likely be similar to other candies.
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.78.16
item Allsorts { DisplayName = Allsorts, DisplayCategory = Food, Type = Food, Weight = 0.2, Icon = Allsorts, EvolvedRecipe = ConeIcecream:5, FoodType = Candy, HungerChange = -10, Calories = 16.6, Carbohydrates = 4.33, Lipids = 0, Proteins = 0, WorldStaticModel = Peppermint_Ground, }
See also