From 891a573e01d79795880c9b24ce96eec5673187a7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Nov 2023 20:24:18 -0800 Subject: Adjust the volume, count, and stack size of 4.73mm rounds. -This should make one box of 4.73mm roughly the same size as one box of .223 rounds. --- json/items/ammo/473.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'json/items') diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json index d3ac77b..739b941 100644 --- a/json/items/ammo/473.json +++ b/json/items/ammo/473.json @@ -6,15 +6,15 @@ "name": { "str_sp": "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": "5200 mg", - "volume": "250 ml", + "volume": "130 ml", "price": 175, "price_postapoc": 7000, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "plastic", "powder" ], "symbol": "=", "color": "pink", - "count": 100, - "stack_size": 100, + "count": 50, + "stack_size": 50, "ammo_type": "473", "range": 36, "damage": { "damage_type": "bullet", "amount": 35, "armor_penetration": 10 }, -- cgit v1.2.1