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

Rosemary

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

Rosemary is a wild herb which can be used as a non-perishable food item or used in cooking as 'spice'.

Usage

Rosemary is used as a spice in cooking recipes.

Cooking

Evolved recipes

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

Product Nutrition
PotFull.png
Soup
1
PotFull.png
Stew
1
RoastingpanFull.png
Roasted Vegetables
1
SandwichSandwich
Sandwich
1
Burger
Burger
1
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
1
PanFull.png
Omelette (crafted)
1
Bread
Bread
1
BreadSlices.png
Toast
1

Location

Rosemary 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
1-3 - DeepForest: 1
Farm: 1
FarmLand: 1
Forest: 1
Nav: 1
TownZone: 1
TrailerPark: 1
Vegitation: 1
- 15 - - March to November August to October March to April

Foraging

Rosemary can only be found by foraging.

History

Base.Rosemary

Version Description
Build 41.72 EvolvedRecipe added with value {'Omelette': '1', 'Roasted Vegetables': '1', 'Soup': '1', 'Stew': '1', 'Bread': '1', 'Toast': '1', 'Burger': '1', 'Sandwich': '1', 'Sandwich Baguette': '1', 'PastaPan': '1', 'PastaPot': '1'}.
FoodType added with value Herb.
Build 41.69 Released on this version.

Code

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

Item

HerbRosemary.png Base.Rosemary
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Rosemary
	{
		DisplayName = Rosemary,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = HerbRosemary,
		EvolvedRecipe = Omelette:1;Roasted Vegetables:1;Soup:1;Stew:1;Bread:1;Toast:1;Burger:1;Sandwich:1;Sandwich Baguette:1;PastaPan:1;PastaPot:1,
		Spice = true,
		HungerChange = -1,
		Calories = 0.1,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = HerbRosemary_Ground,
		FoodType = Herb,
	}

See also