summaryrefslogtreecommitdiff
path: root/json/recipes/46.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 15:00:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 15:00:19 -0700
commit62eb9fda54d3ec8a1c16691fb945ef02ae77b683 (patch)
treee3167e33f21a50617722245a5be4d87d768a1d54 /json/recipes/46.json
parentTypo. (diff)
downloadcataclysm-dda-mod_hk-loadout-62eb9fda54d3ec8a1c16691fb945ef02ae77b683.tar.xz
Rebalance 4.6mm FMJ and SHP.
-Reduce armor penetration to 8 and 4, respectively. -Increase gunpowder/blackpowder usage for crafting FMJ to 5 and 8.
Diffstat (limited to 'json/recipes/46.json')
-rw-r--r--json/recipes/46.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/json/recipes/46.json b/json/recipes/46.json
index 67d8958..14f8d80 100644
--- a/json/recipes/46.json
+++ b/json/recipes/46.json
@@ -16,7 +16,8 @@
"components": [
[ [ "46mm_casing", 1 ] ],
[ [ "smpistol_primer", 1 ] ],
- [ [ "gunpowder", 4 ] ]
+ [ [ "gunpowder", 5 ] ],
+ [ [ "copper", 1 ] ]
]
},
{
@@ -36,7 +37,8 @@
"components": [
[ [ "46mm_casing", 1 ] ],
[ [ "smpistol_primer", 1 ] ],
- [ [ "chem_black_powder", 6 ] ]
+ [ [ "chem_black_powder", 8 ] ],
+ [ [ "copper", 1 ] ]
]
},
{
@@ -56,7 +58,8 @@
"components": [
[ [ "46mm_casing", 1 ] ],
[ [ "smpistol_primer", 1 ] ],
- [ [ "gunpowder", 4 ] ]
+ [ [ "gunpowder", 4 ] ],
+ [ [ "copper", 1 ] ]
]
},
{
@@ -76,7 +79,8 @@
"components": [
[ [ "46mm_casing", 1 ] ],
[ [ "smpistol_primer", 1 ] ],
- [ [ "chem_black_powder", 6 ] ]
+ [ [ "chem_black_powder", 6 ] ],
+ [ [ "copper", 1 ] ]
]
}
]