Recette

Wiki Project Zomboid

Découper la tarte

Nom variable Slice Pie Mod Vanilla Vanilla 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éDécouper la tarte
Nom variableSlice Pie
ModVanilla — Vanilla
CatégorieCooking
Temps20
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1077 → 1088
Recipe PK4107
Recipe Sig42d9c37b192a08ef95d9357e7542b3845c726ede

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