diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-04 14:57:37 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-04 14:57:37 -0700 |
commit | 049732d3cbe6639ec9f92ba1cea574171d4bdeaf (patch) | |
tree | 9de36f47d7ea76b0cb1ee21cc0f7d9a97eaab038 /json/recipes/ammo | |
parent | Updated uncraft ala 2022-09-15-2016. (diff) | |
download | cataclysm-dda-mod_grenade-crafting-049732d3cbe6639ec9f92ba1cea574171d4bdeaf.tar.xz |
Move the makeshift 40mm rounds into the grenade category.
-They are not shotgun rounds, even if they act like it.
Diffstat (limited to 'json/recipes/ammo')
-rw-r--r-- | json/recipes/ammo/40x46mm.json | 12 | ||||
-rw-r--r-- | 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 ], |