Recette

Wiki Project Zomboid

Brew Coffee

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

Recette

Ingrédients

DétruireCafé moulu
ConsomméWater× 2
DétruireTasse (vide)

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéBrew Coffee
Nom variableBrew Coffee7
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 3744 → 3761
Recipe PK3522
Recipe Sig10bd3ae58e350bb8199fdd6bc9ec33c2761fe779

Callbacks

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

Raw block

	recipe Brew Coffee7
	{
		destroy GrindedCoffee,
		keep ClothFilter,
		Water=2,
		keep PlasticFilterHolder,
		destroy Mugl,
		Result 		: MugBrewCoffee,
		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,
	}