Recette

Wiki Project Zomboid

Fry Eggplant

Nom variable Fry Eggplant Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 150

Recette

Ingrédients

GarderSpatule / [Recipe.GetItemTypes.Fork] / [Recipe.GetItemTypes.Spoon]
ConsomméTranches d'aubergine× 1
ConsomméBreadCrumbs;2

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéFry Eggplant
Nom variableFry Eggplant
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps150
OnCreate
OnTest
SoundFryingSounds
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 4869 → 4886
Recipe PK3611
Recipe Sig6e0810f453300a88749a379ef825ddd89c54c9a1

Callbacks

Heat-0.1
OnCreateRecipe.OnCreate.SapphAutoCook
OnGiveXPRecipe.OnGiveXP.Cooking10
Prop1Cooking_FryingPanEggplant
Prop2Source=1

Raw block

	recipe Fry Eggplant
	{
		keep Spatula/[Recipe.GetItemTypes.Spoon]/[Recipe.GetItemTypes.Fork],
		SlicedEggplant=1,
		BreadCrumbs;2,
		FryingPanwithOil,
		Result 		: FriedEggplant,
		CanBeDoneFromFloor 		: true,
		Time 		: 150,
		Heat 		: -0.1,
		Category 		: Cooking,
		OnGiveXP 		: Recipe.OnGiveXP.Cooking10,
		Sound 		: FryingSounds,
		AnimNode:Sapph_CookingWok,
		Prop2:Source=1,
		Prop1: Cooking_FryingPanEggplant,
		OnCreate:Recipe.OnCreate.SapphAutoCook,
	}