Fried Chicken: Difference between revisions

From PZwiki
m (Corrected Unhappiness on rotten)
m (Distribution table update)
(34 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{languages}}
{{Page version|41.78.16}}
<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 -->
{{Reupload|Missing 3D Variant Model (Rotten)}}
<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 -->
{{Infobox item
<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]] -> [[Fried_Chicken|Fried Chicken]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name=Fried Chicken
{{Consumables
|model=FriedChicken_Model.png
|image = SNACKFriedChicken.png
|icon=ChickenFried.png
|hunger = -15
|icon_name=Fried Chicken
|weight = 0.1
<!--GENERAL-->
|category=Food
|weight=0.1
|days_fresh=2
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-15
|calories=260
|lipids=14
|proteins=16
|carbohydrates=17
<!--TECHNICAL DETAILS-->
|item_id=Base.ChickenFried
}}
}}
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.
'''Fried chicken''' is a perishable [[food]] [[Items|item]].
 
==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.


== Nutritional Information ==
{{Consumables
{| border=0 align=left
|image = ChickenFried.png
|
{{Consumables2
|image = SNACKFriedChicken.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 = +10
|rotten unhappiness = +20
|perishable = 1
|perishable = 1
|rotten image = SNACKFriedChicken.png
|rotten image = ChickenFried.png
}}
 
==Crafting==
{{Main|Cooking}}
 
===Evolved recipes===
Fried chicken is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|sandwich=15|burger=15|salad=15|taco=15|burrito=15}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|ChickenFried|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>ChickenFried distribution
        <span class="mw-customtoggle-togglebox-ChickenFried" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-ChickenFried">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|Paperbag_Jays}}
    | 1
    | 100.0
    |-
    | all
    | {{ll|Paperbag_Jays}}
    | 1
    | 50.0
    |-
    | bandkitchen
    | {{ll|fridge}}
    | 4
    | 4.0
    |-
    | jayschicken_dining
    | {{ll|restaurantdisplay}}
    | 4
    | 10.0
    |-
    | jayschicken_dining
    | {{ll|restaurantdisplay}}
    | 4
    | 20.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-ChickenFried" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|ChickenFried|41.78.16-->
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]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 2208
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item ChickenFried
{
DisplayName = Fried Chicken,
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = ChickenFried,
EvolvedRecipe = Sandwich:15;Sandwich Baguette:15;Burger:15;Salad:15;Taco:15;Burrito:15,
FoodType = NoExplicit,
DaysFresh = 2,
DaysTotallyRotten = 4,
HungerChange = -15,
Calories = 260,
Carbohydrates = 17,
Lipids = 14,
Proteins = 16,
StaticModel = FriedChicken,
WorldStaticModel = ChickenFried_Ground,
}
}}
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 17 <br>
Proteins = 16 <br>
Lipids = 14 <br>
Calories = 260 <br><br>


== Code ==
==See also==
<nowiki>
*[[Fries]]
    item ChickenFried
*[[Burger]]
        HungerChange = -15,
*[[Corndog]]
        Weight = 0.1,
        AlwaysWelcomeGift = true,
        Type = Food,
        DisplayName = Fried Chicken,
        Icon = ChickenFried,
DaysFresh = 2,
        DaysTotallyRotten = 4,
        Carbohydrates = 17,
        Proteins = 16,
        Lipids = 14,
        Calories = 260,
</nowiki>


==See Also==
{{Navbox items|food}}
* [[Items#Luxury Food|Luxury Food]]


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

Revision as of 15:33, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Variant Model (Rotten)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Fried Chicken
FriedChicken Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
260
CarbohydratesCarbohydrates
17
ProteinsProteins
16
FatFat
14
Technical
Item ID
Base.ChickenFried

Fried chicken is a perishable food item.

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.


Fresh Stale Rotten

ChickenFried.png
Hunger: -15


ChickenFried.png
Hunger: -11
Boredom: +10
Unhappiness: +10

ChickenFried.png
Hunger: -6
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Fried chicken is a cooking ingredient.

Product Nutrition
Salad
Salad
15
Sandwich
Sandwich
15
Burger
Burger
15
Taco
Taco
15
Burrito
Burrito
15

Distribution

The loot distributions can be found in the table(s) below.

ChickenFried distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Paperbag_Jays 1 100.0
all Paperbag_Jays 1 50.0
bandkitchen fridge 4 4.0
jayschicken_dining restaurantdisplay 4 10.0
jayschicken_dining restaurantdisplay 4 20.0

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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item ChickenFried
	{
		DisplayName = Fried Chicken,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = ChickenFried,
		EvolvedRecipe = Sandwich:15;Sandwich Baguette:15;Burger:15;Salad:15;Taco:15;Burrito:15,
		FoodType = NoExplicit,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -15,
		Calories = 260,
		Carbohydrates = 17,
		Lipids = 14,
		Proteins = 16,
		StaticModel = FriedChicken,
		WorldStaticModel = ChickenFried_Ground,
	}

See also