Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Allsorts

From PZwiki
Project ZomboidItemsFoodSweetsAllsorts
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Allsorts
Peppermint Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerUI Hunger.png
-10
CaloriesCalories
16.6
CarbohydratesCarbohydrates
4.33
ProteinsProteins
0
FatFat
0
Technical
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
Ice Cream Cone
5

Location

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.

History

Base.Allsorts

Version Description
Build 41.72 EvolvedRecipe added with value {'ConeIcecream': '5'}.
FoodType added with value Candy.
Build 41.69 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

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