Recette

Wiki Project Zomboid

Make a Wish

Nom variable Make a Wish Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 80

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéMake a Wish
Nom variableMake a Wish
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps80
OnCreate
OnTest
SoundCandleBlow
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 5711 → 5723
Recipe PK3675
Recipe Sig89c1591e59bb97868832a9decae9a907cabf373a

Callbacks

IsHidden1
OnCreateRecipe.OnCreate.SapphCakeRemoveCandle
OnGiveXPRecipe.OnGiveXP.None
Prop1Source=1

Raw block

	recipe Make a Wish
	{
		destroy CakeBlackForest_Candle,
		Result 		: CakeRaw_BlackForestCake,
		OnGiveXP 		: Recipe.OnGiveXP.None,
		Category 		: Cooking,
		AnimNode:Sapph_CakeWish,
		OnCreate:Recipe.OnCreate.SapphCakeRemoveCandle,
		Time 		: 80,
		Sound:CandleBlow,
		Prop1:Source=1,
		IsHidden: true,
	}