Chicken: Difference between revisions

From PZwiki
(Revised page, +navbar, corrected consum info, +nutrition, +nutit values, corrected evolved, +new code, +categories.)
mNo edit summary
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Chicken}}
{{languages|Mutton Chop}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=11}}{{Infobox food
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
|display_name=Chicken
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name_colour=Food
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Chicken|Chicken]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=Chicken_120px.png
|image = Chicken.png
|alternate_image=ChickenRotten.png
|hunger = -35
|alternate_name=Chicken (Rotten)
|weight = 0.3
|alternate_link=
}}
|alternate_image2=ChickenCooked.png
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.
|alternate_name2=Chicken (Cooked)
|alternate_link2=
|alternate_image3=ChickenBurnt.png
|alternate_name3=Chicken (Burnt)
|alternate_link3=
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=2
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-35
|calories=150
|lipids=9
|proteins=18
|carbohydrates=0
<!--COOKING-->
|cook_minutes=30
|burn_minutes=60
|dangerous_uncooked=True
|bad_microwaved=True
|good_hot=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Chicken
}}'''Chicken''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


Chicken a versatile food type which can be added to many food recipes. Sometimes it is required to be cooked before it can be added.
==Usage==
 
===Consumable properties===
== Nutritional Information ==
Chicken can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]]. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Chicken.png
|image = Chicken.png
Line 39: Line 61:
|rottencooked unhappiness = +20
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|rottencooked boredom = +20
|burned hunger = -14
|burned hunger = -11
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = Chicken Overdone.png
|burned image = ChickenBurnt.png
|rotten image = Chicken Rotten.png
|rotten image = ChickenRotten.png
|cooked image = Chicken Cooked.png
|cooked image = ChickenCooked.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
== Crafting ==
Carbohydrates = 0 <br>
===Cooking===
Proteins = 18 <br>
Chicken can be used is various cooking recipes.
Lipids = 9 <br>
====Evolved recipes====
Calories = 150 <br><br>
{{EvolvedRecipesForItem|soup=15|stew=15|pie=10|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}
 
==Distribution==
Chicken can be found inside [[refrigerator]]s


== Evolved Recipes ==
==See also==
{{EvolvedRecipesForItem
*[[Small Bird Meat]]
|soup=15|stew=15|pie=10|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}
*[[Egg]]
*[[Mutton Chop]]
*[[Pork Chop]]


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Chicken
{{Retrieved|version=40|incver=11}}
HungerChange = -35,
<pre> item Chicken
Weight = 0.3,
HungerChange = -35,
Type = Food,
Weight = 0.3,
IsCookable = TRUE,
Type = Food,
DangerousUncooked = TRUE,
IsCookable = TRUE,
DaysTotallyRotten = 4,
DangerousUncooked = TRUE,
MinutesToBurn = 60,
DaysTotallyRotten = 4,
DisplayName = Chicken,
MinutesToBurn = 60,
Icon = Chicken,
DisplayName = Chicken,
DaysFresh = 2,
Icon = Chicken,
MinutesToCook = 30,
DaysFresh = 2,
EvolvedRecipe = Soup:15;Stew:15;Pie:10;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;
MinutesToCook = 30,
  Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
EvolvedRecipe = Soup:15;Stew:15;Pie:10;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
FoodType    = Meat,
FoodType    = Meat,
        Carbohydrates = 0,
        Carbohydrates = 0,
        Proteins = 18,
        Proteins = 18,
        Lipids = 9,
        Lipids = 9,
        Calories = 150,
        Calories = 150,</pre>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 14:34, 8 September 2018

Chicken
Chicken
Chicken (Rotten) Chicken (Cooked) Chicken (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-35
Calories
Calories
150
Carbohydrates
Carbohydrates
0
Proteins
Proteins
18
Fat
Fat
9
Cooking
Time until cooked 30 minutes
Time until burned 60 minutes
Dangerous uncooked True
Bad microwaved True
Good hot True
Technical details
Item ID Base.Chicken

Chicken is a perishable food item used in cooking.

Usage

Consumable properties

Chicken can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

Chicken can be used is various cooking recipes.

Evolved recipes

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Salad
Salad
10
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
5
Burger
Burger
10
Pie (savory)
Pie (savory)
10
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

Distribution

Chicken can be found inside refrigerators

See also

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.11

	item Chicken
		HungerChange		= -35,
		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:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType    		= Meat,
        	Carbohydrates 		= 0,
        	Proteins 		= 18,
        	Lipids 			= 9,
        	Calories 		= 150,

Template:Navbox/Consumables