From 74396120441bb1223d39adf8d10231e2342afbf6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Sep 2021 13:38:08 -0700 Subject: Fix 40mm shotgun recipes again. --- json/recipes/ammo/40x46mm.json | 6 +++--- json/recipes/ammo/40x53mm.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'json') diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index 412b2e4..705d5fc 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -108,7 +108,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], + "using": [ [ "shot_forming", 2 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ @@ -133,8 +133,8 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "using": [ [ "shot_forming", 2 ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json index ca013df..c68ed06 100644 --- a/json/recipes/ammo/40x53mm.json +++ b/json/recipes/ammo/40x53mm.json @@ -60,6 +60,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, + "using": [ [ "shot_forming", 2 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ -- cgit v1.2.1