Peach

From PZwiki
Revision as of 01:18, 30 June 2014 by LaDestitute (talk | contribs) (Created page with "{{languages}} {{Consumables |image = Peach.png |weight = 0.2 }} A perishable food item that goes bad as time passes. Peaches are often found inside of refrigerators, and i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


A perishable food item that goes bad as time passes. Peaches are often found inside of refrigerators, and in produce bins. Peaches takes five in-game days to go stale, and eight in-game days to rot.

Nutritional Information

Template:Consumables2

Code

item Peach
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DaysTotallyRotten	=	8,
		DisplayName	=	Peach,
		Icon	=	Peach,
		DaysFresh	=	5,
		EvolvedRecipe = Cake:8,
		FoodType    =   Fruits,
	}

Template:Navbox/Consumables