Recette

Wiki Project Zomboid

Make Birthday Cake

Nom variable Make Birthday Cake Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 100

Recette

Ingrédients

Détruire[Recipe.GetItemTypes.SapphCookingCakes]
Consommé[Recipe.GetItemTypes.SapphCookingIcing];2

Résultat

Condition

Compétences

Cooking niveau 2
Résumé
Nom affichéMake Birthday Cake
Nom variableMake Birthday 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: 5438 → 5449
Recipe PK3654
Recipe Sig710573cab2994757a568bad285bbdb977f29e65f

Compétences requises

Cooking2

Callbacks

OnCanPerformRecipe.OnCanPerform.CheckCooking
OnCreateRecipe.OnCreate.SapphBirthdayCake
OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

	recipe Make Birthday Cake
    {
       destroy [Recipe.GetItemTypes.SapphCookingCakes],
	   [Recipe.GetItemTypes.SapphCookingIcing];2,
       Result:CakeRaw_Birthday,
       Time:100.0,
       Category:Cooking,
	   OnCreate:Recipe.OnCreate.SapphBirthdayCake,
	   OnCanPerform: Recipe.OnCanPerform.CheckCooking,
       OnGiveXP:Recipe.OnGiveXP.Cooking3,
	   SkillRequired 		: Cooking=2,
    }