Strawberries: Difference between revisions

From PZwiki
(Formatted page, added farming section, Removed TOC.)
m (Added missing unhappiness/thirst value to consumable section, added evolved recipes, added version of page update)
Line 4: Line 4:
|image = Strawberries.png
|image = Strawberries.png
|weight = 0.01
|weight = 0.01
|hunger = -5
|thirst = -5
|unhappiness = -10
}}
}}
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.
Line 29: Line 32:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|cake=5}}
== Farming ==
== Farming ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 40: Line 46:
== Code ==
== Code ==
  <nowiki>item Strewberrie
  <nowiki>item Strewberrie
{
Type = Food,
Type = Food,
DisplayName = Strawberries,
DisplayName = Strawberries,
Icon = BerryStraw,
Icon = BerryStraw,
Weight = 0.01,
Weight = 0.01,
HungerChange = -5,
HungerChange = -5,
ThirstChange = -5,
ThirstChange = -5,
UnhappyChange = -10,
UnhappyChange = -10,
DaysFresh = 2,
DaysFresh = 2,
DaysTotallyRotten = 5,
DaysTotallyRotten = 5,
EvolvedRecipe = Cake:5,
EvolvedRecipe = Cake:5,
FoodType   =   Fruits,
FoodType   = Fruits,
}</nowiki>
</nowiki>


== History ==
== History ==
Line 70: Line 76:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 2.9.9.17]]
[[Category:Version 32.20]]

Revision as of 19:08, 12 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












Evolved Recipes

Product Nutrition
Cake
Cake
5

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