Recette

Wiki Project Zomboid

Slice Bread

Nom variable Slice Bread Mod KAVALASH_Custom Kavalash Custom Mod Cat. Cooking Time 40

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.DullKnife] / [Recipe.GetItemTypes.SharpKnife]
ConsomméPain

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice Bread
Nom variableSlice Bread
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps40
OnCreate
OnTest
SoundSliceBread
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 895 → 907
Recipe PK2793
Recipe Sigc4a1033a22599d83ef1a228b46f204ab97eb0450

Callbacks

OnCreateRecipe.OnCreate.SliceBreadDough
OnGiveXPRecipe.OnGiveXP.Cooking3
OnTestRecipe.OnTest.SliceBreadDough

Raw block

    recipe Slice Bread
    {
        keep [Recipe.GetItemTypes.DullKnife]/[Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        BreadDough,

        Result:BreadSlices=3,
        Sound:SliceBread,
        Time:40.0,
        Category:Cooking,
        OnTest:Recipe.OnTest.SliceBreadDough,
        OnCreate:Recipe.OnCreate.SliceBreadDough,
        OnGiveXP:Recipe.OnGiveXP.Cooking3,
    }