Recette

Wiki Project Zomboid

Découper en filets

Nom variable Slice Fillet 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 en filets
Nom variableSlice Fillet
ModVanilla — Vanilla
CatégorieCooking
Temps50
OnCreate
OnTest
SoundSliceMeat
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1103 → 1115
Recipe PK4109
Recipe Sig7b924955067dfce4fcf4e50dd1d906f9b79571b7

Callbacks

OnCreateRecipe.OnCreate.CutFish
OnGiveXPRecipe.OnGiveXP.Cooking10
OnTestRecipe.OnTest.CutFish

Raw block

    recipe Slice Fillet
    {
        keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        Bass/Catfish/Perch/Crappie/Panfish/Pike/Trout,

        Result:FishFillet=2,
        Sound:SliceMeat,
        Time:50.0,
        OnTest:Recipe.OnTest.CutFish,
        OnCreate:Recipe.OnCreate.CutFish,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.Cooking10,
    }