Strawberries: Difference between revisions

From PZwiki
No edit summary
(Formatted page, added farming section, Removed TOC.)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
Line 7: Line 8:


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Strawberries.png
|image = Strawberries.png
Line 24: Line 27:
|rotten image = Strawberries rotten.png
|rotten image = Strawberries rotten.png
}}
}}
 
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Farming ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5011}}
|}
== Code ==
== Code ==
  <nowiki>item Strewberrie
  <nowiki>item Strewberrie

Revision as of 19:37, 6 August 2015


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












Farming

Name Recipe Description Crafting Level












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