Recette

Wiki Project Zomboid

Make Sausage Casings

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

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.SharpKnife]
ConsomméLapin (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 Casings2
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: 4039 → 4051
Recipe PK3543
Recipe Sig717b3b2ed3b7373716b417f48a185e54d0025ceb

Callbacks

OnCreateRecipe.OnCreate.MakeSausagesCasing
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

	recipe Make Sausage Casings2
    {
        keep [Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        DeadRabbit,

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