summaryrefslogtreecommitdiff
path: root/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
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')
-rw-r--r--json/items/ammo/46.json4
-rw-r--r--json/recipes/46.json12
-rw-r--r--json/uncraft/46.json2
3 files changed, 11 insertions, 7 deletions
diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json
index 1144eb4..069de20 100644
--- a/json/items/ammo/46.json
+++ b/json/items/ammo/46.json
@@ -65,7 +65,7 @@
"dispersion": 1.1
},
"relative": {
- "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": -8 },
+ "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": -16 },
"range": 4
}
},
@@ -111,7 +111,7 @@
"price": 0.8
},
"relative": {
- "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -16 }
+ "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -20 }
}
},
{
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 ] ]
]
}
]
diff --git a/json/uncraft/46.json b/json/uncraft/46.json
index 790c191..3c549aa 100644
--- a/json/uncraft/46.json
+++ b/json/uncraft/46.json
@@ -10,7 +10,7 @@
[ [ "lead", 2 ] ],
[ [ "46mm_casing", 1 ] ],
[ [ "smpistol_primer", 1 ] ],
- [ [ "gunpowder", 4 ] ]
+ [ [ "gunpowder", 5 ] ]
],
"flags": [ "UNCRAFT_SINGLE_CHARGE" ]
},