diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-07 13:45:10 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-07 13:45:10 -0700 |
commit | c63fd883942da80f304b8ba82f967c5436369742 (patch) | |
tree | 6fadc408d4f06ff4d0c65bec003d9252c595c529 /json/recipes/ammo | |
parent | Remove rubber powder (diff) | |
download | cataclysm-dda-mod_grenade-crafting-c63fd883942da80f304b8ba82f967c5436369742.tar.xz |
Add impact fuse to M651 recipe
Switch M1006 recipe from cooking to fabrication
Diffstat (limited to 'json/recipes/ammo')
-rw-r--r-- | json/recipes/ammo/40x46mm.json | 3 |
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", |