Recette

Wiki Project Zomboid

Slice Cake

Nom variable Slice Cake Mod KAVALASH_Custom Kavalash Custom Mod 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éSlice Cake
Nom variableSlice Cake
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps20
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 1090 → 1101
Recipe PK2806
Recipe Sig8aeeb168a90592f86804530bb069ad397c2d7fb6

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