From bdccb5080e97b1b40c186e2d6ccb238248a28cdd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Sep 2021 13:12:22 -0700 Subject: Remove press tool from 40mm shotgun recipes as shot_forming requirement already includes it. --- json/recipes/ammo/40x46mm.json | 2 +- json/recipes/ammo/40x53mm.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'json') diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index 75ebad8..f034186 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -35,7 +35,7 @@ "book_learn": [ [ "textbook_anarch", 7 ] ], "charges": 1, "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ], "components": [ [ [ "paper", 1 ], [ "wax", 1 ] ], diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json index 423b3a5..e19f620 100644 --- a/json/recipes/ammo/40x53mm.json +++ b/json/recipes/ammo/40x53mm.json @@ -35,7 +35,7 @@ "book_learn": [ [ "textbook_anarch", 7 ] ], "charges": 1, "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ], "components": [ [ [ "paper", 1 ], [ "wax", 1 ] ], -- cgit v1.2.1