Chicken

From PZwiki
Revision as of 23:17, 20 November 2014 by Demwilson (talk | contribs) (Completely redesigned the page so it was less bad; added evolved recipes section)


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 cooked only
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
10
Sandwich
Sandwich
5 cooked only
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