Berry |
---|
 |
|
|
General |
---|
Category |
Food |
---|
Weight |
0.1 |
---|
Days until stale |
6 days |
---|
Days until rotten |
10 days |
---|
Nutrition |
---|
Hunger |
See Nutrition |
---|
Thirst |
-1 |
---|
Calories |
See Nutrition |
---|
Carbohydrates |
See Nutrition |
---|
Proteins |
See Nutrition |
---|
Fat |
0 |
---|
Effect |
---|
|
(?) |
---|
Technical details |
---|
Item ID |
See Item IDs |
A berry is 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
|
|
Hunger: -5
|
|
|
|
|
|
Hunger: -3
|
Boredom: +10
|
Unhappiness: +10
|
|
|
|
Hunger: -2
|
Boredom: +20
|
Unhappiness: +20
|
Dangerous, will cause sickness.
|
|
Fresh
|
Stale
|
Rotten
|
|
Hunger: -10
|
|
|
|
|
|
Hunger: -7
|
Boredom: +10
|
Unhappiness: +10
|
|
|
|
Hunger: -4
|
Boredom: +20
|
Unhappiness: +20
|
Dangerous, will cause sickness.
|
|
Nutrition
Berry
|
Hunger
|
Calories
|
Carbohydrates
|
Proteins
|
|
-10
|
23
|
5
|
4
|
|
-5
|
12
|
3
|
2
|
|
-10
|
23
|
5
|
4
|
|
-5
|
8
|
3
|
2
|
|
-10
|
23
|
5
|
4
|
|
-10
|
23
|
5
|
4
|
|
-5
|
23
|
5
|
4
|
|
-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.
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
All foraged berries have a chance of being poisonous. The only way to determine if a berry is poisonous 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
.
Item IDs
Name
|
Icon
|
Base ID
|
Berry
|
|
Base.BerryBlack
|
Berry
|
|
Base.BerryBlue
|
Berry
|
|
Base.BerryGeneric1
|
Berry
|
|
Base.BerryGeneric2
|
Berry
|
|
Base.BerryGeneric3
|
Berry
|
|
Base.BerryGeneric4
|
Berry
|
|
Base.BerryGeneric5
|
Berry
|
|
Base.BerryPoisonIvy
|
Gallery
Model for:
Model for:
Model for:
Model for:
Model for:
Model for:
Model for:
Model for:
Model for:
Model for:
Model for:
Model for:
Model for:
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Berry
item BerryBlack
{
DisplayCategory = Food,
HungerChange = -10,
Weight = 0.1,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Berries,
Icon = BerryBlack,
DaysTotallyRotten = 10,
DaysFresh = 6,
EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
FoodType = Fruits,
ThirstChange = -1,
HerbalistType = Berry,
Carbohydrates = 5,
Proteins = 4,
Lipids = 0,
Calories = 23,
WorldStaticModel = BerryBlack,
CustomEatSound = EatingFruit,
}
Berry
item BerryBlue
{
DisplayCategory = Food,
HungerChange = -10,
Weight = 0.1,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Berries,
Icon = BerryBlue,
DaysTotallyRotten = 10,
DaysFresh = 6,
EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
FoodType = Fruits,
ThirstChange = -1,
HerbalistType = Berry,
Carbohydrates = 5,
Proteins = 4,
Lipids = 0,
Calories = 23,
WorldStaticModel = BerryBlue,
CustomEatSound = EatingFruit,
}
Berry
item BerryGeneric1
{
DisplayCategory = Food,
HungerChange = -5,
Weight = 0.1,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Berries,
Icon = BerryGeneric1,
DaysTotallyRotten = 10,
DaysFresh = 6,
EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;Muffin:5,
FoodType = Fruits,
ThirstChange = -1,
HerbalistType = Berry,
Carbohydrates = 3,
Proteins = 2,
Lipids = 0,
Calories = 12,
CustomEatSound = EatingFruit,
WorldStaticModel = BerryGeneric1,
OnEat = OnEat_WildFoodGeneric,
}
Berry
item BerryGeneric2
{
DisplayCategory = Food,
HungerChange = -10,
Weight = 0.1,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Berries,
Icon = BerryGeneric2,
DaysTotallyRotten = 10,
DaysFresh = 6,
EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
FoodType = Fruits,
ThirstChange = -1,
HerbalistType = Berry,
Carbohydrates = 5,
Proteins = 4,
Lipids = 0,
Calories = 23,
CustomEatSound = EatingFruit,
WorldStaticModel = BerryGeneric2,
OnEat = OnEat_WildFoodGeneric,
}
Berry
item BerryGeneric3
{
DisplayCategory = Food,
HungerChange = -5,
Weight = 0.1,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Berries,
Icon = BerryGeneric3,
DaysTotallyRotten = 10,
DaysFresh = 6,
EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;Muffin:5,
FoodType = Fruits,
ThirstChange = -1,
HerbalistType = Berry,
Carbohydrates = 3,
Proteins = 2,
Lipids = 0,
Calories = 8,
CustomEatSound = EatingFruit,
WorldStaticModel = BerryGeneric3,
OnEat = OnEat_WildFoodGeneric,
}
Berry
item BerryGeneric4
{
DisplayCategory = Food,
HungerChange = -10,
Weight = 0.1,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Berries,
Icon = BerryGeneric4,
DaysTotallyRotten = 10,
DaysFresh = 6,
EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
FoodType = Fruits,
ThirstChange = -1,
HerbalistType = Berry,
Carbohydrates = 5,
Proteins = 4,
Lipids = 0,
Calories = 23,
CustomEatSound = EatingFruit,
WorldStaticModel = BerryGeneric4,
OnEat = OnEat_WildFoodGeneric,
}
Berry
item BerryGeneric5
{
DisplayCategory = Food,
HungerChange = -10,
Weight = 0.1,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Berries,
Icon = BerryGeneric5,
DaysTotallyRotten = 10,
DaysFresh = 6,
EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
FoodType = Fruits,
ThirstChange = -1,
HerbalistType = Berry,
Carbohydrates = 5,
Proteins = 4,
Lipids = 0,
Calories = 23,
CustomEatSound = EatingFruit,
WorldStaticModel = BerryGeneric5,
OnEat = OnEat_WildFoodGeneric,
}
Berry
item BerryPoisonIvy
{
DisplayCategory = Food,
HungerChange = -5,
Weight = 0.1,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Berries,
Icon = BerryPoisonIvy,
EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;Muffin:5,
FoodType = Fruits,
ThirstChange = -1,
DaysTotallyRotten = 10,
DaysFresh = 6,
HerbalistType = Berry,
Carbohydrates = 5,
Proteins = 4,
Lipids = 0,
Calories = 23,
CustomEatSound = EatingFruit,
WorldStaticModel = BerryWhite,
OnEat = OnEat_WildFoodGeneric,
}
See also