From df17a62d10340a24a987b41ccc8203a221e16a30 Mon Sep 17 00:00:00 2001 From: Thomas Wisneski Date: Wed, 25 Nov 2020 21:36:41 -0600 Subject: [PATCH] Update storage.json (#45630) fixed misplaced crafting time for ammo satchel --- data/json/recipes/armor/storage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/armor/storage.json b/data/json/recipes/armor/storage.json index 93b9e4f3c77e3..af0458f66ee4a 100644 --- a/data/json/recipes/armor/storage.json +++ b/data/json/recipes/armor/storage.json @@ -26,6 +26,7 @@ "skill_used": "tailor", "difficulty": 3, "skills_required": [ "gun", 1 ], + "time": "1 h 30 m", "autolearn": true, "reversible": true, "using": [ [ "tailoring_cotton_patchwork", 1 ], [ "fastener_small", 1 ] ], @@ -36,7 +37,6 @@ "id_suffix": "from leather", "copy-from": "ammo_satchel", "type": "recipe", - "time": "1 h 30 m", "using": [ [ "strap_small", 1 ], [ "tailoring_leather_small", 2 ], [ "fastener_small", 1 ] ], "extend": { "proficiencies": [ { "proficiency": "prof_leatherworking_basic" }, { "proficiency": "prof_leatherworking" } ] } },