Black Licorice

From PZwiki
Project ZomboidItemsFoodSweetsBlack Licorice
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Black Licorice
LicoriceBlack Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-2
CaloriesCalories
22
CarbohydratesCarbohydrates
7
ProteinsProteins
0
FatFat
0
Technical
Item ID
Base.LicoriceBlack

Black licorice is a non-perishable food item.

Usage

Black licorice can be eaten, providing the player with some positive effects.

Crafting

Main article: Cooking

Evolved recipes

Black licorice is a cooking ingredient.

Product Nutrition
Ice Cream Cone
Ice Cream Cone
2

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
artstore shelves 4 4
bandkitchen counter 4 4
candystorage metal_shelves 4 1
candystore counter 4 1
gasstorage crate 4 4
grocerystorage crate 4 1

Black licorice can often be found in kitchen counters and shop shelves.

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 LicoriceBlack
	{
		DisplayName = Black Licorice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = LicoriceBlack,
		EvolvedRecipe = ConeIcecream:2,
		FoodType = Candy,
		HungerChange = -2,
		Calories = 22,
		Carbohydrates = 7,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = LicoriceBlack_Ground,
	}

See also