Cherry

From PZwiki
Revision as of 19:25, 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 -> Cherry   


Cherries are a perishable food item that goes bad as time passes, when outside of a refrigerator. Cherries are often found within houses, inside of refrigerators, and in produce bins. Cherries take four in-game days to go stale, and nine days to rot.


Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 1.31
Proteins = 0.09
Lipids = 0
Calories = 5

Crafting

Name Recipe Description Crafting Level












Evolved Recipes

Product Nutrition
Cake
Cake
3

Code

	
    item Cherry
        Type			= Food,
        DisplayName		= Cherry,
        Icon			= Cherry,
        Weight			= 0.3,
        HungerChange 		= -3,
        DaysFresh 		= 4,
        DaysTotallyRotten 	= 9,
        EvolvedRecipe       	= Cake:3,
        FoodType            	= Fruits,
        Carbohydrates 		= 1.31,
        Proteins 		= 0.09,
        Lipids 			= 0,
        Calories 		= 5,

Template:Navbox/Consumables