Recette

Wiki Project Zomboid

Slice Pie

Nom variable Slice Pie Mod KAVALASH_Custom Kavalash Custom Mod Cat. Cooking Time 20

Recette

Ingrédients

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

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice Pie
Nom variableSlice Pie
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps20
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 1077 → 1088
Recipe PK2805
Recipe Sigd7ed292f1b883b71e09fb7e0f38356b9e3df6d03

Callbacks

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

Raw block

    recipe Slice Pie
    {
        keep [Recipe.GetItemTypes.DullKnife]/[Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        PieWholeRaw/PieWholeRawSweet,

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