Recette

Wiki Project Zomboid

Make Calzone

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

Recette

Ingrédients

GarderSpatule / [Recipe.GetItemTypes.Fork] / [Recipe.GetItemTypes.Spoon]
GarderBol (vide)
ConsomméWater× 3
Consommé[Recipe.GetItemTypes.Flour]× 2
ConsomméSalt;2
ConsomméLevure
Consommé[Recipe.GetItemTypes.Oil];2
Consommé[Recipe.GetItemTypes.Cheese];10
Consommé[Recipe.GetItemTypes.PizzaSauce];10

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéMake Calzone
Nom variableMake Calzone
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 6607 → 6624
Recipe PK3741
Recipe Sigd99cc3c7c2ba8ce34c3b5871877df07976daa83b

Callbacks

OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

	recipe Make Calzone
    {
	   keep Spatula/[Recipe.GetItemTypes.Spoon]/[Recipe.GetItemTypes.Fork],
	   keep Bowl,
       keep RollingPin,
       Water=3,
       [Recipe.GetItemTypes.Flour]=2,
       Salt;2,
       Yeast,
	   [Recipe.GetItemTypes.Oil];2,
	   [Recipe.GetItemTypes.Cheese];10,
	   [Recipe.GetItemTypes.PizzaSauce];10,	

       Result:CalzoneRecipe,
       Time:100.0,
       Category:Cooking,
       OnGiveXP:Recipe.OnGiveXP.Cooking10,
	}