Carrots: Difference between revisions

From PZwiki
mNo edit summary
Line 25: Line 25:


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
Carrots can be used as [[Recipe Ingredients]] in many recipes.
|-
! Name
! class="unsortable" | Recipe  
! class="unsortable" | Description
{{RecipeLookup|2005}}
{{RecipeLookup|2006}}
{{RecipeLookup|2007}}
|}


== Code ==
== Code ==

Revision as of 11:52, 5 March 2015


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 soup, which further increases its effectiveness.

Nutritional Information

Template:Consumables2

Crafting

Carrots can be used as Recipe ingredients in many recipes.

Code

item Carrots
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		Type	=	Food,
		DaysTotallyRotten	=	8,
		DisplayName	=	Carrots,
		Icon	=	Carrots,
		DaysFresh	=	6,
		EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5;Salad:10;Roasted Vegetables:15,
		FoodType    =   Vegetables,
	}

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables