Recette

Wiki Project Zomboid

Slice New Year Cake

Nom variable Slice New Year Cake Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 40

Recette

Ingrédients

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

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice New Year Cake
Nom variableSlice New Year Cake
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps40
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 5141 → 5153
Recipe PK3631
Recipe Sig3002fd13eee93955cf1579487808208262a1af97

Callbacks

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

Raw block

	recipe Slice New Year Cake
    {
        keep [Recipe.GetItemTypes.DullKnife]/[Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        Cake_NianGao,

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