Cabbage: Difference between revisions

From PZwiki
No edit summary
(Formatted page, added detail to Consumable section, added relevant ingame recipes,)
Line 3: Line 3:
|image = Cabbage.png
|image = Cabbage.png
|weight = 0.2
|weight = 0.2
|hunger = -10
|thirst = -15
}}
}}
== Cabbage ==
A perishable food item that goes bad as time passes, when outside of a powered [[refrigerator]]. Cabbages are often found within houses, inside of refrigerators, and in produce bins. Can be grown through [[Farming]] with [[Cabbage Seeds]]. Cabbages take two in-game days to go stale, and four in-game days to rot.
A perishable food item that goes bad as time passes, when outside of a powered [[refrigerator]]. Cabbages are often found within houses, inside of refrigerators, and in produce bins. Can be grown through [[Farming]] with [[Cabbage Seeds]]. Cabbages take two in-game days to go stale, and four in-game days to rot.


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Cabbage.png
|image = Cabbage.png
Line 23: Line 28:
|rotten image = Cabbage Rotten.png
|rotten image = Cabbage Rotten.png
}}
}}
 
|}
<br><br><br><br><br><br><br><br><br><br><br>
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2029}}
{{RecipeLookup|2030}}
{{RecipeLookup|2031}}
{{RecipeLookup|2045}}
{{RecipeLookup|2046}}
|}
== Farming ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5005}}
|}
== Code ==
== Code ==
  <nowiki>item Cabbage
  <nowiki>item Cabbage

Revision as of 18:32, 6 August 2015


Cabbage

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

Nutritional Information

Template:Consumables2












Crafting

Name Recipe Description Crafting Level




























































Farming

Name Recipe Description Crafting Level












Code

item Cabbage
	{
		Type				=		Food,
		DisplayName			=		Cabbage,
		Icon				=		Cabbage,
		Weight				=		0.2,
		HungerChange 		=		-10,
		ThirstChange		=		-15,
		DaysFresh 			=		2,
		DaysTotallyRotten 	=	 	4,
		EvolvedRecipe       =       Soup:10;Stew:10;Pie:10;Stir fry:10;Sandwich:5;Burger:10;Salad:10;Roasted Vegetables:10,
		FoodType    =   Vegetables,
	}

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables