Winterberry

From PZwiki
(Redirected from Winterberry)
Project ZomboidItemsFoodFruitWinterberry
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Winterberry
Winterberries Model.png
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
-10
ThirstMoodle Icon Thirsty.png
-1
CaloriesCalories
23
CarbohydratesCarbohydrates
5
ProteinsProteins
4
FatFat
0
Technical
Item ID
Base.WinterBerry

A winterberry is a seasonally exclusive, non-poisonous variety of berry and a perishable food item.

Usage

Consumable properties

Winter berries 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
Winterberries.png
Hunger: -10
Winterberries.png
Hunger: -7
Boredom: +10
Unhappiness: +10
Winterberries.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Distribution

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

Foraging

Main article: Foraging

Winter berries are only available September through March. 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

Like blueberries, blackberries, and the fellow seasonal beautyberry, all winter berries are non-poisonous by default. The only way a player may become sickened when eating them is if they are rotten or added to an already poisonous or spoiled dish.

Crafting

Evolved recipes

Product Nutrition
Fruit Salad
Fruit Salad
10
Pie (sweet)
Pie (sweet)
10
Cake
Cake
10
Muffin
Muffin
10
Pancakes
Pancakes
10
Waffles
Waffles
10
Waffles
Oatmeal
5
Ice Cream Cone
Ice Cream Cone
5

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 WinterBerry
	{
		DisplayName = Winter Berry,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Winterberries,
		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 = WinterBerries_Ground,
	}

See also