From c12a90c7a9be5feeca065e2bb8a5ea2af35359f2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 13 Sep 2022 20:08:50 -0700 Subject: Increase lead usage in 40mm shotgun rounds to compensate for their high damage. No more sheet metal for crafting 40mm shotgun rounds. -Sheet metal is for shrapnel, not buckshot. No longer require lead for crafting 40mm flechette rounds. -Lead is for buckshot and slugs, not flechettes. --- json/recipes/ammo/40x53mm.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'json/recipes/ammo/40x53mm.json') diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json index 4b050c7..120dd3d 100644 --- a/json/recipes/ammo/40x53mm.json +++ b/json/recipes/ammo/40x53mm.json @@ -34,7 +34,7 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "textbook_anarch", 7 ] ], "charges": 1, - "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ], + "using": [ [ "shot_forming", 2 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ], "components": [ @@ -58,11 +58,10 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ], + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 22 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ - [ [ "sheet_metal_small", 1 ] ], [ [ "paper", 1 ], [ "wax", 1 ] ], [ [ "gunpowder", 35 ] ], [ [ "lgrifle_primer", 1 ] ], @@ -82,11 +81,10 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 32 ] ], + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 44 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ - [ [ "sheet_metal_small", 1 ] ], [ [ "paper", 1 ], [ "wax", 1 ] ], [ [ "gunpowder", 35 ] ], [ [ "lgrifle_primer", 1 ] ], @@ -109,7 +107,6 @@ "tools": [ [ [ "press", -1 ], [ "press_dowel", -1 ] ], [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ - [ [ "sheet_metal_small", 1 ] ], [ [ "paper", 1 ], [ "wax", 1 ] ], [ [ "combatnail", 100 ] ], [ [ "gunpowder", 35 ] ], -- cgit v1.2.1