Recette

Wiki Project Zomboid

Découper l'oiseau

Nom variable Butcher Bird Mod Vanilla Vanilla 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éDécouper l'oiseau
Nom variableButcher Bird
ModVanilla — Vanilla
CatégorieCooking
Temps50
OnCreate
OnTest
SoundPZ_FoodSwoosh
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1474 → 1485
Recipe PK4142
Recipe Sig902ab03c8610911bc37a16effcf6974626b625a0

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,
    }