summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-07 13:45:10 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-07 13:45:10 -0700
commitc63fd883942da80f304b8ba82f967c5436369742 (patch)
tree6fadc408d4f06ff4d0c65bec003d9252c595c529
parentRemove rubber powder (diff)
downloadcataclysm-dda-mod_grenade-crafting-c63fd883942da80f304b8ba82f967c5436369742.tar.xz
Add impact fuse to M651 recipe
Switch M1006 recipe from cooking to fabrication
-rw-r--r--json/recipes/ammo/40x46mm.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json
index b9f860d..75ebad8 100644
--- a/json/recipes/ammo/40x46mm.json
+++ b/json/recipes/ammo/40x46mm.json
@@ -62,6 +62,7 @@
"components": [
[ [ "bleach", 2 ] ],
[ [ "ammonia", 2 ] ],
+ [ [ "impact_fuze", 1 ] ],
[ [ "gunpowder_shotgun", 35 ] ],
[ [ "smpistol_primer", 1 ] ],
[ [ "40x46mm_m195_casing", 1 ] ]
@@ -72,7 +73,7 @@
"type" : "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_GRENADES",
- "skill_used": "cooking",
+ "skill_used": "fabrication",
"difficulty": 6,
"skills_required": [ "launcher", 3 ],
"time": "30 m",