Recette

Wiki Project Zomboid

Make Pizza

Nom variable Make Pizza Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 50

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];3
Consommé[Recipe.GetItemTypes.Cheese];15
Consommé[Recipe.GetItemTypes.PizzaSauce];15

Résultat

Condition

Aucune compétence requise.

 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake Pizza
Nom variableMake Pizza
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps50
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\SapphCooking_BaseItems.txt
lignes: 16 → 35
Recipe PK3189
Recipe Sig141e7d28311ed5c4fa9e70f4c4063322be20cea0

Callbacks

OnGiveXPRecipe.OnGiveXP.Cooking10
Override1

Raw block

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

       Result:PizzaRecipe,
       NeedToBeLearn:true,
       Time:50.0,
       Category:Cooking,
       OnGiveXP:Recipe.OnGiveXP.Cooking10,
	   Override:true,
	}