Fried Chicken: Difference between revisions

From PZwiki
m (Navbox replacement)
m (Distribution table update)
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
|item_id=Base.ChickenFried
|item_id=Base.ChickenFried
}}
}}
'''Fried chicken''' is a perishable [[food]] [[Items|item]].
'''Fried chicken''' is a perishable [[food]] [[Items|item]].


Line 46: Line 45:
===Evolved recipes===
===Evolved recipes===
Fried chicken is a [[cooking]] [[Recipe ingredients|ingredient]].
Fried chicken is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|Sandwich=15|Burger=15|Salad=15|Taco=15|Burrito=15}}
{{EvolvedRecipesForItem|sandwich=15|burger=15|salad=15|taco=15|burrito=15}}


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


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|ChickenFried|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>ChickenFried distribution
! Container
        <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>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-ChickenFried">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|bandkitchen
    |+ {{ll|Containers}}
|[[fridge]]
    ! Building / Room
|4
    ! Container
|4
    ! Rolls
|-
    ! Chance
|rowspan="4"|cafeteria
    |-
|[[restaurantdisplay]]
    | all
|4
    | {{ll|Paperbag_Jays}}
|1
    | 1
|-
    | 100.0
|[[restaurantdisplay]]
    |-
|4  
    | all
|1
    | {{ll|Paperbag_Jays}}
|-
    | 1
|[[restaurantdisplay]]
    | 50.0
|4  
    |-
|2
    | bandkitchen
|-
    | {{ll|fridge}}
|[[restaurantdisplay]]
    | 4
|4  
    | 4.0
|2
    |-
|}
    | 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]].
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]].


Line 111: Line 123:
StaticModel = FriedChicken,
StaticModel = FriedChicken,
WorldStaticModel = ChickenFried_Ground,
WorldStaticModel = ChickenFried_Ground,
}  
}
}}
}}
}}
}}

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