Recette

Wiki Project Zomboid

Brew Coffee

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

Recette

Ingrédients

DétruireCafé moulu
DétruireFiltre à café
ConsomméWater× 2

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéBrew Coffee
Nom variableBrew Coffee2
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 531 → 547
Recipe PK3257
Recipe Sig4133a7bc9ca60b5a6c8e45def9b77031d9e16df7

Callbacks

Heat-0.1
IsHidden1
OnCreateRecipe.OnCreate.SapphAutoCook
OnGiveXPRecipe.OnGiveXP.None

Raw block

	recipe Brew Coffee2
	{
		destroy GrindedCoffee,
		destroy CoffeeFilter,
		Water=2,
		keep PlasticFilterHolder,
		destroy MugWhite,
		Result 		: MugBrewCoffee,
		Time 		: 250.0,
		Category 		: Cooking,
		OnGiveXP 		: Recipe.OnGiveXP.None,
		OnCreate: Recipe.OnCreate.SapphAutoCook,
		Sound 		: FilterDrip,
		CanBeDoneFromFloor 		: true,
		Heat 		: -0.1,
		IsHidden:true,
	}