Berries

From PZwiki
Revision as of 20:37, 2 September 2016 by MalonyJenkins (talk | contribs) (Due to length of document, reintroduced TOC, and added stop point at navigation table.)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Berries   



Berries are a perishable food that are found through Foraging. Berries take six in-game days to go stale, and ten in-game days to rot.

Berries come in different colors and variations, and more hunger-reducing berries become available as foraging level increases. Can be used for Cake Filling.

While variations of berries stack together, each variation of "Berry" counts as a new and separate ingredient for bonuses in Cakes.


All berries have a random chance of being poisonous. The only way to be able to tell if the berries collected are poisonous is to have the botanist skill or have read The Herbalist recipe magazine. Poison Ivy berries are not always poisonous. Unlike in previous versions where every berry was poisonous, only some are now.

Nutritional Information

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

It's Nutritional Values are as follows:

Item Carbohydrates Proteins Lipids Calories
Blackberries.png

Blackberry

5 4 0 70
Blueberries.png

Blueberry

5 4 0 70
Berries red.png

Generic Berry 1

3 2 0 60
Berries blue.png

Generic Berry 2

5 4 0 70
File:Berries yellow.png

Generic Berry 3

3 2 0 50
File:Berries orange.png

Generic Berry 4

5 4 0 70
File:Berries purple.png

Generic Berry 5

5 4 0 70
File:POISONBerries.png

Poison Ivy Berry

5 4 0 70

Crafting

Berries can be used as a cake ingredient.

Name Recipe Description













Evolved Recipes

Product Nutrition
Cake
Cake
5/-10


Code

Blackberry Blackberries.png

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

Blueberry Blueberries.png

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

Generic Berry 1 Berries red.png

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

Generic Berry 2 Berries blue.png

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

Generic Berry 3 File:Berries yellow.png

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

Generic Berry 4 File:Berries orange.png


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

 

Generic Berry 5 File:Berries purple.png

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

Poison Ivy Berries File:POISONBerries.png

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

Navigation Table

Template:Navbox/Consumables