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: 3726 → 3739 |
| Recipe PK | 3009 |
| Recipe Sig | 560f7bb07a80ef0f9161f84b4df214e191666b6d |
| InSameInventory | 1 |
|---|---|
| OnCreate | Recipe.OnCreate.RipClothing |
| OnTest | Recipe.OnTest.IsNotWorn |
| RemoveResultItem | 1 |
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,
}