Recette

Wiki Project Zomboid

Cook Risotto

Nom variable Cook Risotto Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 150

Recette

Ingrédients

Consommé[Recipe.GetItemTypes.SapphCookingCheese];2
ConsomméWine;2
ConsomméArborioRice;10
GarderSpatule / [Recipe.GetItemTypes.Fork] / [Recipe.GetItemTypes.Spoon]

Résultat

Condition

Compétences

Cooking niveau 2
 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéCook Risotto
Nom variableCook Risotto
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps150
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 1227 → 1247
Recipe PK3311
Recipe Sig1036cd26ca8391405c888dfc41e66f99b2699f2a

Compétences requises

Cooking2

Callbacks

Heat-0.1
Obsolete1
OnCreateRecipe.OnCreate.SapphAutoCook
OnGiveXPRecipe.OnGiveXP.Cooking10
Prop1Source=5
Prop2Cooking_SaucepanOil

Raw block

	recipe Cook Risotto
	{
		destroy SaucepanwithStock,
		[Recipe.GetItemTypes.SapphCookingCheese];2,
		Wine;2,
		ArborioRice;10,
		keep Spatula/[Recipe.GetItemTypes.Spoon]/[Recipe.GetItemTypes.Fork],
		Result 		: SaucepanwithRisotto,
		Time 		: 150,
		Category 		: Cooking,
		NeedToBeLearn 		: true,
		OnGiveXP 		: Recipe.OnGiveXP.Cooking10,
		OnCreate:Recipe.OnCreate.SapphAutoCook,
		SkillRequired 		: Cooking=2,
		Heat 		: -0.1,
		AnimNode:Disassemble,
		Prop1:Source=5,
		Prop2:Cooking_SaucepanOil,
		CanBeDoneFromFloor 		: true,
		Obsolete:true,
	}