Recette

Wiki Project Zomboid

Butcher Bird

Nom variable Butcher Bird Mod KAVALASH_Custom Kavalash Custom Mod Cat. Cooking Time 50

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.SharpKnife]
ConsomméOiseau (mort)

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéButcher Bird
Nom variableButcher Bird
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps50
OnCreate
OnTest
SoundPZ_FoodSwoosh
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 1474 → 1485
Recipe PK2840
Recipe Sigbe064d36b7585cd84e914ce805bc09541f54046f

Callbacks

OnCreateRecipe.OnCreate.CutAnimal
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

    recipe Butcher Bird
    {
        keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        DeadBird,

        Result:Smallbirdmeat,
        Sound:PZ_FoodSwoosh,
        Time:50.0,
        OnCreate:Recipe.OnCreate.CutAnimal,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.Cooking10,
    }