Recette

Wiki Project Zomboid

Heat MRE

Nom variable Heat MRE Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 150

Condition

Aucune compétence requise.

Résumé
Nom affichéHeat MRE
Nom variableHeat MRE
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps150
OnCreate
OnTest
SoundBoxHiss
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_MREs.txt
lignes: 812 → 823
Recipe PK3199
Recipe Sigb75af63913e33564e4b501081ef6856c015d6368

Callbacks

OnCreateRecipe.OnCreate.SapphCreatePrepCooked
OnGiveXPRecipe.OnGiveXP.None

Raw block

	recipe Heat MRE
	{
		Water=1,
		destroy MRE_FlamelessRationHeater,
		MRE_BeefStewUn,
		Result 		: MRE_BeefStew,
		Time 		: 150,
		Category 		: Cooking,
		OnGiveXP:Recipe.OnGiveXP.None,
		OnCreate:Recipe.OnCreate.SapphCreatePrepCooked,
		Sound 		: BoxHiss,
	}