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_Cotton]

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: 3733 → 3745
Recipe PK4312
Recipe Sig83b8bc3d6085858a0f8a6632071d33196cb2cc15

Callbacks

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

Raw block

    recipe Rip Clothing
    {
        [Recipe.GetItemTypes.RipClothing_Cotton],

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