summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-13 20:17:45 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-13 20:17:45 -0700
commit01863aa43a6a2d66b280bcb2fffa7afdbee4f0b7 (patch)
tree6bbd3de1d28c58779b169b948d950ed0da9dcf4e
parentFix the uncraft for the M576 providing flechettes instead of lead. (diff)
downloadcataclysm-dda-mod_grenade-crafting-01863aa43a6a2d66b280bcb2fffa7afdbee4f0b7.tar.xz
Reduce the flechettes required for homemade 40mm flechette rounds.
-rw-r--r--json/recipes/ammo/40x46mm.json4
-rw-r--r--json/recipes/ammo/40x53mm.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json
index 1d42eca..bcc0a56 100644
--- a/json/recipes/ammo/40x46mm.json
+++ b/json/recipes/ammo/40x46mm.json
@@ -199,7 +199,7 @@
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
[ [ "paper", 1 ], [ "wax", 1 ] ],
- [ [ "combatnail", 70 ] ],
+ [ [ "combatnail", 40 ] ],
[ [ "gunpowder", 30 ] ],
[ [ "smpistol_primer", 1 ] ],
[ [ "40x46mm_m118_casing", 1 ] ]
@@ -222,7 +222,7 @@
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
[ [ "paper", 1 ], [ "wax", 1 ] ],
- [ [ "combatnail", 70 ] ],
+ [ [ "combatnail", 40 ] ],
[ [ "gunpowder", 30 ] ],
[ [ "smpistol_primer", 1 ] ],
[ [ "40x46mm_m199_casing", 1 ] ]
diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json
index 120dd3d..65ba2c9 100644
--- a/json/recipes/ammo/40x53mm.json
+++ b/json/recipes/ammo/40x53mm.json
@@ -108,7 +108,7 @@
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [
[ [ "paper", 1 ], [ "wax", 1 ] ],
- [ [ "combatnail", 100 ] ],
+ [ [ "combatnail", 50 ] ],
[ [ "gunpowder", 35 ] ],
[ [ "lgrifle_primer", 1 ] ],
[ [ "40x53mm_m169_casing", 1 ] ]