Recette

Wiki Project Zomboid

Remove Sleeves

Nom variable Make Flight Jacket Vest Mod KAVALASH_SpnCloth Spongie's Clothing Time 50

Recette

Ingrédients

Garder[Recipe.GetItemTypes.Scissors] / [Recipe.GetItemTypes.SharpKnife]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéRemove Sleeves
Nom variableMake Flight Jacket Vest
ModKAVALASH_SpnCloth — Spongie's Clothing
Catégorie
Temps50
OnCreate
OnTest
SoundClothesRipping
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\SpongieClothing_Recipes.txt
lignes: 3 → 13
Recipe PK3761
Recipe Sig00f3a32d3b1130c831c0f4ba625862581aa2f2cf

Callbacks

OnCreateRecipe.OnCreate.UpdateClothingVisual

Raw block

    recipe Make Flight Jacket Vest
    {
        Jacket_Flight/Jacket_FlightOPEN,
	   keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.Scissors],

        Result:Jacket_FlightVest,
        OnCreate:Recipe.OnCreate.UpdateClothingVisual,
        Sound:ClothesRipping,
        Time:50.0,
		AnimNode:RipSheets,
    }