Rose Hips

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

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

Usage

Rose hips 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

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

Product Nutrition
Soup
Soup
6
Salad
Salad
3
Fruit Salad
Fruit Salad
3
Beverage
Beverage
2
Bread
Bread
6

Distribution

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

Foraging

Main article: Foraging

Rose hips are a wild plant that can be found at foraging level 4 in groups of 3-6. They can be found all year round, however at varying yields.

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 Available
February Available
March Available
April Available
May Scarce
June Scarce
July Available
August Available
September Plentiful
October Plentiful
November Plentiful
December Available
Weather distribution
Weather Bonus
Raining 20%
Has Rained 0%
Snowing -100%
Day 0%
Night 0%

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 Rosehips
	{
		DisplayName = Rosehips,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Rosehips,
		EvolvedRecipe = HotDrink:2;HotDrinkRed:2;HotDrinkWhite:2;HotDrinkSpiffo:2;HotDrinkTea:2;Salad:3;FruitSalad:3;Soup:6;PieSweet:6;Bread:6,
		Spice = true,
		FoodType = Berry,
		HungerChange = -6,
		Calories = 81,
		Carbohydrates = 19,
		Lipids = 0,
		Proteins = 2,
		WorldStaticModel = RoseHips,
		EvolvedRecipeName = Rosehip,
		Tags = HerbalTea,
	}

See also