Recette

Wiki Project Zomboid

Make Sausage Casings

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

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.SharpKnife]
ConsomméOiseau (mort)

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 Casings3
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: 4053 → 4065
Recipe PK3544
Recipe Sig70997c7b0d8fd0971d791d806cc542c59a0ac8cb

Callbacks

OnCreateRecipe.OnCreate.MakeSausagesCasing
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

    recipe Make Sausage Casings3
    {
        keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        DeadBird,

        Result:Smallbirdmeat,
        Sound:PZ_FoodSwoosh,
        Time:50.0,
        OnCreate:Recipe.OnCreate.MakeSausagesCasing,
        Category:Cooking,
		NeedToBeLearn 		: true,
        OnGiveXP:Recipe.OnGiveXP.Cooking10,
    }