Berries

From PZwiki
Revision as of 10:53, 10 May 2018 by Vaileasys (talk | contribs) (fixed container links)
Page Updated @ Version: 39.45
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Berries   



Berries are a perishable food that can be found through foraging. The blackberry and blueberry variants can be found inside kitchen refrigerators or food markets. Berries take six in-game days to go stale, and ten in-game days to rot.

Foraging

Berries currently come in 8 different colors and variations, and more hunger-reducing berries become available at level 2 of the foraging skill. When foraged, each variation of berry will stack under the same display name of Berries. However, each variation of berry will count as a new and separate ingredient for bonuses in cakes.

As of Build 33 all foraged berries have a chance of being poisonous. The only way to tell if the berries are poisonous is to have picked up the botanist trait during character creation or have read The Herbalist magazine. This will change the display name to Poisonous Berry with a poisonous icon Poisonous Icon. Just like every other berry, poison ivy berries are not always poisonous.

Nutritional Information

All berries when fully consumed either provide -5 or -10 hunger and -1 thirst if fresh.

Its Nutritional Values are as follows:

Item Carbohydrates Proteins Lipids Calories
BerryBlack.png

Blackberry

5 4 0 23
BerryBlue.png

Blueberry

5 4 0 23
BerryGeneric1.png

Generic Berry 1

3 2 0 12
BerryGeneric2.png

Generic Berry 2

5 4 0 23
BerryGeneric3.png

Generic Berry 3

3 2 0 8
BerryGeneric4.png

Generic Berry 4

5 4 0 23
BerryGeneric5.png

Generic Berry 5

5 4 0 23
BerryPoisonIvy.png

Poison Ivy Berry

5 4 0 23

Crafting

Berries can be used as a cake ingredient.

Name Recipe Description













Evolved Recipes

Product Nutrition
Cake
Cake
5/-10


Code

Blackberry BerryBlack.png

item BerryBlack
	{
		HungerChange		= -10,
		Weight			= 0.1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Berries,
		Icon			= BerryBlack,
		DaysTotallyRotten	= 10,
        	DaysFresh		= 6,
        	EvolvedRecipe 		= Cake:10;FruitSalad:10,
        	FoodType    		= Fruits,
        	ThirstChange		= -1,
        	HerbalistType 		= Berry,
        	Carbohydrates 		= 5,
        	Proteins 		= 4,
        	Lipids 			= 0,
        	Calories 		= 23,
	}
 

Blueberry BerryBlue.png

item BerryBlue
	{
		HungerChange		= -10,
		Weight			= 0.1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Berries,
		Icon			= BerryBlue,
		DaysTotallyRotten	= 10,
        	DaysFresh		= 6,
        	EvolvedRecipe 		= Cake:10;FruitSalad:10,
        	FoodType    		= Fruits,
        	ThirstChange		= -1,
        	HerbalistType 		= Berry,
        	Carbohydrates 		= 5,
		Proteins 		= 4,
        	Lipids 			= 0,
        	Calories 		= 23,
	}
 

Generic Berry 1 BerryGeneric1.png

item BerryGeneric1
	{
		HungerChange		= -5,
		Weight			= 0.1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Berries,
		Icon			= BerryGeneric1,
		DaysTotallyRotten	= 10,
        	DaysFresh		= 6,
        	EvolvedRecipe 		= Cake:5;FruitSalad:5,
        	FoodType    		= Fruits,
        	ThirstChange		= -1,
        	HerbalistType 		= Berry,
        	Carbohydrates 		= 3,
		Proteins 		=2,
        	Lipids 			= 0,
        	Calories 		= 12,
	}
 

Generic Berry 2 BerryGeneric2.png

item BerryGeneric2
	{
		HungerChange		= -10,
		Weight			= 0.1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Berries,
		Icon			= BerryGeneric2,
		DaysTotallyRotten	= 10,
        	DaysFresh		= 6,
        	EvolvedRecipe 		= Cake:10;FruitSalad:10,
        	FoodType    		= Fruits,
        	ThirstChange		= -1,
        	HerbalistType 		= Berry,
        	Carbohydrates 		= 5,
		Proteins 		= 4,
        	Lipids 			= 0,
        	Calories 		= 23,
	}
 

Generic Berry 3 BerryGeneric3.png

item BerryGeneric3
	{
		HungerChange		= -5,
		Weight			= 0.1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Berries,
		Icon			= BerryGeneric3,
		DaysTotallyRotten	= 10,
        	DaysFresh		= 6,
        	EvolvedRecipe 		= Cake:5;FruitSalad:5,
        	FoodType    		= Fruits,
        	ThirstChange		= -1,
        	HerbalistType 		= Berry,
        	Carbohydrates 		= 3,
		Proteins 		=2,
        	Lipids 			= 0,
        	Calories 		= 8,
	}
 

Generic Berry 4 BerryGeneric4.png

item BerryGeneric4
	{
		HungerChange		= -10,
		Weight			= 0.1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Berries,
		Icon			= BerryGeneric4,
		DaysTotallyRotten	= 10,
        	DaysFresh		= 6,
        	EvolvedRecipe 		= Cake:10;FruitSalad:10,
        	FoodType    		= Fruits,
        	ThirstChange		= -1,
        	HerbalistType 		= Berry,
        	Carbohydrates 		= 5,
		Proteins 		= 4,
        	Lipids 			= 0,
        	Calories 		= 23,
	}

 

Generic Berry 5 BerryGeneric5.png

item BerryGeneric5
	{
		HungerChange		= -10,
		Weight			= 0.1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Berries,
		Icon			= BerryGeneric5,
		DaysTotallyRotten	= 10,
        	DaysFresh		= 6,
        	EvolvedRecipe 		= Cake:10;FruitSalad:10,
        	FoodType    		= Fruits,
        	ThirstChange		= -1,
        	HerbalistType 		= Berry,
        	Carbohydrates 		= 5,
		Proteins 		= 4,
        	Lipids 			= 0,
        	Calories 		= 23,
	}
 

Poison Ivy Berries BerryPoisonIvy.png

item BerryPoisonIvy
	{
		HungerChange		= -5,
		Weight			= 0.1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Berries,
		Icon			= BerryPoisonIvy,
        	EvolvedRecipe 		= Cake:5;FruitSalad:5,
        	FoodType    		= Fruits,
        	ThirstChange		= -1,
		DaysTotallyRotten	= 10,
        	DaysFresh		= 6,
        	HerbalistType 		= Berry,
        	Carbohydrates 		= 5,
		Proteins 		= 4,
        	Lipids 			= 0,
        	Calories 		= 23,
	}
	

Navigation Table

Template:Navbox/Consumables