From c0c569c8c0b6b6189e845a8157254030d4845aa2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Nov 2023 19:37:06 -0800 Subject: Clean up numerous entries. --- json/items/ammo/44.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'json/items/ammo/44.json') diff --git a/json/items/ammo/44.json b/json/items/ammo/44.json index 93a0d16..4c85eec 100644 --- a/json/items/ammo/44.json +++ b/json/items/ammo/44.json @@ -31,21 +31,21 @@ "relative": { "damage": { "damage_type": "bullet", "amount": -4, "armor_penetration": 8 } } }, { - "id": "reloaded_44magnum", - "copy-from": "44magnum", + "id": "reloaded_44fmj", + "copy-from": "44fmj", "type": "AMMO", - "name": { "str_sp": ".44 Magnum, reloaded" }, - "description": ".44 Magnum ammunition with a 240gr JHP bullet. The .44 Magnum round is one of the most powerful handgun cartridges available. It has excellent stopping power but suffers from extremely high recoil for a handgun round. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", + "name": { "str_sp": ".44 Magnum FMJ, reloaded" }, + "description": "A brass-jacketed variant of the .44 Magnum round. This increases penetration slightly at the cost of reduced damage from expansion. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } }, { - "id": "reloaded_44fmj", - "copy-from": "44fmj", + "id": "reloaded_44magnum", + "copy-from": "44magnum", "type": "AMMO", - "name": { "str_sp": ".44 Magnum FMJ, reloaded" }, - "description": "A brass-jacketed variant of the .44 Magnum round. This increases penetration slightly at the cost of reduced damage from expansion. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", + "name": { "str_sp": ".44 Magnum, reloaded" }, + "description": ".44 Magnum ammunition with a 240gr JHP bullet. The .44 Magnum round is one of the most powerful handgun cartridges available. It has excellent stopping power but suffers from extremely high recoil for a handgun round. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } -- cgit v1.2.1