From 38439c851b659dcf82a6bf347218f2de4f195209 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 30 Apr 2021 17:47:27 -0700
Subject: Fix 4.73 round mass

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

(limited to 'json/items')

diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json
index 17c6cf9..f9e2ba5 100644
--- a/json/items/ammo/473.json
+++ b/json/items/ammo/473.json
@@ -1,21 +1,11 @@
 [
-  {
-    "id": "bootleg_473x33mm",
-    "copy-from": "473x33mm",
-    "type": "AMMO",
-    "name": { "str": "4.73x33mm, handmade" },
-    "description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
-    "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
-    "extend": { "effects": [ "RECYCLED" ] },
-    "delete": { "effects": [ "NEVER_MISFIRES" ] }
-  },
-  {
+{
     "id": "473x33mm",
     "type": "AMMO",
     "looks_like": "8mm_caseless",
     "name": { "str": "4.73x33mm" },
     "description": "4.73x33mm caseless rounds. Designed for the H&K G11 rifle, these rounds encase the bullet within a block of solid propellant, greatly reducing ammunition mass while reducing metal requirements to manufacture. Being caseless rounds, these cannot be disassembled or reloaded.",
-    "weight": "3 g",
+    "weight": "5200 mg",
     "volume": "250 ml",
     "price": 225,
     "price_postapoc": 12500,
@@ -31,5 +21,15 @@
     "dispersion": 95,
     "recoil": 2500,
     "effects": [ "NEVER_MISFIRES" ]
+  },
+  {
+    "id": "bootleg_473x33mm",
+    "copy-from": "473x33mm",
+    "type": "AMMO",
+    "name": { "str": "4.73x33mm, handmade" },
+    "description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
+    "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
+    "extend": { "effects": [ "RECYCLED" ] },
+    "delete": { "effects": [ "NEVER_MISFIRES" ] }
   }
 ]
-- 
cgit v1.2.1