Carrots

From PZwiki
Revision as of 18:24, 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 -> Carrots   


A perishable food item that goes bad as time passes. Carrots are often inside of refrigerators, kitchen cupboards, and in produce bins. Can be grown through farming with carrot seeds. Carrots take six in-game days to go stale, and eight in-game days to become rotten. They can be used in many recipes, which further increases its effectiveness.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 5.84
Proteins = 0.57
Lipids = 0.15
Calories = 25

Crafting

Carrots can be preserved for long periods using jars using the ingredients below.

Name Recipe Description













Evolved Recipes

Carrots can be used as recipe ingredients in many recipes.

Product Nutrition
Soup
Soup
8
Stew
Stew
8
Salad
Salad
8
Stir Fry
Stir Fry
8
Roasted Vegetables
Roasted Vegetables
8
Sandwich
Sandwich
8
Pie (savory)
Pie (savory)
8
Rice Pot/Saucepan
Rice Pot/Saucepan
8
Pasta Pot/Saucepan
Pasta Pot/Saucepan
8

Farming

Name Recipe Description Crafting Level












Trapping

Carrots can also be used in traps to capture rabbits.

Refer to trapping for further information

Code

	
	item Carrots
		HungerChange		= -8,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 8,
		DisplayName		= Carrots,
		Icon			= Carrots,
		DaysFresh		= 6,
		EvolvedRecipe 		= Soup:8;Stew:8;Pie:8;Stir fry:8;Sandwich:8;Salad:8;Roasted Vegetables:8;RicePot:8;RicePan:8;PastaPot:8;PastaPan:8,
		FoodType    		= Vegetables,
        	Carbohydrates 		= 5.84,
        	Proteins 		= 0.57,
        	Lipids 			= 0.15,
        	Calories 		= 25,

See Also

Template:Navbox/Consumables