Berries: Difference between revisions

From PZwiki
m (fixed container links)
m (Corrected Navbar from old prototype format to new template format. Removed old categories (now implemented in automatic navbar code), assumed code is current (page up to date at ver 39.45). Corrected Evolved Recipes to correspond with info.)
Line 1: Line 1:
{{languages|Berries}}
{{languages|Berries}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Food|Perishable Food|type=Food|version=Version 39|incver=45}}{{Consumables
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 39.45'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = BerriesAnim_120px.gif
|image = BerriesAnim_120px.gif
|hunger = -5/-10
|hunger = -5/-10
|thirst = -1
|thirst = -1
|weight = 0.1
|weight = 0.1
}}
}}[[Berries]] are a [[Food#Perishable|perishable]] food that can be found through [[Foraging|foraging]]. The blackberry and blueberry variants can be found inside kitchen [[Containers#Refrigerators|refrigerators]] or [[Food Market|food markets]]. Berries take six in-game days to go stale, and ten in-game days to rot.
<br><br>
<br><br>
[[Berries]] are a [[Food#Perishable|perishable]] food that can be found through [[Foraging|foraging]]. The blackberry and blueberry variants can be found inside kitchen [[Containers#Refrigerators|refrigerators]] or [[Food Market|food markets]]. Berries take six in-game days to go stale, and ten in-game days to rot.
__TOC__
__TOC__
== Foraging ==
== Foraging ==
Line 98: Line 94:
{{RecipeLookup|2041}}
{{RecipeLookup|2041}}
|}
|}


== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|cake=5/-10|}}
|cake=5/-10|fruitsalad=5/-10}}
 


== Code ==
== Code ==
Line 109: Line 103:
  <nowiki>
  <nowiki>
item BerryBlack
item BerryBlack
{
HungerChange = -10,
HungerChange = -10,
Weight = 0.1,
Weight = 0.1,
Line 126: Line 119:
         Lipids = 0,
         Lipids = 0,
         Calories = 23,
         Calories = 23,
}
  </nowiki>
  </nowiki>
''Blueberry'' [[File:BerryBlue.png|32px]]
''Blueberry'' [[File:BerryBlue.png|32px]]
  <nowiki>
  <nowiki>
item BerryBlue
item BerryBlue
{
HungerChange = -10,
HungerChange = -10,
Weight = 0.1,
Weight = 0.1,
Line 148: Line 139:
         Lipids = 0,
         Lipids = 0,
         Calories = 23,
         Calories = 23,
}
  </nowiki>
  </nowiki>
''Generic Berry 1'' [[File:BerryGeneric1.png|32px]]
''Generic Berry 1'' [[File:BerryGeneric1.png|32px]]
  <nowiki>
  <nowiki>
item BerryGeneric1
item BerryGeneric1
{
HungerChange = -5,
HungerChange = -5,
Weight = 0.1,
Weight = 0.1,
Line 170: Line 159:
         Lipids = 0,
         Lipids = 0,
         Calories = 12,
         Calories = 12,
}
  </nowiki>
  </nowiki>
''Generic Berry 2'' [[File:BerryGeneric2.png|32px]]
''Generic Berry 2'' [[File:BerryGeneric2.png|32px]]
  <nowiki>
  <nowiki>
item BerryGeneric2
item BerryGeneric2
{
HungerChange = -10,
HungerChange = -10,
Weight = 0.1,
Weight = 0.1,
Line 192: Line 179:
         Lipids = 0,
         Lipids = 0,
         Calories = 23,
         Calories = 23,
}
  </nowiki>
  </nowiki>
''Generic Berry 3'' [[File:BerryGeneric3.png|32px]]
''Generic Berry 3'' [[File:BerryGeneric3.png|32px]]
  <nowiki>
  <nowiki>
item BerryGeneric3
item BerryGeneric3
{
HungerChange = -5,
HungerChange = -5,
Weight = 0.1,
Weight = 0.1,
Line 214: Line 199:
         Lipids = 0,
         Lipids = 0,
         Calories = 8,
         Calories = 8,
}
  </nowiki>
  </nowiki>
''Generic Berry 4'' [[File:BerryGeneric4.png|32px]]
''Generic Berry 4'' [[File:BerryGeneric4.png|32px]]
  <nowiki>
  <nowiki>
item BerryGeneric4
item BerryGeneric4
{
HungerChange = -10,
HungerChange = -10,
Weight = 0.1,
Weight = 0.1,
Line 236: Line 219:
         Lipids = 0,
         Lipids = 0,
         Calories = 23,
         Calories = 23,
}
  </nowiki>
  </nowiki>
''Generic Berry 5'' [[File:BerryGeneric5.png|32px]]
''Generic Berry 5'' [[File:BerryGeneric5.png|32px]]
  <nowiki>
  <nowiki>
item BerryGeneric5
item BerryGeneric5
{
HungerChange = -10,
HungerChange = -10,
Weight = 0.1,
Weight = 0.1,
Line 259: Line 239:
         Lipids = 0,
         Lipids = 0,
         Calories = 23,
         Calories = 23,
}
  </nowiki>
  </nowiki>
''Poison Ivy Berries'' [[File:BerryPoisonIvy.png]]
''Poison Ivy Berries'' [[File:BerryPoisonIvy.png]]
  <nowiki>
  <nowiki>
item BerryPoisonIvy
item BerryPoisonIvy
{
HungerChange = -5,
HungerChange = -5,
Weight = 0.1,
Weight = 0.1,
Line 281: Line 259:
         Lipids = 0,
         Lipids = 0,
         Calories = 23,
         Calories = 23,
}
</nowiki>
</nowiki>
== Navigation Table==
== Navigation Table==
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 23:51, 12 June 2018

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
Fruit Salad
Fruit Salad
5/-10
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