Recette

Wiki Project Zomboid

Slice Baloney

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

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.SharpKnife]
ConsomméSaucisse de Lyon

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice Baloney
Nom variableSlice Baloney
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps50
OnCreate
OnTest
SoundSliceMeat
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 4189 → 4200
Recipe PK3047
Recipe Sig8df9dd3cd4f317a26c373b49a6c96104e8b57090

Callbacks

OnCreateRecipe.OnCreate.SliceHam
OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

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

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