Recette

Wiki Project Zomboid

Heat MRE

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

Condition

Aucune compétence requise.

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

Callbacks

IsHidden1
OnCreateRecipe.OnCreate.SapphCreatePrepCooked
OnGiveXPRecipe.OnGiveXP.None

Raw block

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