Recette

Wiki Project Zomboid

Brew Coffee

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

Recette

Ingrédients

ConsomméCafé moulu
ConsomméFiltre à café
ConsomméWater× 2
DétruireTasse (vide)

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéBrew Coffee
Nom variableBrew Coffee5
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 582 → 600
Recipe PK3260
Recipe Sig1707a785cd651196fbd3e6d187d0d81e69c68474

Callbacks

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

Raw block

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