Recette

Wiki Project Zomboid

Brew Coffee

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

Recette

Ingrédients

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

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéBrew Coffee
Nom variableBrew Coffee3
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps250
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 548 → 564
Recipe PK3258
Recipe Sig12a281881217b28b0f10a338bbcd9436759bdb30

Callbacks

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

Raw block

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