Recette

Wiki Project Zomboid

Brew Coffee

Nom variable Brew Coffee10 Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 250

Recette

Ingrédients

ConsomméCafé moulu
ConsomméWater× 2

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéBrew Coffee
Nom variableBrew Coffee10
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 3798 → 3815
Recipe PK3525
Recipe Sigf081feb4a8e7b0533391d774480f8945b79c0152

Callbacks

Heat-0.1
OnCreateRecipe.OnCreate.SapphBrewCoffee
OnGiveXPRecipe.OnGiveXP.None
Prop1Source=4
Prop2Source=5

Raw block

	recipe Brew Coffee10
	{
		GrindedCoffee,
		keep ClothFilter,
		keep PlasticFilterHolder,
		Water=2,
		destroy MugSpiffo,
		Result 		: MugBrewCoffee4,
		Time 		: 250.0,
		Category 		: Cooking,
		OnGiveXP 		: Recipe.OnGiveXP.None,
		OnCreate 		: Recipe.OnCreate.SapphBrewCoffee,
		Sound 		: FilterDrip,
		CanBeDoneFromFloor 		: true,
		Heat 		: -0.1,
		Prop2:Source=5,
		Prop1:Source=4,
	}