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: 882 → 893
Recipe PK4094
Recipe Sigffca2145a93c1e283f7ac4f2c68bf62cbad05985

Callbacks

OnCreateRecipe.OnCreate.SliceBread
OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

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

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