summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-13 19:48:48 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-13 19:48:48 -0700
commit105a2040635ad203fd7473f73f06ed2845c8bc2a (patch)
treeff96f743b1f99574327ef04c2d0e240dc6685f8e
parentOverwrite vanilla 40mm homemade shotgun rounds. (diff)
downloadcataclysm-dda-mod_grenade-crafting-105a2040635ad203fd7473f73f06ed2845c8bc2a.tar.xz
Allow homemade 40mm shotgun rounds to be made using the makeshift hand press.
-rw-r--r--json/recipes/ammo/40x46mm.json8
-rw-r--r--json/recipes/ammo/40x53mm.json4
2 files changed, 6 insertions, 6 deletions
diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json
index 387117b..b261d67 100644
--- a/json/recipes/ammo/40x46mm.json
+++ b/json/recipes/ammo/40x46mm.json
@@ -151,7 +151,7 @@
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
"reversible": true,
- "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 24 ] ],
+ "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 24 ] ],
"tools": [ [ [ "swage", -1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
@@ -175,7 +175,7 @@
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
"reversible": true,
- "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 24 ] ],
+ "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 24 ] ],
"tools": [ [ [ "swage", -1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
@@ -199,7 +199,7 @@
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
"reversible": true,
- "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "tools": [ [ [ "press", -1 ], [ "press_dowel", -1 ] ], [ [ "swage", -1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
[ [ "sheet_metal_small", 1 ] ],
@@ -223,7 +223,7 @@
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
"reversible": true,
- "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "tools": [ [ [ "press", -1 ], [ "press_dowel", -1 ] ], [ [ "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 94bd6b1..7e43f75 100644
--- a/json/recipes/ammo/40x53mm.json
+++ b/json/recipes/ammo/40x53mm.json
@@ -82,7 +82,7 @@
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
"reversible": true,
- "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 32 ] ],
+ "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 32 ] ],
"tools": [ [ [ "swage", -1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
@@ -106,7 +106,7 @@
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
"reversible": true,
- "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "tools": [ [ [ "press", -1 ], [ "press_dowel", -1 ] ], [ [ "swage", -1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
[ [ "sheet_metal_small", 1 ] ],