Red Licorice

From PZwiki
Project ZomboidItemsFoodSweetsRed Licorice
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Red Licorice
LicoriceRed 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.LicoriceRed

Red licorice is a non-perishable food item.

Usage

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

Crafting

Main article: Cooking

Evolved recipes

Red 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 1
bandkitchen counter 4 1
candystorage metal_shelves 4 1
candystore counter 4 1
gasstorage crate 4 1
grocerystorage crate 4 1

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