diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-08 19:37:06 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-08 19:37:06 -0800 |
commit | c0c569c8c0b6b6189e845a8157254030d4845aa2 (patch) | |
tree | dddc8f8e89dfbc3b109f79ea265028e26b95bde4 /json/items/ammo/44.json | |
parent | Add 545x39, 700nx, 762, and 762R (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-c0c569c8c0b6b6189e845a8157254030d4845aa2.tar.xz |
Clean up numerous entries.
Diffstat (limited to 'json/items/ammo/44.json')
-rw-r--r-- | json/items/ammo/44.json | 16 |
1 files changed, 8 insertions, 8 deletions
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" ] } |