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/9mm.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/9mm.json')
-rw-r--r-- | json/items/ammo/9mm.json | 60 |
1 files changed, 30 insertions, 30 deletions
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 @@ -57,6 +57,36 @@ "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", "type": "AMMO", @@ -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" ] } } ] |