Recette

Wiki Project Zomboid

Make Sausage Casings

Nom variable Make Sausage Casings Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 50

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.SharpKnife]

Résultat

Condition

Aucune compétence requise.

 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake Sausage Casings
Nom variableMake Sausage Casings
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps50
OnCreate
OnTest
SoundPZ_FoodSwoosh
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 4026 → 4037
Recipe PK3542
Recipe Sigf92d11244e62c68b764723ce08b0b523c8371f35

Callbacks

OnCreateRecipe.OnCreate.MakeSausagesCasing
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

	recipe Make Sausage Casings
	{
		keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        DeadMouse/DeadSquirrel/DeadRat,
        Result:Smallanimalmeat,
        Sound:PZ_FoodSwoosh,
        Time:50.0,
        OnCreate:Recipe.OnCreate.MakeSausagesCasing,
        Category:Cooking,
		NeedToBeLearn 		: true,
        OnGiveXP:Recipe.OnGiveXP.Cooking10,
	}