Recette

Wiki Project Zomboid

Rip Clothing

Nom variable Rip Clothing Mod KAVALASH_Custom Kavalash Custom Mod 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éRip Clothing
Nom variableRip Clothing
ModKAVALASH_Custom — Kavalash Custom Mod
Catégorie
Temps100
OnCreate
OnTest
SoundClothesRipping
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 3726 → 3739
Recipe PK3009
Recipe Sig560f7bb07a80ef0f9161f84b4df214e191666b6d

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,
    }