Chicken: Difference between revisions

From PZwiki
(removed text from a template causing error text)
(Moved Nutritional page to left, adjusted summary to reflect info, + NOTOC, - Bread Link, + Recipe Ingredient Page)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Chicken.png
|image = Chicken.png
Line 6: Line 6:
|weight = 0.5
|weight = 0.5
}}
}}
A perishable food item generally found in a [[containers#Refrigerator|Refrigerator]]. It can cooked alone or used in various recipes.
A perishable food item generally found in a [[containers#Refrigerator|Refrigerator]]. Chicken takes two in-game days to go stale, and four ingame days to rot. It can cooked alone or used in various recipes.
 


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Chicken.png
|image = Chicken.png
Line 39: Line 40:
|cooked image = Chicken Cooked.png
|cooked image = Chicken Cooked.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>


== Crafting ==
== Crafting ==
Line 51: Line 54:


== Evolved Recipes ==
== Evolved Recipes ==
'''Note: Chicken must be pre-cooked to be used in a sandwich or salad.'''
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|soup=15|stew=15|salad=10|stirfry=15|roastedvegetables=10|sandwich=5|burger=10|pie=10|cake=0}}
|soup=15|stew=15|salad=10|stirfry=15|roastedvegetables=10|sandwich=5|burger=10|pie=10|cake=0}}
Line 56: Line 61:
== Code ==
== Code ==
  <nowiki>item Chicken
  <nowiki>item Chicken
{
HungerChange = -40,
HungerChange = -40,
Weight = 0.3,
Weight = 0.3,
Type = Food,
Type = Food,
IsCookable = TRUE,
IsCookable = TRUE,
DangerousUncooked = TRUE,
DangerousUncooked = TRUE,
DaysTotallyRotten = 4,
DaysTotallyRotten = 4,
MinutesToBurn = 60,
MinutesToBurn = 60,
DisplayName = Chicken,
DisplayName = Chicken,
Icon = Chicken,
Icon = Chicken,
DaysFresh = 2,
DaysFresh = 2,
MinutesToCook = 30,
MinutesToCook = 30,
EvolvedRecipe = Soup:15;Stew:15;Pie:10;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10,
EvolvedRecipe = Soup:15;Stew:15;Pie:10;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:10,
FoodType   =   Meat,
FoodType   =   Meat,
}</nowiki>
</nowiki>


==See Also==
==See Also==
* [[Bread]]
* [[Recipe_Ingredients|Recipe Ingredients]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 79: Line 84:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Version 29.3]]
[[Category:Version 32.20]]

Revision as of 20:37, 26 August 2015


A perishable food item generally found in a Refrigerator. Chicken takes two in-game days to go stale, and four ingame days to rot. It can cooked alone or used in various recipes.

Nutritional Information

Template:Consumables2























Crafting

Name Recipe Description Crafting Level












Evolved Recipes

Note: Chicken must be pre-cooked to be used in a sandwich or salad.

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