Dead Bird: Difference between revisions

From PZwiki
m (→‎Trapping: added more build 41.51 changes)
m (Simplified redundant links)
 
(33 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Protein|Game meat}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
{{Page version|41.68}}
|display_name=Dead Bird
{{Infobox item
|name_colour=Food
|name=Dead Bird
|name_text_colour=Food
|model=BirdDead_Model.png
|image=BirdDead_120px.png
|icon=BirdDead.png
|alternate_image=Bird.png
|icon_name=Dead Bird
|alternate_name=Bird
|icon2=Bird.png
|alternate_link=
|icon_name2=Bird
|alternate_image2=Smallbirdmeat.png
 
|alternate_name2=Small Bird Meat
|icon3=Smallbirdmeat.png
|alternate_link2=Small Bird Meat
|icon_name3=Small Bird Meat
Small Bird Meat
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.1
|days_fresh=6
|days_fresh=8
|days_rotten=10
|days_rotten=12
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-20
|hunger_change=-15
|calories=161
|calories=161
|lipids=3.25
|lipids=2
|proteins=30
|proteins=22
|carbohydrates=0
|carbohydrates=0.5
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=20
|unhappy_change=20
Line 30: Line 31:
|bad_microwaved=True
|bad_microwaved=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.DeadBird
|item_id=Base.DeadBird
}}A '''dead bird''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}
A '''dead bird''' is a perishable [[food]] [[Items|item]] used in [[cooking]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
A dead bird can be eaten raw, which can make the [[player]] [[Moodles#Sick|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.
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.
{{Consumables2
{{Consumables
|image = BirdDead.png
|image = BirdDead.png
|hunger = -20  
|hunger = -20
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
Line 67: Line 69:
}}
}}


== Crafting ==
==Crafting==
Dead bird can be used in various cooking recipes.
Dead bird can be used in various cooking recipes.
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|123|ing=2}}
|small_bird_meat
|}
}}


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|DeadBird|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>DeadBird distribution
        <span class="mw-customtoggle-togglebox-DeadBird" 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-DeadBird">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | HunterTruckBed
    | 4
    | 8
    |-
    | RangerTruckBed
    | 4
    | 4
    |}
</div>
    </div><div style="clear:both;"></div>
    {| class="wikitable theme-red" style="width:98%;"
    |+ {{ll|Foraging}}
    ! rowspan="2" | Amount
    ! rowspan="2" | Skill level
    ! rowspan="2" | Biomes
    ! colspan="4" style="text-align:center;" | Weather modifiers
    ! colspan="3" style="text-align:center;" | Month modifiers
    |-
    ! Snow
    ! Rain
    ! Day
    ! Night
    ! Months available
    ! Bonus months
    ! Malus months
    |-
    | ---
    | 7
    | Forest  2<br> DeepForest  2<br> Vegitation  2<br> FarmLand  2<br> Farm  2<br> TrailerPark  2<br> TownZone  2<br> Nav  2
    | -10
    | -
    | -
    | -
    | -
    | -
    | March<br>April
    |}
    </div></div><div class="toggle large mw-customtoggle-togglebox-DeadBird" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|DeadBird|41.78.16-->
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Birds can be found anywhere in [[Knox Country]] and are active all day.  
Birds can be found anywhere in [[Knox Country]] and are active all day.


They can only be caught with a [[Stick Trap|stick trap]], and using [[bread]], [[Bread Slice|bread slice]], [[worm]], [[grasshopper]], [[cockroach]], [[corn]] or [[cereal]] as bait.
They can only be caught with a [[Stick Trap|stick trap]], and using [[bread]], [[Bread Slice|bread slice]], [[worm]], [[grasshopper]], [[cockroach]], [[corn]] or [[cereal]] as bait.


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=51}}
| {{CodeSnip
<pre>    item DeadBird
  | lang = java
    {
  | line = true
        HungerChange = -15,
  | start = 2000
        Weight = 0.1,
  | source = items_food.txt
        Type = Food,
  | retrieved = true
        DisplayName = Dead Bird,
  | version = 41.78.16
        Icon = BirdDead,
  | code =
        IsCookable = TRUE,
item DeadBird
        DangerousUncooked = TRUE,
{
        DaysTotallyRotten = 12,
DisplayName = Dead Bird,
        MinutesToBurn = 60,
DisplayCategory = Food,
        MinutesToCook = 25,
Type = Food,
        DaysFresh = 8,
Weight = 0.1,
        Carbohydrates = 0.5,
Icon = BirdDead,
        Proteins = 22,
BadCold = true,
        Lipids = 2,
BadInMicrowave = true,
        Calories = 161,
DangerousUncooked = TRUE,
        BadInMicrowave = true,
GoodHot = true,
        GoodHot = true,
IsCookable = TRUE,
        BadCold = true,
RemoveUnhappinessWhenCooked = true,
        UnhappyChange = 20,
MinutesToCook = 25,
        RemoveUnhappinessWhenCooked = true,
MinutesToBurn = 60,
        WorldStaticModel = DeadBird,
DaysFresh = 8,
    }</pre>
DaysTotallyRotten = 12,
HungerChange = -15,
UnhappyChange = 20,
Calories = 161,
Carbohydrates = 0.5,
Lipids = 2,
Proteins = 22,
CustomEatSound = EatingDeadAnimal,
WorldStaticModel = DeadBird,
}
}}
}}


==See also==
==See also==
Line 114: Line 183:
*[[Trapping]]
*[[Trapping]]


{{Navbox/Consumables}}
{{Navbox items|meat}}
 
 
[[Category:Perishable food]]

Latest revision as of 11:22, 25 April 2024

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 Ingredients Tools Requirements Workstation XP
Smallbirdmeat.png
Small Bird Meat
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
BirdDead.png Dead Bird ×1
none none none 2.5 Cooking

Distribution

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

DeadBird distribution Show / Hide
Vehicles
Vehicle Type/Location Rolls Chance
HunterTruckBed 4 8
RangerTruckBed 4 4
Foraging
Amount Skill level Biomes Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
--- 7 Forest 2
DeepForest 2
Vegitation 2
FarmLand 2
Farm 2
TrailerPark 2
TownZone 2
Nav 2
-10 - - - - - March
April

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

See also