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

Holly Berry

From PZwiki
Project ZomboidItemsFoodFruitHolly Berry
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Holly Berry
HollyBerries Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
6 days
Days until rotten
10 days
Nutrition
HungerUI Hunger.png
-10
ThirstUI Thristy.png
-1
CaloriesCalories
23
CarbohydratesCarbohydrates
5
ProteinsProteins
4
FatFat
0
Technical
Item ID
Base.HollyBerry

The holly berry is a unique, seasonally exclusive berry and perishable food item. The berry is characterized by its inherently poisonous attribute and its seasonal appearance, being available from September to March.

Usage

Consumable properties

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Holly Berry (Fresh) -10 - - -
Stale Holly Berry (Stale) -8 +10 +10 -
Rotten Holly Berry (Rotten) -4 +20 +20 100%

Crafting

Evolved recipes

Product Nutrition
FruitSalad.png
Fruit Salad
10
PieWhole.png
Pie (sweet)
10
Cake.png
Cake (crafted)
10
Muffintray Batter.png
Muffin (crafted)
10
PancakesFruit.png
Pancakes (crafted)
10
SafflesFruit.png
Waffles (crafted)
10
Oatmeal
Oatmeal
5
Ice Cream Cone
Ice Cream Cone
5

Location

The loot distributions can be found in the table(s) below.

HollyBerry 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-4 - DeepForest: 10
Farm: 10
FarmLand: 10
Forest: 10
Vegitation: 10
-10 - - - September to March May to July March to April

All berries can be found naturally within fruit bushes, which spawn randomly throughout the world over time.

Foraging

Main article: Foraging

Holly berries are only available September through March. When foraged, each variation of berry will stack under the same display name of "Berry."

Poison

All holly berries are inherently poisonous. Consumption of these berries, whether fresh or rotten, directly leads to the victim's death without proper first aid. Their use in any recipe also transfers this poisonous characteristic to the final dish, rendering it lethal.

History

Base.HollyBerry

Version Description
Build 41.72 EvolvedRecipe changed from {'Cake': '10', 'FruitSalad': '10', 'Pancakes': '10', 'Waffles': '10', 'Muffin': '10'} to {'Cake': '10', 'FruitSalad': '10', 'Pancakes': '10', 'Waffles': '10', 'Muffin': '10', 'ConeIcecream': '5', 'PieSweet': '10', 'Oatmeal': '5'}.
FoodType changed from Fruits to Berry.
Build 41.69 Released on this version.

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 HollyBerry
	{
		DisplayName = Holly Berry,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = HollyBerries,
		EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10;ConeIcecream:5;PieSweet:10;Oatmeal:5,
		FoodType = Berry,
		HerbalistType = Berry,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -10,
		ThirstChange = -1,
		Calories = 23,
		Carbohydrates = 5,
		Lipids = 0,
		Proteins = 4,
		CustomEatSound = EatingFruit,
		WorldStaticModel = HollyBerries_Ground,
	}

See also