Violets

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

Violets are a wild plant which can be used as a non-perishable food item or used in cooking as 'spice'.

Usage

Violets can be consumed, fulfilling the player with a small amount of hunger. They are best used as a spice in cooking.

Crafting

Main article: Cooking

Evolved recipes

Violets are a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Salad
Salad
2
Beverage
Beverage
2

Distribution

Violets can be found sitting on the ground as part of survivor stories. They do not spawn naturally inside containers.

Foraging

Main article: Foraging

Violets are a wild plant that can be found at foraging level 0 in groups of 3-6.

Location distribution
Location Weight
Forest 10
Deep Forest 10
Grasslands 10
Farmland 10
Farm 10
Trailer Park 1
Town 1
Road/Car Park 1
Month distribution
Month Availability
January Unavailable
February Unavailable
March Scarce
April Scarce
May Plentiful
June Plentiful
July Plentiful
August Available
September Available
October Available
November Available
December Unavailable

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 Violets
	{
		DisplayName = Violets,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Violets,
		EvolvedRecipe = Salad:2;HotDrink:2;HotDrinkRed:2;HotDrinkWhite:2;HotDrinkSpiffo:2;HotDrinkTea:2,
		Spice = true,
		FoodType = NoExplicit,
		HungerChange = -2,
		Calories = 27,
		Carbohydrates = 7,
		Lipids = 0,
		Proteins = 1,
		WorldStaticModel = Violets,
		EvolvedRecipeName = Violet,
	}

See also