Dead Bird

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.68).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Dead Bird
BirdDead Model.png
Bird
Small Bird Meat Small Bird Meat
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
8 days
Days until rotten
12 days
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
161
CarbohydratesCarbohydrates
0.5
ProteinsProteins
22
FatFat
2
Effect
UnhappinessMoodle Icon Unhappy.png
20
Cooking
Time until cooked
25 minutes
Time until burned
60 minutes
Dangerous uncooked
True
Bad microwaved
True
Technical
Item ID
Base.DeadBird

A dead bird is a perishable food item used in cooking.

Usage

Consumable properties

A dead bird can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten
Uncooked
BirdDead.png
Hunger: -20
Unhappiness: +20
Dangerous uncooked, may cause sickness.
BirdDead.png
Hunger: -15
Boredom: +10
Unhappiness: +30
Dangerous uncooked, may cause sickness.
BirdDead.png
Hunger: -9
Boredom: +20
Unhappiness: +40
Dangerous, will cause sickness.
Cooked
BirdDead.png
Hunger: -26
BirdDead.png
Hunger: -15
Boredom: +10
Unhappiness: +30
BirdDead.png
Hunger: -9
Boredom: +20
Unhappiness: +40
Dangerous, will cause sickness.
Burned
BirdDead.png

Hunger: -7
Boredom: +20
Unhappiness: +40
Dangerous, will cause sickness.

Crafting

Dead bird can be used in various cooking recipes.

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Smallbirdmeat.png
Small Bird Meat
2.5 Cooking none
(keep)
BirdDead.png
Dead Bird
(consumed)

Distribution

Trapping

Main article: Trapping

Birds can be found anywhere in Knox Country and are active all day.

They can only be caught with a stick trap, and using bread, bread slice, worm, grasshopper, cockroach, corn or cereal as bait.

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.68
item DeadBird
{
  DisplayCategory             = Food,
  HungerChange                = -15,
  Weight                      = 0.1,
  Type                        = Food,
  DisplayName                 = Dead Bird,
  Icon                        = BirdDead,
  IsCookable                  = TRUE,
  DangerousUncooked           = TRUE,
  DaysTotallyRotten           = 12,
  MinutesToBurn               = 60,
  MinutesToCook               = 25,
  DaysFresh                   = 8,
  Carbohydrates               = 0.5,
  Proteins                    = 22,
  Lipids                      = 2,
  Calories                    = 161,
  BadInMicrowave              = true,
  GoodHot                     = true,
  BadCold                     = true,
  UnhappyChange               = 20,
  RemoveUnhappinessWhenCooked = true,
  WorldStaticModel            = DeadBird,
  CustomEatSound              = EatingDeadAnimal,
}

See also