Recette

Wiki Project Zomboid

Make Taco Shell

Nom variable Make Taco Shell Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 150

Recette

Ingrédients

GarderSpatule / [Recipe.GetItemTypes.Fork] / [Recipe.GetItemTypes.Spoon]
ConsomméTortilla

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéMake Taco Shell
Nom variableMake Taco Shell
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps150
OnCreate
OnTest
SoundFryingSounds
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 5939 → 5955
Recipe PK3694
Recipe Sig3772638d109d4010c11f88d71d066a48c2c15bdf

Callbacks

Heat-0.1
OnCreateRecipe.OnCreate.FryingCooking
OnGiveXPRecipe.OnGiveXP.Cooking3
Prop1Source=1
Prop2Cooking_SaucepanOil

Raw block

	recipe Make Taco Shell
    {
		keep Spatula/[Recipe.GetItemTypes.Spoon]/[Recipe.GetItemTypes.Fork],
		SaucepanwithOil,
        Tortilla,
        Result:TacoShell,
        Time:150.0,
		CanBeDoneFromFloor 		: true,
        OnCreate:Recipe.OnCreate.FryingCooking,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.Cooking3,
		Heat 		: -0.1,
		Sound 		: FryingSounds,
		AnimNode:Disassemble,
		Prop1:Source=1,
		Prop2: Cooking_SaucepanOil,
    }