Berry

From PZwiki
(Redirected from Berry)
Jump to navigation Jump to search
PZwiki:Language policy Language:

English • русский

Navigation: Main>Project Zomboid>Items>Food>Perishable Food>Fruit>BerryPage updated: Version 41.68
Berry
Berry
Berry Berry Berry Berry Berry Berry Berry Berry
Berry (Rotten) Berry (Rotten) Berry (Rotten) Berry (Rotten) Berry (Rotten) Berry (Rotten) Berry (Rotten) Berry (Rotten)
General
Category Food
Weight
Heavy Load
0.1
Days until stale 6 days
Days until rotten 10 days
Nutrition
Hunger
Hunger
See Nutrition
Thirst
Thirst
-1
Calories
Calories
See Nutrition
Carbohydrates
Carbohydrates
See Nutrition
Proteins
Proteins
See Nutrition
Fat
Fat
0
Effect
Poison
SkullPoison.png
(?)
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
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 Beauty Berry will never be poisonous, Holly Berry will always be poisonous.

Item IDs

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

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Berry BerryBlue.png

Retrieved: Build 41.68

    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 BerryBlack.png

Retrieved: Build 41.68

	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 BerryGeneric1.png

Retrieved: Build 41.68

	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 BerryGeneric2.png

Retrieved: Build 41.68

	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 BerryGeneric3.png

Retrieved: Build 41.68

	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 BerryGeneric4.png

Retrieved: Build 41.68

	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 BerryGeneric5.png

Retrieved: Build 41.68

	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 BerryPoisonIvy.png

Retrieved: Build 41.68

	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


Food vde
Liquid

Beer BottleBeer CanBleachBottle with Water (bleach)BourbonBowl of WaterBucket of WaterCooking Pot with WaterGardening Spray Can (Full)Kettle of WaterJuice BoxMilkMug of WaterOrange SodaPlastic Cup of WaterPopRed WineSaucepan with WaterWater BottleWater Bottle (Beer)Water Bottle (Bourbon)Water Bottle (Mayonnaise)Water Bottle (Orange Soda)Water Bottle (Remoulade)Water Bottle (White Wine)Watering Can (Full)White Wine

Canned/pickled

Canned BeansCanned CarrotsCanned ChiliCanned Evaporated MilkCanned CornCanned Corned BeefCanned Fruit BeverageCanned Fruit CocktailCanned Mushroom SoupCanned PeachesCanned PeasCanned PineappleCanned PotatoCanned SardinesCanned Vegetable SoupCanned Spaghetti BologneseCanned TomatoCanned TunaDog FoodJar of Bell PeppersJar of BroccoliJar of CabbageJar of CarrotsJar of EggplantsJar of LeeksJar of PotatoesJar of RadishesJar of Tomatoes

Meats & fishes

BaconBacon BitsBacon StripsBaloneyBaloney SlicesBassBeef JerkyCatfishChickenChicken FootCrappieCrayfishEggFish FilletFish RoeFrog MeatHamHam SliceLittle Bait FishLobsterMeat PattyGround BeefMutton ChopOystersPepperoniPerchPikePork ChopRabbit MeatRodent MeatSalamiSalami SlicesSalmonSausageShrimpSmall Bird MeatSquidSquid CalamariSteakSunfishTrout

Vegetables & fruits

AppleAvocadoBananaBell PepperBerryBlack BeansBroccoliCabbageCarrotsCherryCornDaikonDried Black BeansDried Chick PeasDried Kidney BeansDried LentilsDried Split PeasDried White BeansEdamameEggplantGrapefruitGrapesHabaneroJalapenoLeekLemonLimeLettuceMangoMixed VegetablesMushroomOnionOnion SlicesOrangePackaged CornPeasPeachPearPicklesPineapplePotatoPumpkinRadishSeaweedStrawberriesTofuTomatoWatermelonWatermelon ChunksWatermelon SliceZucchini

Foraged

BasilBlack SageChivesCilantroCommon MallowGinger RootGinsengGrape LeavesLemongrassNettlesOreganoParsleyRose HipsRosemarySageThistlesThymeVioletsWild EggsWild Garlic

Animals & insects

Caterpillar (American Lady CaterpillarBanded Wooly Bear CaterpillarMonarch CaterpillarSilk Moth CaterpillarSwallowtail Caterpillar) • CentipedeCockroachCricketDead BirdDead MouseDead RabbitDead RatDead SquirrelFrogGrasshopperMaggotsMillipedePillbugSawfly LarvaSlugSnailTermiteWorm

Grains & sweets

AllsortsBagelBaguetteBiscuitBlack LicoriceBreadBread SlicesCandied Fruit SlicesCandy CaneCandy CornCandy PackageCarrot Cake SliceCheese Cake SliceChipsChoco CakesChocolateChocolate BreadChocolate Cake SliceChocolate ChipsChocolate CookieChocolate-Covered Coffee BeansChocolate DoughnutChocolate Chip CookieCornbreadCrackersCroissantCupcakeDoughnutDry Ramen NoodlesFrosted DoughnutFruit MuffinGummy BearsGummy WormsGraham CrackersGranola BarHard CandiesHi HisIce CreamIcingInstant PopcornJelly DoughnutJellybeansJujubesLollipopMarshmallowsMint CandyModjeskaOatmeal CookiePeppermintPlonkiesRed LicoriceRed Velvet Cake SliceRice PaperRock CandyShortbread CookieSmoreSno GlobesStrawberry Cake SliceSugar CookieToastTortilla ChipsQuagga Cakes

Miscellaneous

CheeseChicken NuggetsCinnamon RollCorndogDehydrated Meat StickEgg SushiFried ChickenFried FishFried OystersFried TofuFriesGuacamoleGumHot DogMac and CheeseMeat DumplingMeat Steam BunNoodle SoupOnigiriPeanut Butter SandwichPeanutsPerogiesPoached EggPotato PancakesProcessed CheeseRefried BeansRemouladeScrambled EggsShrimp DumplingSpring RollSunflower SeedsTV DinnerYogurt

Condiments & spices

Bouillon CubeBrown SugarGinger PickledGravyHoneyHot SauceKetchupMaple SyrupMargarineMarinaraMayonnaiseMustardOlive OilPeanut ButterPepperRice VinegarSaltSoy SauceSugarSugar PacketTomato PasteVegetable OilWasabi

Cooking ingredients

Baking SodaButterCan of OatsCerealCocoa PowderCoffeeConeCorn FlourCornmealFlourFruit JamGravy MixLardMarmaladePancake MixPastaRiceTaco ShellTea BagTortillaVinegarYeast

Prepared/cooked

Bowl of BeansBowl of CerealBowl of OatmealBread DoughCake BatterCake SliceCake PreparationCheese SandwichFish SushiFried Onion RingsFried ShrimpJack-o'-lanternMakiMuffin Baking TrayPie DoughPie PreparationPie SlicePizza SlicePot of SoupPumpkin Pie Slice

Evolved recipes

BeverageBurgerBurritoCakeIce Cream ConeMuffinOmelettePancakesPastaPiePizzaRiceRoasted VegetablesSaladFruit SaladSandwichSoupStewStir FryTacoWaffles

Removed

Boring Bowl of SoupBoring SaladBoring SoupBowl of Ramen NoodlesBroccoli Chicken CasseroleComplex Bowl of SoupComplicated SoupHearty Bowl of SoupHearty SoupSimple Bowl of SoupSimple SaladSimple SoupTasty Bowl of SoupTasty SaladTasty SoupWhiskey Bottle (Half)Hot CuppaCold CuppaHot Teacup