Recette

Wiki Project Zomboid

Découper le pain

Nom variable Slice Bread Mod Vanilla Vanilla 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éDécouper le pain
Nom variableSlice Bread
ModVanilla — Vanilla
CatégorieCooking
Temps40
OnCreate
OnTest
SoundSliceBread
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 895 → 907
Recipe PK4095
Recipe Sig13aac63353dad586a8d8182bbfa777bfb3e75ec3

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,
    }