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/9mm.json | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'json/items/ammo/9mm.json') diff --git a/json/items/ammo/9mm.json b/json/items/ammo/9mm.json index 80c5a91..85cd7cf 100644 --- a/json/items/ammo/9mm.json +++ b/json/items/ammo/9mm.json @@ -56,6 +56,36 @@ "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 4 }, "dispersion": -30 }, "proportional": { "recoil": 1.2 } }, + { + "id": "bp_9mm", + "copy-from": "9mm", + "type": "AMMO", + "name": { "str_sp": "9x19mm JHP, black powder" }, + "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. JHP rounds have inferior penetration to FMJ rounds, but their expansion slightly increases stopping power against unarmored targets and reduces overpenetration. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.", + "proportional": { + "price": 0.3, + "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, + "recoil": 0.76, + "dispersion": 1.2 + }, + "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "bp_9mmfmj", + "copy-from": "9mmfmj", + "type": "AMMO", + "name": { "str_sp": "9x19mm FMJ, black powder" }, + "description": "9x19mm ammunition with a brass jacketed 115gr bullet. It has been a popular round for military, law enforcement, and civilian use for over a century. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.", + "proportional": { + "price": 0.3, + "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, + "recoil": 0.76, + "dispersion": 1.2 + }, + "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, { "id": "reloaded_9mm", "copy-from": "9mm", @@ -95,35 +125,5 @@ "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": "bp_9mm", - "copy-from": "9mm", - "type": "AMMO", - "name": { "str_sp": "9x19mm JHP, black powder" }, - "description": "9x19mm ammunition with a 116gr jacketed hollow point bullet. JHP rounds have inferior penetration to FMJ rounds, but their expansion slightly increases stopping power against unarmored targets and reduces overpenetration. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.", - "proportional": { - "price": 0.3, - "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, - "recoil": 0.76, - "dispersion": 1.2 - }, - "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } - }, - { - "id": "bp_9mmfmj", - "copy-from": "9mmfmj", - "type": "AMMO", - "name": { "str_sp": "9x19mm FMJ, black powder" }, - "description": "9x19mm ammunition with a brass jacketed 115gr bullet. It has been a popular round for military, law enforcement, and civilian use for over a century. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.", - "proportional": { - "price": 0.3, - "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, - "recoil": 0.76, - "dispersion": 1.2 - }, - "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } ] -- cgit v1.2.1