Recette

Wiki Project Zomboid

Heat MRE

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

Condition

Aucune compétence requise.

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

Callbacks

IsHidden1
OnCreateRecipe.OnCreate.SapphCreatePrepCooked
OnGiveXPRecipe.OnGiveXP.None

Raw block

	recipe Heat MRE5
	{
		Water=1,
		destroy MRE_FlamelessRationHeater,
		MRE_MeatballsinSauceUn,
		Result 		: MRE_MeatballsinSauce,
		Time 		: 150,
		Category 		: Cooking,
		OnGiveXP:Recipe.OnGiveXP.None,
		OnCreate:Recipe.OnCreate.SapphCreatePrepCooked,
		Sound 		: BoxHiss,
		IsHidden:true,
	}