Chicken: Difference between revisions

From PZwiki
(Moved Nutritional page to left, adjusted summary to reflect info, + NOTOC, - Bread Link, + Recipe Ingredient Page)
(Revised page, +navbar, corrected consum info, +nutrition, +nutit values, corrected evolved, +new code, +categories.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Mutton Chop}}
<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 -->
<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 -->
<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 -->
{{Consumables
{{Consumables
|image = Chicken.png
|image = Chicken.png
|hunger = -40
|hunger = -35
|weight = 0.5
|weight = 0.3
}}
}}
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.
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.
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.


== Nutritional Information ==
== Nutritional Information ==
Line 13: Line 18:
{{Consumables2
{{Consumables2
|image = Chicken.png
|image = Chicken.png
|hunger = -40
|hunger = -35
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
|dangerous uncooked = 1
|boredom = 0
|boredom = 0
|unhappiness = 0
|unhappiness = 0
|unrotten hunger = -30
|unrotten hunger = -26
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten boredom = +10
|unrotten boredom = +10
|rotten hunger = -18
|rotten hunger = -15
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten boredom = +20
|rotten boredom = +20
|cooked hunger = -52
|cooked hunger = -45
|cooked unhappiness = 0
|cooked unhappiness = 0
|cooked boredom = 0
|cooked boredom = 0
|unrottencooked hunger = -30
|unrottencooked hunger = -26
|unrottencooked unhappiness = +10
|unrottencooked unhappiness = +10
|unrottencooked boredom = +10
|unrottencooked boredom = +10
|rottencooked hunger = -18
|rottencooked hunger = -15
|rottencooked unhappiness = +20
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|rottencooked boredom = +20
|burned hunger = -13
|burned hunger = -14
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
Line 41: Line 47:
}}
}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>


== Crafting ==
'''It's Nutritional Values are as follows:'''<br>
{| class="wikitable sortable" style="text-align:center;"
Carbohydrates = 0 <br>
|-
Proteins = 18 <br>
! Name
Lipids = 9 <br>
! class="unsortable" | Recipe
Calories = 150 <br><br>
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2023}}
|}


== 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|pie=10|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}


== Code ==
== Code ==
  <nowiki>item Chicken
  <nowiki>
item Chicken
HungerChange = -40,
HungerChange = -35,
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;
FoodType    =   Meat,
  Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
FoodType    = Meat,
        Carbohydrates = 0,
        Proteins = 18,
        Lipids = 9,
        Calories = 150,
</nowiki>
</nowiki>
==See Also==
* [[Recipe_Ingredients|Recipe Ingredients]]


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

Revision as of 22:50, 20 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Chicken   

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.

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.

Nutritional Information

Template:Consumables2
























It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 18
Lipids = 9
Calories = 150

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

Code

	
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