Mushrooms: Difference between revisions

From PZwiki
(Redesigned page + Navbar, + Description, +Nutrition table, + new code, +updated evolved + categories.)
m (Minor spelling edits.)
Line 9: Line 9:
|weight = 0.2  
|weight = 0.2  
}}
}}
Mushrooms are a [[Food#Perishable|perishable]] food found via [[Foraging|Foraging]]. It takes three in-day days for mushrooms to go stale, and four in-day days for them to rot.
Mushrooms are a [[Food#Perishable|perishable]] food found via [[Foraging|Foraging]]. It takes three in-game days for mushrooms to go stale, and four in-game days for them to rot.
<br><br>
<br><br>
You need to be at foraging level 4 to find mushrooms. As from the introduction of the Botanist Skill, mushrooms are randomly poisonous. Eating a poisonous mushroom can leave you very ill for a prolonged period and potentially can cause the character to <u>'''die'''</u>.
You need to be at foraging level 4 to find mushrooms. With the introduction of the Botanist Skill, mushrooms are randomly poisonous. Eating a poisonous mushroom can leave you very ill for a prolonged period and potentially can cause the character to <u>'''die'''</u>.
<br><br>
<br><br>
To detect if a mushroom is poisonous, the character needs to have the Botanist skillset, or have read the ''The Herbalist'' [[Recipe_Magazines|recipe magazine]].  
To detect if a mushroom is poisonous, the character needs to have the Botanist skillset, or have read the ''The Herbalist'' [[Recipe_Magazines|recipe magazine]].  

Revision as of 04:20, 30 January 2017


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

Mushrooms are a perishable food found via Foraging. It takes three in-game days for mushrooms to go stale, and four in-game days for them to rot.

You need to be at foraging level 4 to find mushrooms. With the introduction of the Botanist Skill, mushrooms are randomly poisonous. Eating a poisonous mushroom can leave you very ill for a prolonged period and potentially can cause the character to die.

To detect if a mushroom is poisonous, the character needs to have the Botanist skillset, or have read the The Herbalist recipe magazine.

Mushrooms (including the poisonous mushrooms) can be used as a recipe ingredient (see evolved recipes below). All mushroom varieties stack together and each variation of mushroom counts as a new and separate ingredient for bonuses in cooking.

Nutritional Information

It's Nutritional Values are as follows:

Item Carbohydrates Proteins Lipids Calories
MushroomGeneric1.png

Mushroom Generic 1

2.12 2.04 0.24 36
MushroomGeneric2.png

Mushroom Generic 2

2.12 2.04 0.24 36
MushroomGeneric3.png

Mushroom Generic 3

2.56 2.36 0.32 38
MushroomGeneric4.png

Mushroom Generic 4

2.12 2.04 0.24 36
MushroomGeneric5.png

Mushroom Generic 5

2.56 2.36 0.32 38
MushroomGeneric6.png

Mushroom Generic 6

2.12 2.04 0.24 36
MushroomGeneric7.png

Mushroom Generic 7

2.12 2.04 0.24 36

Evolved Recipes

Product Nutrition
Soup
Soup
13/-15
Stew
Stew
13/-15
Salad
Salad
13/-15
Stir Fry
Stir Fry
13/-15
Roasted Vegetables
Roasted Vegetables
13/-15
Sandwich
Sandwich
13/-15
Pie (savory)
Pie (savory)
13/-15
Rice Pot/Saucepan
Rice Pot/Saucepan
13/-15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
13/-15

Code

Mushroom Generic 1 MushroomGeneric1.png

	item MushroomGeneric1
		HungerChange		= -13,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Mushrooms,
		Icon			= MushroomGeneric1,
		EvolvedRecipe 		= Stir fry:13;Stew:13;Pie:13;Soup:13;Sandwich:13;Salad:13;Roasted Vegetables:13;RicePot:13;RicePan:13;PastaPot:13;PastaPan:13,
		FoodType    		= Vegetables,
		DaysFresh		= 3,
		DaysTotallyRotten	= 4,
        	HerbalistType 		= Mushroom,
        	Carbohydrates 		= 2.12,
        	Proteins 		= 2.04,
        	Lipids 			= 0.24,
        	Calories 		= 36,
 

Mushroom Generic 2 MushroomGeneric2.png

	item MushroomGeneric2
		HungerChange		= -13,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Mushrooms,
		Icon			= MushroomGeneric2,
        	EvolvedRecipe 		= Stir fry:13;Stew:13;Pie:13;Soup:13;Sandwich:13;Salad:13;Roasted Vegetables:13;RicePot:13;RicePan:13;PastaPot:13;PastaPan:13,
		FoodType    		= Vegetables,
		DaysFresh		= 3,
		DaysTotallyRotten	= 4,
        	HerbalistType 		= Mushroom,
        	Carbohydrates 		= 2.12,
        	Proteins 		= 2.04,
        	Lipids 			= 0.24,
        	Calories 		= 36,
 

Mushroom Generic 3 MushroomGeneric3.png

	item MushroomGeneric3
		HungerChange		= -15,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Mushrooms,
		Icon			= MushroomGeneric3,
        	EvolvedRecipe 		= Stir fry:15;Stew:15;Pie:15;Soup:15;Sandwich:15;Salad:15;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType    		= Vegetables,
		DaysFresh		= 3,
		DaysTotallyRotten	= 4,
        	HerbalistType 		= Mushroom,
        	Carbohydrates 		= 2.56,
        	Proteins 		= 2.36,
        	Lipids 			= 0.32,
        	Calories 		= 38,
 

Mushroom Generic 4 MushroomGeneric4.png

	item MushroomGeneric4
		HungerChange		= -13,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Mushrooms,
		Icon			= MushroomGeneric4,
        	EvolvedRecipe 		= Stir fry:13;Stew:13;Pie:13;Soup:13;Sandwich:13;Salad:13;Roasted Vegetables:13;RicePot:13;RicePan:13;PastaPot:13;PastaPan:13,
		FoodType    		= Vegetables,
		DaysFresh		= 3,
		DaysTotallyRotten	= 4,
        	HerbalistType 		= Mushroom,
        	Carbohydrates 		= 2.12,
        	Proteins 		= 2.04,
        	Lipids 			= 0.24,
        	Calories 		= 36,
 

Mushroom Generic 5 MushroomGeneric5.png

	item MushroomGeneric5
		HungerChange		= -15,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Mushrooms,
		Icon			= MushroomGeneric5,
        	EvolvedRecipe 		= Stir fry:15;Stew:15;Pie:15;Soup:15;Sandwich:15;Salad:15;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType    		= Vegetables,
		DaysFresh		= 3,
		DaysTotallyRotten	= 4,
        	HerbalistType 		= Mushroom,
        	Carbohydrates 		= 2.56,
        	Proteins 		= 2.36,
        	Lipids 			= 0.32,
        	Calories 		= 38,
 

Mushroom Generic 6 MushroomGeneric6.png

	item MushroomGeneric6

		HungerChange		= -13,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Mushrooms,
		Icon			= MushroomGeneric6,
        	EvolvedRecipe 		= Stir fry:13;Stew:13;Pie:13;Soup:13;Sandwich:13;Salad:13;Roasted Vegetables:13;RicePot:13;RicePan:13;PastaPot:13;PastaPan:13,
		FoodType    		= Vegetables,
		DaysFresh		= 3,
		DaysTotallyRotten	= 4,
        	HerbalistType 		= Mushroom,
        	Carbohydrates 		= 2.12,
        	Proteins 		= 2.04,
        	Lipids 			= 0.24,
        	Calories 		= 36,
 

Mushroom Generic 7 MushroomGeneric7.png

	item MushroomGeneric7

		HungerChange		= -13,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Mushrooms,
		Icon			= MushroomGeneric7,
        	EvolvedRecipe 		= Stir fry:13;Stew:13;Pie:13;Soup:13;Sandwich:13;Salad:13;Roasted Vegetables:13;RicePot:13;RicePan:13;PastaPot:13;PastaPan:13,
		FoodType    		= Vegetables,
		DaysFresh		= 3,
		DaysTotallyRotten	= 4,
        	HerbalistType 		= Mushroom,
        	Carbohydrates 		= 2.12,
        	Proteins 		= 2.04,
        	Lipids 			= 0.24,
        	Calories 		= 36,
	

History

Alpha
31.0 Rotting confirmed not a bug [Mushroom-Rot]
29.4 Mushrooms added in [Build 29.4]

Template:Navbox/Consumables