diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-26 15:04:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-26 15:04:18 -0700 |
commit | 427aaf64ee98cd9ea7c4a91f8e42aca4c2a8befa (patch) | |
tree | 06bc4ac2a0022dc8a621e80af53f67251c9ec8d0 /json/items/ammo | |
parent | Rebalance 4.6mm FMJ and SHP. (diff) | |
download | cataclysm-bn-mod_hk-loadout-427aaf64ee98cd9ea7c4a91f8e42aca4c2a8befa.tar.xz |
Reduce 4.6mm FMJ bonus range from 4 to 2.
Diffstat (limited to 'json/items/ammo')
-rw-r--r-- | json/items/ammo/46.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index 069de20..01a0d7f 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -66,7 +66,7 @@ }, "relative": { "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": -16 }, - "range": 4 + "range": 2 } }, { |