Recette

Wiki Project Zomboid

Déchirer les vêtements

Nom variable Rip Clothing Mod Vanilla Vanilla Time 100

Recette

Ingrédients

Consommé[Recipe.GetItemTypes.RipClothing_Leather]
Garder[Recipe.GetItemTypes.Scissors]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéDéchirer les vêtements
Nom variableRip Clothing
ModVanilla — Vanilla
Catégorie
Temps100
OnCreate
OnTest
SoundClothesRipping
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 3791 → 3804
Recipe PK4316
Recipe Sigc56b697bd8b0e1033f3b518bd2bd73fd2bd8fad6

Callbacks

InSameInventory1
OnCreateRecipe.OnCreate.RipClothing
OnTestRecipe.OnTest.IsNotWorn
RemoveResultItem1

Raw block

    recipe Rip Clothing
    {
        [Recipe.GetItemTypes.RipClothing_Leather],
        keep [Recipe.GetItemTypes.Scissors],

        Result:LeatherStrips,
        RemoveResultItem:true,
        InSameInventory:true,
        Sound:ClothesRipping,
        Time:100.0,
        AnimNode:RipSheets,
        OnCreate:Recipe.OnCreate.RipClothing,
		OnTest:Recipe.OnTest.IsNotWorn,
    }