Recette

Wiki Project Zomboid

Cook Omelette

Nom variable Cook Omelette Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 100

Recette

Ingrédients

Consommé[Recipe.GetItemTypes.SapphCookingEgg]× 2
GarderSpatule / [Recipe.GetItemTypes.Fork] / [Recipe.GetItemTypes.Spoon]

Résultat

Condition

Compétences

Cooking niveau 1
Résumé
Nom affichéCook Omelette
Nom variableCook Omelette
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 901 → 917
Recipe PK3284
Recipe Sigd5c5b0a6cef6b140c2f436b5c3d536b500f70f4d

Compétences requises

Cooking1

Callbacks

Heat-0.1
OnCreateRecipe.OnCreate.SapphAutoCook
OnGiveXPRecipe.OnGiveXP.Cooking10
Prop1Cooking_FryingPanOmelette
Prop2Source=3

Raw block

	recipe Cook Omelette
	{
		[Recipe.GetItemTypes.SapphCookingEgg]=2,
		FryingPanwithOil,
		keep Spatula/[Recipe.GetItemTypes.Spoon]/[Recipe.GetItemTypes.Fork],
		Result 		: EggOmelette,
		Time 		: 100,
		Category 		: Cooking,
		OnGiveXP 		: Recipe.OnGiveXP.Cooking10,
		OnCreate:Recipe.OnCreate.SapphAutoCook,
		SkillRequired 		: Cooking=1,
		Heat 		: -0.1,
		CanBeDoneFromFloor 		: true,
		AnimNode:Sapph_CookingWok,
		Prop2: Source=3,
		Prop1: Cooking_FryingPanOmelette,
	}