Broccoli: Difference between revisions

From PZwiki
mNo edit summary
(Formatted page, adjusted consumable detail, minor summary adjustment, added recipes, added farming section)
Line 3: Line 3:
|image = Broccoli.png
|image = Broccoli.png
|weight = 0.2
|weight = 0.2
|hunger = -15
}}
}}
A perishable food item that goes bad as time passes, when outside of a [[refrigerator]]. Broccoli is often found within houses, inside of refrigerators, and in produce bins. Can be grown through [[Farming]] with [[Broccoli Seeds]]. Broccoli take four in-game days to go stale, and six in-game days to rot.
== Broccoli ==
 
A perishable food item that goes bad as time passes, when outside of a powered [[refrigerator]]. Broccoli is often found within houses, inside of refrigerators, and in produce bins. Can be grown through [[Farming]] with [[Broccoli Seeds]]. Broccoli take four in-game days to go stale, and six in-game days to rot.


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Broccoli.png
|image = Broccoli.png
Line 23: Line 28:
|rotten image = RottenBroccoli.png
|rotten image = RottenBroccoli.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Crafting ==


== Crafting ==
Carrots can be used as [[Recipe Ingredients]] in many recipes.
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2029}}
{{RecipeLookup|2030}}
{{RecipeLookup|2031}}
{{RecipeLookup|2045}}
{{RecipeLookup|2046}}
|}
== Farming ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 30: Line 50:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|2001}}
! Crafting Level
{{RecipeLookup|2005}}
{{RecipeLookup|5003}}
{{RecipeLookup|2006}}
{{RecipeLookup|2007}}
|}
|}
== Code ==
== Code ==
  <nowiki>item Broccoli
  <nowiki>item Broccoli

Revision as of 18:50, 6 August 2015


Broccoli

A perishable food item that goes bad as time passes, when outside of a powered refrigerator. Broccoli is often found within houses, inside of refrigerators, and in produce bins. Can be grown through Farming with Broccoli Seeds. Broccoli take four in-game days to go stale, and six in-game days to rot.

Nutritional Information

Template:Consumables2












Crafting

Carrots can be used as Recipe ingredients in many recipes.

Name Recipe Description




























































Farming

Name Recipe Description Crafting Level












Code

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

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables