diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-12 12:18:59 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-12 12:18:59 -0800 |
commit | e3e45e97fbb056c12c68a7c313283d8055bb98ad (patch) | |
tree | 3f22fa717afe161fb7a5db5c3cf1dedf2a612c7a /json/items/ammo/46.json | |
parent | Fix invalid stack sizes on caseless molds (diff) | |
download | cataclysm-dda-mod_hk-loadout-e3e45e97fbb056c12c68a7c313283d8055bb98ad.tar.xz |
Boost the black powder DM11 round to the same as other black powder rounds.
-The armor pen is unchanged.
Diffstat (limited to 'json/items/ammo/46.json')
-rw-r--r-- | json/items/ammo/46.json | 4 |
1 files 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" ] }, |