Recette

Wiki Project Zomboid

Brew Coffee on Thermos

Nom variable Brew Coffee on Thermos2 Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 500

Recette

Ingrédients

DétruireCafé moulu× 4
DétruireFiltre en tissu
DétruireThermos (vide)
ConsomméWater× 5

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéBrew Coffee on Thermos
Nom variableBrew Coffee on Thermos2
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps500
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 3816 → 3835
Recipe PK3526
Recipe Sig58ec8462c5caf96b69c41e4febfeec22cde3eb6a

Callbacks

Heat-0.1
OnCreateRecipe.OnCreate.SapphBrewCoffee
OnGiveXPRecipe.OnGiveXP.None
Prop1Source=4
Prop2Cooking_CoffeeThermos
StopOnWalk0

Raw block

	recipe Brew Coffee on Thermos2
	{
		destroy GrindedCoffee=4,
		destroy ClothFilter,
		destroy EmptyThermos,
		Water=5,
		keep PlasticFilterHolder,
		AnimNode:Sapph_CoffeePour,
		Result 		: ThermosCoffee,
		Time 		: 500,
		Category 		: Cooking,
		OnGiveXP 		: Recipe.OnGiveXP.None,
		OnCreate 		: Recipe.OnCreate.SapphBrewCoffee,
		Sound 		: FilterDrip,
		CanBeDoneFromFloor 		: true,
		StopOnWalk 		: false,
		Heat 		: -0.1,
		Prop2:Cooking_CoffeeThermos,
		Prop1:Source=4,
	}