From 4f380a30f5c7c548e3e708f0062af895dc7e3800 Mon Sep 17 00:00:00 2001 From: Fris0uman <41293484+Fris0uman@users.noreply.github.com> Date: Mon, 16 Dec 2019 19:59:05 +0100 Subject: [PATCH] Adjust staff sling crafting requirements (#36161) * Update staff sling recipe * sling require sewing --- data/json/recipes/recipe_weapon.json | 3 ++- data/json/recipes/weapon/ranged.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/data/json/recipes/recipe_weapon.json b/data/json/recipes/recipe_weapon.json index 08ea09b3e15ab..051b5929f97e8 100644 --- a/data/json/recipes/recipe_weapon.json +++ b/data/json/recipes/recipe_weapon.json @@ -171,10 +171,11 @@ "category": "CC_WEAPON", "subcategory": "CSC_WEAPON_RANGED", "skill_used": "fabrication", + "skills_required": [ "tailor", 1 ], "time": "1 m", "reversible": true, "autolearn": true, - "qualities": [ { "id": "CUT", "level": 1 } ], + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], "components": [ [ [ "filament", 20, "LIST" ] ], [ [ "leather", 1 ], [ "fur", 1 ] ] ] }, { diff --git a/data/json/recipes/weapon/ranged.json b/data/json/recipes/weapon/ranged.json index 882e878e47d3d..423d9ea11e615 100644 --- a/data/json/recipes/weapon/ranged.json +++ b/data/json/recipes/weapon/ranged.json @@ -22,10 +22,10 @@ "skill_used": "fabrication", "difficulty": 3, "skills_required": [ "throw", 1 ], - "time": "1 h", + "time": "30 m", "autolearn": true, - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SAW_W", "level": 1 } ], - "components": [ [ [ "stick_long", 1 ] ], [ [ "sling", 1 ] ], [ [ "nail", 1 ] ] ] + "qualities": [ { "id": "SAW_W", "level": 1 }, { "id": "CUT", "level": 1 } ], + "components": [ [ [ "stick_long", 1 ] ], [ [ "sling", 1 ] ] ] }, { "result": "nailrifle",