Strawberries

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


A perishable food item that goes bad as time passes. Strawberries are often inside of refrigerators, and in produce bins. Can be grown through Farming with Strawberry Seeds. Strawberries take two in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2

Code

item Strewberrie
	{
		Type				=		Food,
		DisplayName			=		Strawberries,
		Icon				=		BerryStraw,
		Weight				=		0.01,
		HungerChange 		=		-5,
		ThirstChange		=		-5,
		UnhappyChange 		= 		-10,
		DaysFresh 			=		2,
		DaysTotallyRotten 	=	 	5,
		EvolvedRecipe = Cake:5,
		FoodType    =   Fruits,
	}

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables