Recette

Wiki Project Zomboid

Découper le petit animal

Nom variable Butcher Small Animal Mod Vanilla Vanilla Cat. Cooking Time 50

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.SharpKnife]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéDécouper le petit animal
Nom variableButcher Small Animal
ModVanilla — Vanilla
CatégorieCooking
Temps50
OnCreate
OnTest
SoundPZ_FoodSwoosh
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1448 → 1459
Recipe PK4140
Recipe Sig3d4e6ba901cb902da7cd0bc4cc454874fca86800

Callbacks

OnCreateRecipe.OnCreate.CutAnimal
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

    recipe Butcher Small Animal
    {
        keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        DeadMouse/DeadSquirrel/DeadRat,

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