From 364b05311194da3d782cbdcc6efd1572f04aad04 Mon Sep 17 00:00:00 2001 From: Aeiouuu01234 <52901609+Aeiouuu01234@users.noreply.github.com> Date: Sun, 11 Dec 2022 23:31:17 -0600 Subject: [PATCH] adding dissasembling for sling vests they need one you know... --- data/json/uncraft/armor/storage.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/json/uncraft/armor/storage.json b/data/json/uncraft/armor/storage.json index 346cff6777b62..37710ad86b972 100644 --- a/data/json/uncraft/armor/storage.json +++ b/data/json/uncraft/armor/storage.json @@ -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 ] ] ] } ]