Aucune compétence requise.
| Nom affiché | Rip Clothing |
|---|---|
| Nom variable | Rip Clothing |
| Mod | KAVALASH_Custom — Kavalash Custom Mod |
| Catégorie | |
| Temps | 100 |
| OnCreate | |
| OnTest | |
| Sound | ClothesRipping |
| Anim |
| Module | Base |
|---|---|
| Source | media\scripts\recipes.txtlignes: 3682 → 3694 |
| Recipe PK | 3006 |
| Recipe Sig | 9eaddb71e6c10ea6385a01e72852c9957766f02f |
| InSameInventory | 1 |
|---|---|
| OnCreate | Recipe.OnCreate.RipClothing |
| OnTest | Recipe.OnTest.IsWorn |
| RemoveResultItem | 1 |
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,
}