Recette

Wiki Project Zomboid

Slice Ham

Nom variable Slice Ham Mod KAVALASH_Custom Kavalash Custom Mod Cat. Cooking Time 50

Recette

Ingrédients

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

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice Ham
Nom variableSlice Ham
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps50
OnCreate
OnTest
SoundSliceMeat
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 1117 → 1128
Recipe PK2808
Recipe Sig3c1d2319b388c107c423f714aa94165081e1808a

Callbacks

OnCreateRecipe.OnCreate.SliceHam
OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

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

        Result:HamSlice=6,
        OnCreate:Recipe.OnCreate.SliceHam,
        Sound:SliceMeat,
        Time:50.0,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.Cooking3,
    }