From e3e45e97fbb056c12c68a7c313283d8055bb98ad Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 12 Feb 2023 12:18:59 -0800 Subject: Boost the black powder DM11 round to the same as other black powder rounds. -The armor pen is unchanged. --- json/items/ammo/46.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index fd6132c..5b7e918 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -44,8 +44,8 @@ "description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.", "proportional": { "price": 0.3, - "damage": { "damage_type": "bullet", "amount": 0.46, "armor_penetration": 0.1 }, - "recoil": 0.46, + "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.1 }, + "recoil": 0.76, "dispersion": 1.2 }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, -- cgit v1.2.1