Recette

Wiki Project Zomboid

Brew Coffee

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

Recette

Ingrédients

DétruireCafé moulu
DétruireFiltre à café
ConsomméWater× 2
DétruireTasse Spiffo (vide)

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéBrew Coffee
Nom variableBrew Coffee4
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 565 → 581
Recipe PK3259
Recipe Sigf44ae7471da92ded6550d6a7cc66d28b4ae7be81

Callbacks

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

Raw block

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