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: 918 → 934
Recipe PK3285
Recipe Sige52f6ecaa5fdf08070f80c1c30cf3b43d23c9c2d

Compétences requises

Cooking1

Callbacks

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

Raw block

	recipe Cook Omelette
	{
		[Recipe.GetItemTypes.SapphCookingEgg]=2,
		WokPan_Oil,
		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_WokOmelette,
	}