Chicken: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
(21 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{languages}}
{{languages|Chicken}}
{{Consumables
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=11}}{{Infobox food
|display_name=Chicken
|name_colour=Food
|name_text_colour=Food
|image=Chicken_120px.png
|alternate_image=ChickenRotten.png
|alternate_name=Chicken (Rotten)
|alternate_link=
|alternate_image2=ChickenCooked.png
|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]].
 
==Usage==
===Consumable properties===
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.
{{Consumables2
|image = Chicken.png
|image = Chicken.png
|hunger = -40
|hunger = -35
|weight = 0.2
|perishable = 1
|IsCookable = true
|cookable = 1
|MinutesToCook  = 30
|dangerous uncooked = 1
|MinutesToBurn  = 60
|boredom = 0
|DaysFresh = 2
|unhappiness = 0
|DaysTotallyRotten = 4
|unrotten hunger = -26
|DangerousUncooked = true
|unrotten unhappiness = +10
|unrotten boredom = +10
|rotten hunger = -15
|rotten unhappiness = +20
|rotten boredom = +20
|cooked hunger = -45
|cooked unhappiness = 0
|cooked boredom = 0
|unrottencooked hunger = -26
|unrottencooked unhappiness = +10
|unrottencooked boredom = +10
|rottencooked hunger = -15
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|burned hunger = -11
|burned boredom = +20
|burned unhappiness = +20
|burned image = ChickenBurnt.png
|rotten image = ChickenRotten.png
|cooked image = ChickenCooked.png
}}
}}
Chicken is an edible item. It is usually found in [[refrigerator]]s.
== Effects ==
[[Hunger]]: -40


== Crafting ==
===Cooking===
Chicken can be used is various cooking recipes.
====Evolved recipes====
{{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


==See also==
*[[Small Bird Meat]]
*[[Egg]]
*[[Mutton Chop]]
*[[Pork Chop]]


== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=11}}
<pre> 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,</pre>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]

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