Skip to content

Commit

Permalink
adding dissasembling for sling vests
Browse files Browse the repository at this point in the history
they need one you know...
  • Loading branch information
Aeiouuu01234 authored Dec 12, 2022
1 parent f643cd5 commit 364b053
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/json/uncraft/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,25 @@
"time": "30 s",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "leather", 6 ] ], [ [ "scrap", 3 ] ] ]
},
{
"result": "load_bearing_vest_sling",
"type": "uncraft",
"activity_level": "LIGHT_EXERCISE",
"skill_used": "tailor",
"difficulty": 1,
"time": "5 m",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "load_bearing_vest", 1 ] ], [ [ "single_sling", 1 ] ] ]
},
{
"result": "heavy_load_bearing_vest_sling",
"type": "uncraft",
"activity_level": "LIGHT_EXERCISE",
"skill_used": "tailor",
"difficulty": 1,
"time": "5 m",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "heavy_load_bearing_vest", 1 ] ], [ [ "single_sling", 1 ] ] ]
}
]

0 comments on commit 364b053

Please sign in to comment.