Recette

Wiki Project Zomboid

Make New Year Cake

Nom variable Make New Year Cake Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 200

Recette

Ingrédients

GarderSpatule / [Recipe.GetItemTypes.Fork] / [Recipe.GetItemTypes.Spoon]
Consommé[Recipe.GetItemTypes.Flour]× 2
Consommé[Recipe.GetItemTypes.SapphCookingSugar];8
Consommé[Recipe.GetItemTypes.SapphCookingSalt];5
Consommé[Recipe.GetItemTypes.SapphCookingOil];2
Consommé[Recipe.GetItemTypes.SapphCookingMilk];2

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéMake New Year Cake
Nom variableMake New Year Cake
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps200
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 5125 → 5139
Recipe PK3630
Recipe Siga7362f29e82c24cac43832f73c29928c787d859e

Callbacks

OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

	recipe Make New Year Cake
    {
	   keep Spatula/[Recipe.GetItemTypes.Spoon]/[Recipe.GetItemTypes.Fork],
       [Recipe.GetItemTypes.Flour]=2,
       [Recipe.GetItemTypes.SapphCookingSugar];8,
	   [Recipe.GetItemTypes.SapphCookingSalt];5,
       [Recipe.GetItemTypes.SapphCookingOil];2,
	   [Recipe.GetItemTypes.SapphCookingMilk];2,
	   BakingPan,

       Result:Cake_NianGao,
       Time:200.0,
       Category:Cooking,
       OnGiveXP:Recipe.OnGiveXP.Cooking10,
    }