Recette

Wiki Project Zomboid

Découper la grenouille

Nom variable Slice Frog Mod Vanilla Vanilla Cat. Cooking Time 50

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.SharpKnife]
ConsomméGrenouille

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéDécouper la grenouille
Nom variableSlice Frog
ModVanilla — Vanilla
CatégorieCooking
Temps50
OnCreate
OnTest
SoundSliceMeat
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1130 → 1140
Recipe PK4111
Recipe Sig6ccb6c69706d4ef4d953439cd4bc0267989f8de5

Callbacks

OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

    recipe Slice Frog
    {
        keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        Frog,

        Result:FrogMeat,
        Sound:SliceMeat,
        Time:50.0,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.Cooking10,
    }