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: 3747 → 3759
Recipe PK4313
Recipe Sig0597f4a6b0f085039185830730b21c445dc9b753

Callbacks

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

Raw block

    recipe Rip Clothing /*this second recipe is so that worn clothing items are not consumed when ripping all 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.IsWorn,
    }