From 44296a73349cdd1bc2d713fac0b1ef74e58944cc Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sun, 20 Jun 2021 23:46:15 -0700
Subject: Tweak the 473 round to be more similar to the 556 NATO round

---
 json/items/ammo/473.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'json/items')

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" ]
   },
   {
-- 
cgit v1.2.1