Strawberries

From PZwiki
Revision as of 19:40, 29 August 2016 by MalonyJenkins (talk | contribs) (Update of NavBar.)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> 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