summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-08-09 16:19:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-08-09 16:19:19 -0700
commit21f64c79303fccee0d206e739677d8f2d3e18f12 (patch)
tree2f6d9ca7ea0e7d6b4670729948c077e2628b2564
parentRemove extraneous whitespace. (diff)
downloadcataclysm-bn-mod_grenade-crafting-21f64c79303fccee0d206e739677d8f2d3e18f12.tar.xz
Add explosives_casting_standard usage to bootleg m433 ad m430.
Remove swage and die from requirements for bootleg m651.
-rw-r--r--json/recipes/ammo/40x46mm.json5
-rw-r--r--json/recipes/ammo/40x53mm.json3
2 files changed, 7 insertions, 1 deletions
diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json
index 5d109cd..490c6e5 100644
--- a/json/recipes/ammo/40x46mm.json
+++ b/json/recipes/ammo/40x46mm.json
@@ -13,6 +13,9 @@
"charges": 1,
"tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
"qualities" : [ { "id": "SCREW", "level": 1 } ],
+ "using": [
+ [ "explosives_casting_standard", 1 ]
+ ],
"components": [
[ [ "sheet_metal_small", 1 ] ],
[ [ "military_explosive", 23, "LIST" ] ],
@@ -56,7 +59,7 @@
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "textbook_anarch", 7 ] ],
"charges": 1,
- "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "tools": [ [ [ "press", -1 ] ] ],
"qualities" : [ { "id": "SCREW", "level": 1 }, { "id": "CHEM", "level": 2 } ],
"components": [
[ [ "bleach", 2 ] ],
diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json
index 420725d..53645d8 100644
--- a/json/recipes/ammo/40x53mm.json
+++ b/json/recipes/ammo/40x53mm.json
@@ -13,6 +13,9 @@
"charges": 1,
"tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
"qualities" : [ { "id": "SCREW", "level": 1 } ],
+ "using": [
+ [ "explosives_casting_standard", 1 ]
+ ],
"components": [
[ [ "sheet_metal_small", 1 ] ],
[ [ "military_explosive", 36, "LIST" ] ],