Recette

Wiki Project Zomboid

Slice Pizza

Nom variable Slice Pizza Mod KAVALASH_Custom Kavalash Custom Mod Cat. Cooking Time 50

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.SharpKnife]
ConsomméPizza / Pizza

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice Pizza
Nom variableSlice Pizza
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps50
OnCreate
OnTest
SoundSliceMeat
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 4246 → 4257
Recipe PK3051
Recipe Siga6a683e83ca6d7d5e4bb615924157971b8fc62ce

Callbacks

OnCanPerformRecipe.OnCanPerform.SlicePizza
OnCreateRecipe.OnCreate.SlicePizza

Raw block

    recipe Slice Pizza
    {
        keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        PizzaWhole/PizzaRecipe,

        Result:Pizza=6,
        OnCreate:Recipe.OnCreate.SlicePizza,
        Sound:SliceMeat,
        Time:50.0,
        OnCanPerform:Recipe.OnCanPerform.SlicePizza,
        Category:Cooking,
    }