From 21f64c79303fccee0d206e739677d8f2d3e18f12 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 9 Aug 2023 16:19:19 -0700 Subject: Add explosives_casting_standard usage to bootleg m433 ad m430. Remove swage and die from requirements for bootleg m651. --- json/recipes/ammo/40x46mm.json | 5 ++++- json/recipes/ammo/40x53mm.json | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'json/recipes/ammo') diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index 5d109cd..490c6e5 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -13,6 +13,9 @@ "charges": 1, "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], "qualities" : [ { "id": "SCREW", "level": 1 } ], + "using": [ + [ "explosives_casting_standard", 1 ] + ], "components": [ [ [ "sheet_metal_small", 1 ] ], [ [ "military_explosive", 23, "LIST" ] ], @@ -56,7 +59,7 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "textbook_anarch", 7 ] ], "charges": 1, - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "tools": [ [ [ "press", -1 ] ] ], "qualities" : [ { "id": "SCREW", "level": 1 }, { "id": "CHEM", "level": 2 } ], "components": [ [ [ "bleach", 2 ] ], diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json index 420725d..53645d8 100644 --- a/json/recipes/ammo/40x53mm.json +++ b/json/recipes/ammo/40x53mm.json @@ -13,6 +13,9 @@ "charges": 1, "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], "qualities" : [ { "id": "SCREW", "level": 1 } ], + "using": [ + [ "explosives_casting_standard", 1 ] + ], "components": [ [ [ "sheet_metal_small", 1 ] ], [ [ "military_explosive", 36, "LIST" ] ], -- cgit v1.2.1