From 31914022abc4e0a38240d94c6724131d9a622055 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Sep 2021 13:28:29 -0700 Subject: Clean up 40mm shot recipes. --- json/recipes/ammo/40x46mm.json | 16 +++++++++------- json/recipes/ammo/40x53mm.json | 8 ++++---- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index d689934..412b2e4 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -13,7 +13,7 @@ "charges": 1, "reversible": true, "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], @@ -37,7 +37,7 @@ "charges": 1, "reversible": true, "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], @@ -60,8 +60,8 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 12 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], @@ -84,8 +84,8 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 12 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], @@ -108,7 +108,8 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], @@ -132,6 +133,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json index f1f54f8..ca013df 100644 --- a/json/recipes/ammo/40x53mm.json +++ b/json/recipes/ammo/40x53mm.json @@ -13,7 +13,7 @@ "charges": 1, "reversible": true, "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], @@ -36,8 +36,8 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 16 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], @@ -60,7 +60,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], -- cgit v1.2.1