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

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
HungerUI Hunger.png
-2
CaloriesCalories
27
CarbohydratesCarbohydrates
7
ProteinsProteins
1
FatFat
0
Cooking
Spice
True
Custom recipe
Violet
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
TZ CraftSalat.png
Salad
2
BeverageBeverageBeverageBeverageBeverageBeverageBeverage
Beverage
2

Location

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

Violets distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Foraging
Amount Skill level Biome: chance Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
3-6 - DeepForest: 10
Farm: 10
FarmLand: 10
Forest: 10
Vegitation: 10
- - - - January to September January to March January to February

History

Base.Violets

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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