From 2b0618314cea74456e5607dadfec062624669865 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Jun 2021 03:05:46 -0700 Subject: Add 40x53mm M430A1 and M1001 recipes Lower sheet metal requirements on hand and 40x46mm grenades --- json/recipes/ammo/40x46mm.json | 6 ++--- json/recipes/ammo/40x53mm.json | 47 +++++++++++++++++++++++++++++++++++++ json/recipes/weapons/explosive.json | 2 +- 3 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 json/recipes/ammo/40x53mm.json diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index 1ed3d61..9509f3d 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -15,7 +15,7 @@ "qualities" : [ { "id": "SCREW", "level": 1 } ], "components": [ [ [ "pilot_light", 1 ] ], - [ [ "sheet_metal_small", 6 ] ], + [ [ "sheet_metal_small", 1 ] ], [ [ "chem_compositionb", 200 ] ], [ [ "40x46mm_m118_casing", 1 ] ], [ [ "smpistol_primer", 1 ] ] @@ -35,10 +35,10 @@ "charges": 1, "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], - "qualities": [ { "id": "CUT", "level": 1 } ], + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ], "components": [ [ [ "paper", 1 ], [ "wax", 1 ] ], - [ [ "sheet_metal_small", 6 ] ], + [ [ "sheet_metal_small", 1 ] ], [ [ "gunpowder_shotgun", 30 ], [ "gunpowder", 30 ] ], [ [ "40x46mm_m199_casing", 1 ] ], [ [ "smpistol_primer", 1 ] ] diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json new file mode 100644 index 0000000..3e6aa34 --- /dev/null +++ b/json/recipes/ammo/40x53mm.json @@ -0,0 +1,47 @@ +[ + { + "result": "40x53mm_m1001", + "type": "recipe", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_GRENADES", + "skill_used": "fabrication", + "difficulty": 6, + "skills_required": [ "mechanics", 6 ], + "time": "30 m", + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "textbook_anarch", 7 ] ], + "charges": 1, + "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "qualities" : [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "pilot_light", 1 ] ], + [ [ "sheet_metal_small", 1 ] ], + [ [ "chem_compositionb", 200 ] ], + [ [ "40x53mm_m169_casing", 1 ] ], + [ [ "lgrifle_primer", 1 ] ] + ] + }, + { + "result": "40x53mm_m430a1", + "type": "recipe", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_GRENADES", + "skill_used": "fabrication", + "difficulty": 6, + "skills_required": [ "launcher", 2 ], + "time": "30 m", + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "textbook_anarch", 7 ] ], + "charges": 1, + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ], + "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "paper", 1 ], [ "wax", 1 ] ], + [ [ "sheet_metal_small", 1 ] ], + [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ], + [ [ "40x53mm_m169_casing", 1 ] ], + [ [ "lgrifle_primer", 1 ] ] + ] + } +] diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json index 6c86e8c..4c9a47e 100644 --- a/json/recipes/weapons/explosive.json +++ b/json/recipes/weapons/explosive.json @@ -125,7 +125,7 @@ "qualities" : [ { "id": "SCREW", "level": 1 } ], "components": [ [ [ "pilot_light", 1 ] ], - [ [ "sheet_metal_small", 6 ] ], + [ [ "sheet_metal_small", 1 ] ], [ [ "chem_compositionb", 200 ] ], [ [ "canister_empty", 1 ] ] ] -- cgit v1.2.1