Recette

Wiki Project Zomboid

Découper le lapin

Nom variable Butcher Rabbit Mod Vanilla Vanilla Cat. Cooking Time 50

Recette

Ingrédients

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

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéDécouper le lapin
Nom variableButcher Rabbit
ModVanilla — Vanilla
CatégorieCooking
Temps50
OnCreate
OnTest
SoundPZ_FoodSwoosh
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1461 → 1472
Recipe PK4141
Recipe Sig6bd305adb95eb35068a13cfd50abf8fe3b71835e

Callbacks

OnCreateRecipe.OnCreate.CutAnimal
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

    recipe Butcher Rabbit
    {
        keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        DeadRabbit,

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