Recette

Wiki Project Zomboid

Make Beef Wellington

Nom variable Make Beef Wellington Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 250

Recette

Ingrédients

ConsomméPetite boule de pâte× 1
ConsomméViande attendrie× 1
Consommé[Recipe.GetItemTypes.SapphCookingMushroom]× 2
GarderCouperet / [Recipe.GetItemTypes.DullKnife] / [Recipe.GetItemTypes.SharpKnife]

Résultat

Condition

Compétences

Cooking niveau 5
Résumé
Nom affichéMake Beef Wellington
Nom variableMake Beef Wellington
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 6240 → 6252
Recipe PK3716
Recipe Sig155cfd7b2982b4c6789cfb67c0f1892146f80532

Compétences requises

Cooking5

Callbacks

OnCreateRecipe.OnCreate.SapphCreatePrep
OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

	recipe Make Beef Wellington
	{
		SmallDough=1,
		TenderizedMeat=1,
		[Recipe.GetItemTypes.SapphCookingMushroom]=2,
		keep [Recipe.GetItemTypes.DullKnife]/[Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
		Result 		: BeefWellington,
		Time 		: 250,
		Category 		: Cooking,
		OnGiveXP 		: Recipe.OnGiveXP.Cooking3,
		SkillRequired 	: Cooking=5,
		OnCreate:Recipe.OnCreate.SapphCreatePrep,
	}