Recette

Wiki Project Zomboid

Découper le gâteau

Nom variable Slice Cake Mod Vanilla Vanilla Cat. Cooking Time 20

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.DullKnife] / [Recipe.GetItemTypes.SharpKnife]
ConsomméGâteau

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéDécouper le gâteau
Nom variableSlice Cake
ModVanilla — Vanilla
CatégorieCooking
Temps20
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1090 → 1101
Recipe PK4108
Recipe Sigd3675c8bbecb25ea48a318cec7d2f348acfe2282

Callbacks

OnCanPerformRecipe.OnCanPerform.SliceCooked
OnCreateRecipe.OnCreate.SlicePie
OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

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

        Result:CakeSlice=5,
        Time:20.0,
        OnCreate:Recipe.OnCreate.SlicePie,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.Cooking3,
        OnCanPerform:Recipe.OnCanPerform.SliceCooked,
    }