Cabbage: Difference between revisions

From PZwiki
(Formatted page, added detail to Consumable section, added relevant ingame recipes,)
(Removed TOC, added trapping linkage, switched out recipe linkage for evolved recipes (made complete))
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
Line 30: Line 31:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
== Crafting ==
== Evolved Recipes ==
{| class="wikitable sortable" style="text-align:center;"
{{EvolvedRecipesForItem
|-
|soup=10|stew=10|pie=10|stirfry=10|sandwich=5|burger=10|salad=10|roastedvegetables=10}}
! Name
 
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2029}}
{{RecipeLookup|2030}}
{{RecipeLookup|2031}}
{{RecipeLookup|2045}}
{{RecipeLookup|2046}}
|}
== Farming ==
== Farming ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 52: Line 44:
{{RecipeLookup|5005}}
{{RecipeLookup|5005}}
|}
|}
<br>
== Trapping ==
Apples can also be used in [[Trapping|traps]] to capture [[Dead_Rabbit|rabbits]].
Refer to [[Trapping|trapping]] for further information.
<br>
== Code ==
== Code ==
  <nowiki>item Cabbage
  <nowiki>item Cabbage
Line 78: Line 77:
==See Also==
==See Also==
* [[Farming]]
* [[Farming]]
* [[Trapping]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 22:52, 7 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












Evolved Recipes

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Sandwich
Sandwich
5
Burger
Burger
10
Pie (savory)
Pie (savory)
10

Farming

Name Recipe Description Crafting Level













Trapping

Apples can also be used in traps to capture rabbits.

Refer to trapping for further information.

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