Recette

Wiki Project Zomboid

Brew Coffee on Thermos

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

Recette

Ingrédients

DétruireCafé moulu× 4
DétruireFiltre à café
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 Thermos
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps500
OnCreate
OnTest
SoundFilterDrip
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 686 → 705
Recipe PK3270
Recipe Siga2cadba3fa8f0f81be4792e38cc72e784f157b3d

Callbacks

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

Raw block

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