Recette

Wiki Project Zomboid

Prepare Scotch Egg

Nom variable Prepare Scotch Egg Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 100

Recette

Ingrédients

ConsomméEggBoiled;10
ConsomméBreadCrumbs;2
Consommé[Recipe.GetItemTypes.SapphCookingMincedMeat];10
GarderCouperet / [Recipe.GetItemTypes.SapphCookingKnifes]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéPrepare Scotch Egg
Nom variablePrepare Scotch Egg
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 4080 → 4093
Recipe PK3546
Recipe Sig77f2a09f008fc35182076fedf18d3d1fbe5d3336

Callbacks

OnCreateRecipe.OnCreate.FryingBatter
OnGiveXPRecipe.OnGiveXP.None

Raw block

	recipe Prepare Scotch Egg
	{
		EggBoiled;10,
		BreadCrumbs;2,
		[Recipe.GetItemTypes.SapphCookingMincedMeat];10,
		keep [Recipe.GetItemTypes.SapphCookingKnifes]/MeatCleaver,
		Result 		: ScotchEggRaw,
		Time 		: 100.0,
		Category 		: Cooking,
		OnGiveXP 		: Recipe.OnGiveXP.None,
		OnCreate: Recipe.OnCreate.FryingBatter,
		CanBeDoneFromFloor 		: true,
		AnimNode:Disassemble,
	}