diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-20 23:46:15 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-20 23:46:15 -0700 |
commit | 44296a73349cdd1bc2d713fac0b1ef74e58944cc (patch) | |
tree | 971ee93ce8842f32e2f8bb603bb20767d05629f1 | |
parent | Allow the UCP to load the 30 round 4.6mm mag as well (diff) | |
download | cataclysm-bn-mod_hk-loadout-44296a73349cdd1bc2d713fac0b1ef74e58944cc.tar.xz |
Tweak the 473 round to be more similar to the 556 NATO round
-rw-r--r-- | json/items/ammo/473.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json index 8d6c295..4bc2e3f 100644 --- a/json/items/ammo/473.json +++ b/json/items/ammo/473.json @@ -16,10 +16,10 @@ "count": 100, "stack_size": 100, "ammo_type": "473", - "range": 35, - "damage": { "damage_type": "stab", "amount": 35, "armor_penetration": 12 }, - "dispersion": 95, - "recoil": 2500, + "range": 36, + "damage": { "damage_type": "stab", "amount": 35, "armor_penetration": 10 }, + "dispersion": 25, + "recoil": 1200, "effects": [ "NEVER_MISFIRES" ] }, { |