From 105a2040635ad203fd7473f73f06ed2845c8bc2a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 13 Sep 2022 19:48:48 -0700 Subject: Allow homemade 40mm shotgun rounds to be made using the makeshift hand press. --- json/recipes/ammo/40x46mm.json | 8 ++++---- json/recipes/ammo/40x53mm.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index 387117b..b261d67 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -151,7 +151,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 24 ] ], + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 24 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ @@ -175,7 +175,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 24 ] ], + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 24 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ @@ -199,7 +199,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "press", -1 ], [ "press_dowel", -1 ] ], [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], @@ -223,7 +223,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "press", -1 ], [ "press_dowel", -1 ] ], [ [ "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 94bd6b1..7e43f75 100644 --- a/json/recipes/ammo/40x53mm.json +++ b/json/recipes/ammo/40x53mm.json @@ -82,7 +82,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 32 ] ], + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 32 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ @@ -106,7 +106,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "press", -1 ], [ "press_dowel", -1 ] ], [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], -- cgit v1.2.1