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: 3741 → 3754 |
| Recipe PK | 3010 |
| Recipe Sig | 710a63695e3fee64ced092d4df74ba537dcb0548 |
| 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_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.IsWorn,
}