Recette

Wiki Project Zomboid

Create Marinade

Nom variable Create Marinade Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 200

Recette

Ingrédients

DétruireBol (vide)
Consommé[Recipe.GetItemTypes.SapphCookingSoysauce];2
Consommé[Recipe.GetItemTypes.SapphCookingSugar];2
Consommé[Recipe.GetItemTypes.SapphCookingSalt];2
ConsomméHoney;2
Consommé[Recipe.GetItemTypes.SapphCookingPepper];2

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéCreate Marinade
Nom variableCreate Marinade
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps200
OnCreate
OnTest
SoundWhiskBowl
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 3337 → 3350
Recipe PK3491
Recipe Sige6526617f275e8d76dfc499961bfdacd9f368bcb

Callbacks

OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

	recipe Create Marinade
    	{
		destroy Bowl,
		[Recipe.GetItemTypes.SapphCookingSoysauce];2,
		[Recipe.GetItemTypes.SapphCookingSugar];2,
		[Recipe.GetItemTypes.SapphCookingSalt];2,
		Honey;2,
		[Recipe.GetItemTypes.SapphCookingPepper];2,
        	Result:Bowl_Marinade,
        	Time:200.0,
        	Category:Cooking,
		Sound 	: WhiskBowl,
        	OnGiveXP:Recipe.OnGiveXP.Cooking3,
    	}