Cherry

From PZwiki
Revision as of 13:54, 16 May 2019 by VaileasysBot (talk | contribs) (→‎See also: clean up, replaced: Berries → Berry)
Cherry
Cherry
Cherry (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 4 days
Days until rotten 9 days
Nutrition
Hunger
Hunger
-3
Thirst
Thirst
-1
Calories
Calories
5
Carbohydrates
Carbohydrates
1.31
Proteins
Proteins
0.09
Fat
Fat
0
Technical details
Item ID Base.Cherry

A cherry is a perishable food item.

Usage

Consumable properties

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

Crafting

Evolved recipes

Cherries are a cooking ingredient.

Product Nutrition
Fruit Salad
Fruit Salad
3
Cake
Cake
3

Distribution

Cherries are often found in refrigerators and grocery displays.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	item Cherry
		Type			= Food,
		DisplayName		= Cherry,
		Icon			= Cherry,
		Weight			= 0.3,
		HungerChange 		= -3,
		DaysFresh 		= 4,
		DaysTotallyRotten 	= 9,
		EvolvedRecipe       	= Cake:3,
		FoodType            	= Fruits,
		Carbohydrates 		= 1.31,
		Proteins 		= 0.09,
		Lipids 			= 0,
		Calories 		= 5,

See also

Template:Navbox/Consumables