Strawberries: Difference between revisions

From PZwiki
(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,...")
 
No edit summary
Line 2: Line 2:
{{Consumables
{{Consumables
|image = Strawberries.png
|image = Strawberries.png
|weight = 0.2
|weight = 0.01
}}
}}
A perishable food item that goes bad as time passes. Strawberries are often inside of [[refrigerator]]s, 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.
A perishable food item that goes bad as time passes. Strawberries are often inside of [[refrigerator]]s, 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.

Revision as of 23:50, 29 June 2014


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