diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-08 20:24:18 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-08 20:24:18 -0800 |
commit | 891a573e01d79795880c9b24ce96eec5673187a7 (patch) | |
tree | 4573dc0e7d4e2a16439fe5be2c22fa4e48f34fc5 /json | |
parent | Apply newish rebalancing to 000 12ga rounds. (diff) | |
download | cataclysm-bn-mod_hk-loadout-891a573e01d79795880c9b24ce96eec5673187a7.tar.xz |
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.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/ammo/473.json | 6 |
1 files changed, 3 insertions, 3 deletions
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 }, |