From 049732d3cbe6639ec9f92ba1cea574171d4bdeaf Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Oct 2022 14:57:37 -0700 Subject: Move the makeshift 40mm rounds into the grenade category. -They are not shotgun rounds, even if they act like it. --- json/recipes/ammo/40x46mm.json | 12 ++++++------ json/recipes/ammo/40x53mm.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index bcc0a56..4763481 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -94,7 +94,7 @@ "result": "40x46mm_buckshot_m118", "type": "recipe", "category": "CC_AMMO", - "subcategory": "CSC_AMMO_SHOT", + "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", "difficulty": 4, "skills_required": [ "launcher", 2 ], @@ -117,7 +117,7 @@ "result": "40x46mm_buckshot_m199", "type": "recipe", "category": "CC_AMMO", - "subcategory": "CSC_AMMO_SHOT", + "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", "difficulty": 4, "skills_required": [ "launcher", 2 ], @@ -140,7 +140,7 @@ "result": "40x46mm_slug_m118", "type": "recipe", "category": "CC_AMMO", - "subcategory": "CSC_AMMO_SHOT", + "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", "difficulty": 4, "skills_required": [ "launcher", 2 ], @@ -163,7 +163,7 @@ "result": "40x46mm_slug_m199", "type": "recipe", "category": "CC_AMMO", - "subcategory": "CSC_AMMO_SHOT", + "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", "difficulty": 4, "skills_required": [ "launcher", 2 ], @@ -186,7 +186,7 @@ "result": "40x46mm_flechette_m118", "type": "recipe", "category": "CC_AMMO", - "subcategory": "CSC_AMMO_SHOT", + "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", "difficulty": 4, "skills_required": [ "launcher", 2 ], @@ -209,7 +209,7 @@ "result": "40x46mm_flechette_m199", "type": "recipe", "category": "CC_AMMO", - "subcategory": "CSC_AMMO_SHOT", + "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", "difficulty": 4, "skills_required": [ "launcher", 2 ], diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json index 65ba2c9..d73d126 100644 --- a/json/recipes/ammo/40x53mm.json +++ b/json/recipes/ammo/40x53mm.json @@ -49,7 +49,7 @@ "result": "40x53mm_buckshot_m169", "type": "recipe", "category": "CC_AMMO", - "subcategory": "CSC_AMMO_SHOT", + "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", "difficulty": 4, "skills_required": [ "launcher", 2 ], @@ -72,7 +72,7 @@ "result": "40x53mm_slug_m169", "type": "recipe", "category": "CC_AMMO", - "subcategory": "CSC_AMMO_SHOT", + "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", "difficulty": 4, "skills_required": [ "launcher", 2 ], @@ -95,7 +95,7 @@ "result": "40x53mm_flechette_m169", "type": "recipe", "category": "CC_AMMO", - "subcategory": "CSC_AMMO_SHOT", + "subcategory": "CSC_AMMO_GRENADES", "skill_used": "fabrication", "difficulty": 4, "skills_required": [ "launcher", 2 ], -- cgit v1.2.1