Berries

From PZwiki
Project ZomboidItemsFoodFruitBerries
Spiffo controlyourself.png
This page was last updated for an older version (41.68).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing rotten 3D model for BerryPoisonIvy
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Berries
Berries Model.png
BerriesGeneric2 Model.png
BerriesGeneric1 Model.png
BerriesGeneric2 Model.png
BerriesGeneric3 Model.png
BerriesGeneric4 Model.png
BerriesGeneric5 Model.png
BerriesWhite Model.png
BerriesRotten Model.png
BerriesGeneric2Rotten Model.png
BerriesGeneric1Rotten Model.png
BerriesGeneric2Rotten Model.png
BerriesGeneric3Rotten Model.png
BerriesGeneric4Rotten Model.png
BerriesGeneric5Rotten Model.png
Berries (Rotten)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
6 days
Days until rotten
10 days
Nutrition
HungerMoodle Icon Hungry.png
ThirstMoodle Icon Thirsty.png
-1
CaloriesCalories
CarbohydratesCarbohydrates
ProteinsProteins
FatFat
0
Effect
PoisonPoison
(?)
Technical
Item ID

A berries are a perishable food item which can come in 8 different variations.

Usage

Consumable properties

A berry can be eaten, providing the player with some positive effects, however these will become more negative the longer it's left to perish.

Fresh Stale Rotten
Berry1 Anim.gif
Hunger: -5
Berry1 Anim.gif
Hunger: -3
Boredom: +10
Unhappiness: +10
Berry1Rotten Anim.gif
Hunger: -2
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.
Fresh Stale Rotten
Berry2 Anim.gif
Hunger: -10
Berry2 Anim.gif
Hunger: -7
Boredom: +10
Unhappiness: +10
Berry2Rotten Anim.gif
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Nutrition

Berry Hunger Calories Carbohydrates Proteins
BerryBlue.png -10 23 5 4
BerryGeneric1.png -5 12 3 2
BerryGeneric2.png -10 23 5 4
BerryGeneric3.png -5 8 3 2
BerryGeneric4.png -10 23 5 4
BerryGeneric5.png -10 23 5 4
BerryPoisonIvy.png -5 23 5 4
BerryBlack.png -10 23 5 4

Crafting

Evolved recipes

Adding a "Poisonous Berry" as an ingredient, will make the product poisonous, even if the player can't determine if a berry is poisonous or not.

BerryGeneric1.pngBerryGeneric3.pngBerryPoisonIvy.png BerryBlue.pngBerryGeneric2.pngBerryGeneric4.pngBerryGeneric5.pngBerryBlack.png
Product Nutrition
Fruit Salad
Fruit Salad
5
Cake
Cake
5
Muffin
Muffin
5
Pancakes
Pancakes
5
Waffles
Waffles
5
Product Nutrition
Fruit Salad
Fruit Salad
10
Cake
Cake
10
Muffin
Muffin
10
Pancakes
Pancakes
10
Waffles
Waffles
10

Distribution

Berries will only spawn naturally inside fruit bushes, which spawn randomly throughout the world over time.

Foraging

Main article: Foraging

Poor hunger-reducing berries can be found at any level of foraging, while the superior berries will become available at level 2. When foraged, each variation of berry will stack under the same display name of "Berry". However, each variation of berry will count as a new and separate ingredient for bonuses in cakes.

Poison

Most foraged berries have a chance of being poisonous. The only way to determine if an unknown berry is poisonous in a given run is to have picked up the herbalist trait during character creation, or have read The Herbalist. This will change the display name to "Poisonous Berry" with a poisonous icon Poisonous Icon.

However, there are some exceptions. Blueberries and Blackberries are never poisonous, though they must be visually identified by the player through the sprite as they are otherwise identical to other "generic" berries. All seasonally exclusive berries are also predetermined: winter berry and beautyberry will never be poisonous, holly berry will always be poisonous.

Item IDs

Name Icon Item ID
Berries BerryBlack.png Base.BerryBlack
Berries BerryBlue.png Base.BerryBlue
Berries BerryGeneric1.png Base.BerryGeneric1
Berries BerryGeneric2.png Base.BerryGeneric2
Berries BerryGeneric3.png Base.BerryGeneric3
Berries BerryGeneric4.png Base.BerryGeneric4
Berries BerryGeneric5.png Base.BerryGeneric5
Berries BerryPoisonIvy.png Base.BerryPoisonIvy

Trivia

  • Despite the name in code and looks, the "posion ivy" berries are not always poisonous, similarly the "blue" and "black" berries can be poisonous as well.

Code

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

BerryBlack.png Base.BerryBlack
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BerryBlack
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryBlack,
		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 = BerryBlack,
		EvolvedRecipeName = Berry,
	}

BerryBlue.png Base.BerryBlue
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BerryBlue
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryBlue,
		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 = BerryBlue,
		EvolvedRecipeName = Berry,
	}

BerryGeneric1.png Base.BerryGeneric1
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BerryGeneric1
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryGeneric1,
		EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;Muffin:5;ConeIcecream:5;PieSweet:5;Oatmeal:5,
		FoodType = Berry,
		HerbalistType = Berry,
		OnEat = OnEat_WildFoodGeneric,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -5,
		ThirstChange = -1,
		Calories = 12,
		Carbohydrates = 3,
		Lipids = 0,
		Proteins = 2,
		CustomEatSound = EatingFruit,
		WorldStaticModel = BerryGeneric1,
		EvolvedRecipeName = Berry,
	}

BerryGeneric2.png Base.BerryGeneric2
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BerryGeneric2
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryGeneric2,
		EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10;ConeIcecream:5;PieSweet:10;Oatmeal:5,
		FoodType = Berry,
		HerbalistType = Berry,
		OnEat = OnEat_WildFoodGeneric,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -10,
		ThirstChange = -1,
		Calories = 23,
		Carbohydrates = 5,
		Lipids = 0,
		Proteins = 4,
		CustomEatSound = EatingFruit,
		WorldStaticModel = BerryGeneric2,
		EvolvedRecipeName = Berry,
	}

BerryGeneric3.png Base.BerryGeneric3
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BerryGeneric3
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryGeneric3,
		EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;Muffin:5;ConeIcecream:5;PieSweet:5;Oatmeal:5,
		FoodType = Berry,
		HerbalistType = Berry,
		OnEat = OnEat_WildFoodGeneric,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -5,
		ThirstChange = -1,
		Calories = 8,
		Carbohydrates = 3,
		Lipids = 0,
		Proteins = 2,
		CustomEatSound = EatingFruit,
		WorldStaticModel = BerryGeneric3,
		EvolvedRecipeName = Berry,
	}

BerryGeneric4.png Base.BerryGeneric4
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BerryGeneric4
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryGeneric4,
		EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10;ConeIcecream:5;PieSweet:10;Oatmeal:5,
		FoodType = Berry,
		HerbalistType = Berry,
		OnEat = OnEat_WildFoodGeneric,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -10,
		ThirstChange = -1,
		Calories = 23,
		Carbohydrates = 5,
		Lipids = 0,
		Proteins = 4,
		CustomEatSound = EatingFruit,
		WorldStaticModel = BerryGeneric4,
		EvolvedRecipeName = Berry,
	}

BerryGeneric5.png Base.BerryGeneric5
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BerryGeneric5
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryGeneric5,
		EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10;ConeIcecream:5;PieSweet:10;Oatmeal:5,
		FoodType = Berry,
		HerbalistType = Berry,
		OnEat = OnEat_WildFoodGeneric,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -10,
		ThirstChange = -1,
		Calories = 23,
		Carbohydrates = 5,
		Lipids = 0,
		Proteins = 4,
		CustomEatSound = EatingFruit,
		WorldStaticModel = BerryGeneric5,
		EvolvedRecipeName = Berry,
	}

BerryPoisonIvy.png Base.BerryPoisonIvy
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BerryPoisonIvy
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryPoisonIvy,
		EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;Muffin:5;ConeIcecream:5;PieSweet:5;Oatmeal:5,
		FoodType = Berry,
		HerbalistType = Berry,
		OnEat = OnEat_WildFoodGeneric,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -5,
		ThirstChange = -1,
		Calories = 23,
		Carbohydrates = 5,
		Lipids = 0,
		Proteins = 4,
		CustomEatSound = EatingFruit,
		WorldStaticModel = BerryWhite,
		EvolvedRecipeName = Berry,
	}

See also