Recette

Wiki Project Zomboid

Prepare Black Forest Cake

Nom variable Prepare Black Forest Cake Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 100

Recette

Ingrédients

ConsomméCherry;2
Consommé[Recipe.GetItemTypes.SapphCookingIcing];2

Résultat

Condition

Compétences

Cooking niveau 3
Résumé
Nom affichéPrepare Black Forest Cake
Nom variablePrepare Black Forest Cake
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 5408 → 5421
Recipe PK3652
Recipe Sig02236f4c33db0241f5412f906c27c629dbe4c376

Compétences requises

Cooking3

Callbacks

OnCreateRecipe.OnCreate.PutCakeBatterInBakingPan
OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

	recipe Prepare Black Forest Cake
    {
       CakeBatter,
       BakingPan,
	   Cherry;2,
	   [Recipe.GetItemTypes.SapphCookingIcing];2,

       Result:CakePrep_BlackForestCake,
       OnCreate:Recipe.OnCreate.PutCakeBatterInBakingPan,
       Time:100.0,
       Category:Cooking,
       OnGiveXP:Recipe.OnGiveXP.Cooking3,
	   SkillRequired 		: Cooking=3,
    }