Recette

Wiki Project Zomboid

Slice Cake

Nom variable Slice Cake Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 20

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.DullKnife] / [Recipe.GetItemTypes.SharpKnife]

Résultat

Cake SliceĂ— 5

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice Cake
Nom variableSlice Cake
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps20
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 5522 → 5534
Recipe PK3660
Recipe Sigf56c15191c60012ccaa0828c522249b9ae809c23

Callbacks

IsHidden1
OnCanPerformRecipe.OnCanPerform.CheckCooking
OnCreateRecipe.OnCreate.SapphSliceCakes
OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

	recipe Slice Cake
    {
		destroy CakeRaw_Strawberry/CakePrep_StrawberryCake,
        keep [Recipe.GetItemTypes.DullKnife]/[Recipe.GetItemTypes.SharpKnife]/MeatCleaver,

        Result:CakeSlice_Strawberry=5,
        Time:20.0,
        OnCreate:Recipe.OnCreate.SapphSliceCakes,
		OnCanPerform: Recipe.OnCanPerform.CheckCooking,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.Cooking3,
		IsHidden:true,
    }