Recette

Wiki Project Zomboid

Brew Coffee

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

Recette

Ingrédients

DétruireCafé moulu
ConsomméWater× 2
DétruireVerre

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéBrew Coffee
Nom variableBrew Coffee6
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 3726 → 3743
Recipe PK3521
Recipe Sigf0b40cd2dfcd4117885ff4fa9aad93e5bbbf85f4

Callbacks

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

Raw block

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