Cherry: Difference between revisions

From PZwiki
mNo edit summary
Line 5: Line 5:
|name_text_colour=Food
|name_text_colour=Food
|image=Cherry_120px.png
|image=Cherry_120px.png
|alternate_image=CherryRotten.png
|alternate_link=
|alternate_name=Cherry (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food

Revision as of 11:50, 20 August 2018

Template:Infobox foodA 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