Skip to content

Commit

Permalink
Merge pull request #62711 from Aeiouuu01234/patch-1
Browse files Browse the repository at this point in the history
Adding disassembling for sling vests
  • Loading branch information
Rivet-the-Zombie authored Dec 18, 2022
2 parents df83f9a + 364b053 commit 59756b0
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 59756b0

Please sign in to comment.