Chicken: Difference between revisions

From PZwiki
(Completely redesigned the page so it was less bad; added evolved recipes section)
(removed text from a template causing error text)
Line 52: Line 52:
== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|soup=15|stew=15|salad=10 cooked only|stirfry=15|roastedvegetables=10|sandwich=5 cooked only|burger=10|pie=10|cake=0}}
|soup=15|stew=15|salad=10|stirfry=15|roastedvegetables=10|sandwich=5|burger=10|pie=10|cake=0}}


== Code ==
== Code ==

Revision as of 00:25, 21 November 2014


A perishable food item generally found in a Refrigerator. It can cooked alone or used in various recipes.


Nutritional Information

Template:Consumables2

Crafting

Name Recipe Description Crafting Level












Evolved Recipes

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

Code

item Chicken
{
	HungerChange	=	-40,
	Weight	=	0.3,
	Type	=	Food,
	IsCookable	=	TRUE,
	DangerousUncooked	=	TRUE,
	DaysTotallyRotten	=	4,
	MinutesToBurn	=	60,
	DisplayName	=	Chicken,
	Icon	=	Chicken,
	DaysFresh	=	2,
	MinutesToCook	=	30,
	EvolvedRecipe = Soup:15;Stew:15;Pie:10;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10,
	FoodType    =   Meat,
}

See Also

Template:Navbox/Consumables