Recette

Wiki Project Zomboid

Slice Focaccia

Nom variable Slice Focaccia Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 250

Recette

Ingrédients

DétruireFocaccia
GarderCouperet / [Recipe.GetItemTypes.SapphCookingKnifes]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice Focaccia
Nom variableSlice Focaccia
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 6270 → 6281
Recipe PK3718
Recipe Sig3ee62c0311313410056e54588743b91f93b77728

Callbacks

IsHidden1
OnCanPerformRecipe.OnCanPerform.CheckCooking
OnCreateRecipe.OnCreate.SapphSliceIntoFives
OnGiveXPRecipe.OnGiveXP.None

Raw block

	recipe Slice Focaccia
    {
       destroy Roastingpan_FocacciaPrep,
	   keep [Recipe.GetItemTypes.SapphCookingKnifes]/MeatCleaver,
       Result:Focaccia_Piece=5,
       Time:250.0,
       Category:Cooking,
       OnGiveXP:Recipe.OnGiveXP.None,
	   OnCanPerform: Recipe.OnCanPerform.CheckCooking,
	   OnCreate:Recipe.OnCreate.SapphSliceIntoFives,
	   IsHidden:true,
    }