Peas

From PZwiki
Revision as of 11:12, 18 August 2018 by Vaileasys (talk | contribs) (New infobox + new layout)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Peas
Peas
General
Category Food
Encumbrance
Heavy Load
0.6
Days until stale 3 days
Days until rotten 5 days
Packaged True
Nutrition
Hunger
Hunger
-20
Thirst
Thirst
-5
Calories
Calories
119
Carbohydrates
Carbohydrates
20.45
Proteins
Proteins
7.95
Fat
Fat
0.85
Technical details
Item ID Base.Peas

Peas are a perishable food item.

Usage

Consumable properties

Peas can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Evolved Recipes

Peas are a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10

Distribution

Peas are often found in refrigerators and grocery displays.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Peas
		HungerChange		= -20,
		Weight			= 0.6,
		Type			= Food,
		DaysTotallyRotten	= 5,
		DisplayName		= Peas,
		Icon			= Peas,
		DaysFresh		= 3,
		EvolvedRecipe 		= Soup:10;Stew:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10,
		FoodType    		= Vegetables,
        	Carbohydrates 		= 20.45,
        	Proteins 		= 7.95,
        	Lipids 			= 0.85,
        	Calories 		= 119,
        	Packaged 		= TRUE,

Template:Navbox/Consumables