Dead Bird/zh-hant

From PZwiki
< Dead Bird
Revision as of 15:13, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file(attempt partial repatch #1), eid: 509951f1))

Template:Infobox food

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. Template:Consumables2

Crafting

Dead bird can be used in various cooking recipes.

Cooking

Main article: Cooking/zh-hant
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: 陷阱

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

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68/zh-hant

    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