Strawberries: Difference between revisions

From PZwiki
m (Noted Strawberries didnt have connection in languages.)
(Redesigned page, +Nav Bar, Reworked description, changed nutrition info, added nutrition values, confirmed evolved, +new info, + categories.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Strawberries}}
{{languages|Strawberries}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Strawberries|Strawberries]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Strawberries.png
|image = Strawberries.png
Line 8: Line 11:
|unhappiness = -10
|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.
Strawberries are a [[Food#Perishable|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|farming]] with [[Strawberry Seeds]]. Strawberries take two in-game days to go stale, and five in-game days to become rotten.  


== Nutritional Information ==
== Nutritional Information ==
Line 20: Line 23:
|unrotten hunger = -3
|unrotten hunger = -3
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +0
|unrotten thirst = -5
|unrotten thirst = -5
|unrotten image = Strawberry.png
|unrotten image = Strawberry.png
|rotten hunger = -2
|rotten hunger = -2
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +10
|rotten thirst = -5
|rotten thirst = -5
|perishable = 1
|perishable = 1
Line 31: Line 34:
}}
}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
 
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0.92 <br>
Proteins = 0.08 <br>
Lipids = 0.04 <br>
Calories = 4 <br><br>
 
== Crafting ==
 
Strawberries can be used an [[Recipe Ingredients|cake ingredient]].
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2041}}
|}
 
 
== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|cake=5}}
|cake=5|}}
 
== Farming ==
== Farming ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 44: Line 67:
{{RecipeLookup|5011}}
{{RecipeLookup|5011}}
|}
|}
== 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.1,
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>
        Carbohydrates = 0.92,
        Proteins = 0.08,
        Lipids = 0.04,
        Calories = 4,
</nowiki>


== History ==
== History ==
Line 71: Line 99:
==See Also==
==See Also==
* [[Farming]]
* [[Farming]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 32.20]]
[[Category:Version 34.28]]

Revision as of 17:21, 13 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Strawberries   

Strawberries are 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 become rotten.

Nutritional Information

Template:Consumables2













It's Nutritional Values are as follows:
Carbohydrates = 0.92
Proteins = 0.08
Lipids = 0.04
Calories = 4

Crafting

Strawberries can be used an cake ingredient.

Name Recipe Description













Evolved Recipes

Product Nutrition
Cake
Cake
5

Farming

Name Recipe Description Crafting Level












Code

	
    item Strewberrie
		Type			= Food,
		DisplayName		= Strawberries,
		Icon			= BerryStraw,
		Weight			= 0.1,
		HungerChange 		= -5,
		ThirstChange		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 2,
		DaysTotallyRotten 	= 5,
		EvolvedRecipe 		= Cake:5,
		FoodType    		= Fruits,
        	Carbohydrates 		= 0.92,
        	Proteins 		= 0.08,
        	Lipids 			= 0.04,
        	Calories 		= 4,

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables