Fried Chicken: Difference between revisions

From PZwiki
mNo edit summary
m (Distribution table update)
(38 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
 
{{Page version|41.78.16}}
{{Consumables
{{Reupload|Missing 3D Variant Model (Rotten)}}
|image = SNACKFriedChicken.png
{{Infobox item
|hunger = -15
|name=Fried Chicken
|weight = 0.1
|model=FriedChicken_Model.png
|icon=ChickenFried.png
|icon_name=Fried Chicken
<!--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
}}
}}
(Build 29) Fried chicken is not implemented in the game.
'''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
{{Consumables2
|image = ChickenFried.png
|image = SNACKFriedChicken.png
|hunger = -15
|hunger = -15
|thirst = 0
|unrotten hunger = -11
|unrotten hunger = 0
|unrotten boredom = +10
|unrotten boredom = 0
|unrotten unhappiness = +10
|unrotten unhappiness = 0
|rotten hunger = -6
|unrotten thirst = 0
|rotten boredom = +20
|unrotten image = SNACKFriedChicken.png
|rotten unhappiness = +20
|rotten hunger = 0
|rotten boredom = 0
|rotten unhappiness = 0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = SNACKFriedChicken.png
|rotten image = ChickenFried.png
}}
}}


== Code ==
==Crafting==
<nowiki>item ChickenFried
{{Main|Cooking}}
    {
 
        HungerChange = -15,
===Evolved recipes===
         Weight = 0.1,
Fried chicken is a [[cooking]] [[Recipe ingredients|ingredient]].
        AlwaysWelcomeGift = true,
{{EvolvedRecipesForItem|sandwich=15|burger=15|salad=15|taco=15|burrito=15}}
        Type = Food,
 
        DisplayName = Fried Chicken,
==Distribution==
        Icon = ChickenFried,
The loot distributions can be found in the table(s) below.
     }</nowiki>
 
<!--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]].


== History ==
==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,
}
}}
}}


{| class="wikitable" width="550" style="text-align:center;"
==See also==
|-
*[[Fries]]
! Alpha || 
*[[Burger]]
|-
*[[Corndog]]
| - || -
|}


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


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

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