Recette

Wiki Project Zomboid

Fry Small Bird Meat

Nom variable Fry Small Bird Meat Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 250

Recette

Ingrédients

GarderSpatule / [Recipe.GetItemTypes.Fork] / [Recipe.GetItemTypes.Spoon]
ConsomméFryBatter;1
Consommé[Recipe.GetItemTypes.SapphCookingFriedChickenRecipe]× 1

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéFry Small Bird Meat
Nom variableFry Small Bird Meat
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
SoundFryingSounds
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 873 → 890
Recipe PK3282
Recipe Sig6572f675f99e067f2ffc49b41e86e447e996ca4b

Callbacks

Heat-0.1
OnCreateRecipe.OnCreate.FryingCooking
OnGiveXPRecipe.OnGiveXP.Cooking10
Prop1Source=1
Prop2Cooking_SaucepanOil

Raw block

	recipe Fry Small Bird Meat
	{
		keep Spatula/[Recipe.GetItemTypes.Spoon]/[Recipe.GetItemTypes.Fork],
		FryBatter;1,
		[Recipe.GetItemTypes.SapphCookingFriedChickenRecipe]=1,
		SaucepanwithOil,
		CanBeDoneFromFloor 		: true,
		Result 		: FriedBirdMeat=1,
		Time 		: 250,
		Heat 		: -0.1,
		Category 		: Cooking,
		OnCreate:Recipe.OnCreate.FryingCooking,
		OnGiveXP 		: Recipe.OnGiveXP.Cooking10,
		Sound 		: FryingSounds,
		AnimNode:Disassemble,
		Prop1:Source=1,
		Prop2:Cooking_SaucepanOil,
	}