Fried Chicken: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Fried Chicken}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{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=Fried 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''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=ChickenFried_120px.png
|image = SNACKFriedChicken.png
<!--GENERAL-->
|hunger = -15
|category=Food
|weight = 0.1
|weight=0.1
}}
|days_fresh=2
Fried Chicken is a 'luxury' food that is [[Food#Perishable|perishable]] and goes bad as time passes, when outside of a [[refrigerator]]. Fried Chicken are often found within refrigerators and freezers in Spiffo's Kitchen. Fried Chicken takes two in-game days to go stale, and four in-game days to rot.
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-15
|calories=260
|lipids=14
|proteins=16
|carbohydrates=17
<!--TECHNICAL DETAILS-->
|class_name=Base.ChickenFried
}}'''Fried chicken''' is a [[Food#Perishable|perishable]] food [[item]] unique to Spiffo's restaurants.


== Nutritional Information ==
==Usage==
{| border=0 align=left
=== Consumable properties ===
|
Fried chicken can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = SNACKFriedChicken.png
|image = ChickenFried.png
|hunger = -15
|hunger = -15
|unrotten hunger = -11
|unrotten hunger = -11
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten image = SNACKFriedChicken.png
|rotten hunger = -6
|rotten hunger = -6
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
|perishable = 1
|perishable = 1
|rotten image = SNACKFriedChicken.png
|rotten image = ChickenFried.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
==Distribution==
'''It's Nutritional Values are as follows:'''<br>
Fried chicken can be found inside [[refrigerator]]s from a Spiffo's kitchen, and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].
Carbohydrates = 17 <br>
Proteins = 16 <br>
Lipids = 14 <br>
Calories = 260 <br><br>


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item ChickenFried
{{Retrieved|version=40|incver=7}}
        HungerChange = -15,
<pre> item ChickenFried
        Weight = 0.1,
HungerChange = -15,
        AlwaysWelcomeGift = true,
Weight = 0.1,
        Type = Food,
AlwaysWelcomeGift = true,
        DisplayName = Fried Chicken,
Type = Food,
        Icon = ChickenFried,
DisplayName = Fried Chicken,
DaysFresh = 2,
Icon = ChickenFried,
        DaysTotallyRotten = 4,
DaysFresh = 2,
        Carbohydrates = 17,
DaysTotallyRotten = 4,
        Proteins = 16,
Carbohydrates = 17,
        Lipids = 14,
Proteins = 16,
        Calories = 260,
Lipids = 14,
</nowiki>
Calories = 260,</pre>


==See Also==
==See also==
* [[Items#Luxury Food|Luxury Food]]
* [[Fries]]
* [[Burger]]
* [[Corndog]]


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

Revision as of 13:13, 21 August 2018

Fried Chicken
Fried Chicken
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
260
Carbohydrates
Carbohydrates
17
Proteins
Proteins
16
Fat
Fat
14
Technical details
Item ID Base.ChickenFried

Fried chicken is a perishable food item unique to Spiffo's restaurants.

Usage

Consumable properties

Fried chicken can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Fried chicken can be found inside refrigerators from a Spiffo's kitchen, and the trunk of a Spiffo's van.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item ChickenFried
		HungerChange		= -15,
		Weight			= 0.1,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Fried Chicken,
		Icon			= ChickenFried,
		DaysFresh		= 2,
		DaysTotallyRotten 	= 4,
		Carbohydrates 		= 17,
		Proteins 		= 16,
		Lipids 			= 14,
		Calories 		= 260,

See also

Template:Navbox/Consumables