Recette

Wiki Project Zomboid

Brew Coffee

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

Recette

Ingrédients

DétruireCafé moulu
ConsomméWater× 2

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéBrew Coffee
Nom variableBrew Coffee8
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 3762 → 3779
Recipe PK3523
Recipe Sig91b6a3fb4a779412bd9dbdb6a017cebee181062a

Callbacks

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

Raw block

	recipe Brew Coffee8
	{
		destroy GrindedCoffee,
		keep ClothFilter,
		Water=2,
		keep PlasticFilterHolder,
		destroy MugWhite,
		Result 		: MugBrewCoffee2,
		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,
	}