From 080bf7ccdece578f7c9b34c3cab9e0c9173eabb0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Jun 2021 02:51:23 -0700 Subject: Clean up primer and gunpowder use in 40x46mm and 40x53mm grenades. --- Readme.txt | 5 +++ json/recipes/ammo/40x46mm.json | 6 ++-- json/recipes/ammo/40x53mm.json | 74 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 3 deletions(-) create mode 100644 json/recipes/ammo/40x53mm.json diff --git a/Readme.txt b/Readme.txt index 9e7ac6c..0407245 100644 --- a/Readme.txt +++ b/Readme.txt @@ -114,3 +114,8 @@ The base one could. --- 40x46mm reloaded: Can now use mixed gunpowder in addition to shotgun powder. +Use small pistol primer instead of large pistol primer. + +--- +40x53mm reloaded: +Can now use mixed gunpowder in addition to shotgun powder. diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index a5dd17f..d689934 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -44,7 +44,7 @@ [ [ "paper", 1 ], [ "wax", 1 ] ], [ [ "gunpowder_shotgun", 30 ], [ "gunpowder", 30 ] ], [ [ "40x46mm_m199_casing", 1 ] ], - [ [ "lgpistol_primer", 1 ] ] + [ [ "smpistol_primer", 1 ] ] ] }, { @@ -92,7 +92,7 @@ [ [ "paper", 1 ], [ "wax", 1 ] ], [ [ "gunpowder_shotgun", 30 ], [ "gunpowder", 30 ] ], [ [ "40x46mm_m199_casing", 1 ] ], - [ [ "lgpistol_primer", 1 ] ] + [ [ "smpistol_primer", 1 ] ] ] }, { @@ -140,7 +140,7 @@ [ [ "combatnail", 70 ] ], [ [ "gunpowder_shotgun", 30 ], [ "gunpowder", 30 ] ], [ [ "40x46mm_m199_casing", 1 ] ], - [ [ "lgpistol_primer", 1 ] ] + [ [ "smpistol_primer", 1 ] ] ] } ] diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json new file mode 100644 index 0000000..f1f54f8 --- /dev/null +++ b/json/recipes/ammo/40x53mm.json @@ -0,0 +1,74 @@ +[ + { + "result": "40x53mm_buckshot_m169", + "type": "recipe", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_SHOT", + "skill_used": "fabrication", + "difficulty": 4, + "skills_required": [ "launcher", 2 ], + "time": "10 m", + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], + "charges": 1, + "reversible": true, + "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ], + "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "qualities": [ { "id": "CUT", "level": 1 } ], + "components": [ + [ [ "sheet_metal_small", 1 ] ], + [ [ "paper", 1 ], [ "wax", 1 ] ], + [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ], + [ [ "40x53mm_m169_casing", 1 ] ], + [ [ "lgrifle_primer", 1 ] ] + ] + }, + { + "result": "40x53mm_slug_m169", + "type": "recipe", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_SHOT", + "skill_used": "fabrication", + "difficulty": 4, + "skills_required": [ "launcher", 2 ], + "time": "10 m", + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], + "charges": 1, + "reversible": true, + "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 16 ] ], + "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "qualities": [ { "id": "CUT", "level": 1 } ], + "components": [ + [ [ "sheet_metal_small", 1 ] ], + [ [ "paper", 1 ], [ "wax", 1 ] ], + [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ], + [ [ "40x53mm_m169_casing", 1 ] ], + [ [ "lgrifle_primer", 1 ] ] + ] + }, + { + "result": "40x53mm_flechette_m169", + "type": "recipe", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_SHOT", + "skill_used": "fabrication", + "difficulty": 4, + "skills_required": [ "launcher", 2 ], + "time": "10 m", + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], + "charges": 1, + "reversible": true, + "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "qualities": [ { "id": "CUT", "level": 1 } ], + "components": [ + [ [ "sheet_metal_small", 1 ] ], + [ [ "paper", 1 ], [ "wax", 1 ] ], + [ [ "combatnail", 100 ] ], + [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ], + [ [ "40x53mm_m169_casing", 1 ] ], + [ [ "lgrifle_primer", 1 ] ] + ] + } +] -- cgit v1.2.1