diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-14 13:38:08 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-14 13:38:08 -0700 |
commit | 74396120441bb1223d39adf8d10231e2342afbf6 (patch) | |
tree | 2f15762c299390f40b279cc1b07d1d5e2ec78d6c /json/recipes | |
parent | Clean up 40mm shot recipes. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-74396120441bb1223d39adf8d10231e2342afbf6.tar.xz |
Fix 40mm shotgun recipes again.
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/ammo/40x46mm.json | 6 | ||||
-rw-r--r-- | json/recipes/ammo/40x53mm.json | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index 412b2e4..705d5fc 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -108,7 +108,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], + "using": [ [ "shot_forming", 2 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ @@ -133,8 +133,8 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, - "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ], - "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], + "using": [ [ "shot_forming", 2 ] ], + "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ [ [ "sheet_metal_small", 1 ] ], diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json index ca013df..c68ed06 100644 --- a/json/recipes/ammo/40x53mm.json +++ b/json/recipes/ammo/40x53mm.json @@ -60,6 +60,7 @@ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ], "charges": 1, "reversible": true, + "using": [ [ "shot_forming", 2 ] ], "tools": [ [ [ "swage", -1 ] ] ], "qualities": [ { "id": "CUT", "level": 1 } ], "components": [ |