diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-12 12:39:03 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-12 12:39:03 -0800 |
commit | 7eef3da225f27f471211db84656f05ebcbb95494 (patch) | |
tree | 6807b3b44d383b0f1121c3d6f8a317aa6b39b786 /json/items/ammo/40.json | |
parent | Remove description boilerplate for handloaded and black powder. (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-7eef3da225f27f471211db84656f05ebcbb95494.tar.xz |
Update ammo descriptions to more recent dda.
Fix incorrect damage on 357mag and 357sig.
Fix 36 paper not being marked as reloaded.
Fix 38 super not being a 38 super round.
Diffstat (limited to 'json/items/ammo/40.json')
-rw-r--r-- | json/items/ammo/40.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/json/items/ammo/40.json b/json/items/ammo/40.json index 8724373..0018673 100644 --- a/json/items/ammo/40.json +++ b/json/items/ammo/40.json @@ -3,7 +3,7 @@ "id": "40sw", "type": "AMMO", "name": { "str_sp": ".40 S&W JHP" }, - "description": ".40 S&W ammunition with 135gr JHP bullets. The .40 S&W round is a descended from the 10mm Auto cartridge and maintains most of its predecessor's strengths while reducing recoil.", + "description": ".40 S&W ammunition with a 135gr JHP bullet. The .40 S&W round is descended from the 10mm Auto cartridge and maintains most of its predecessor's strengths while reducing recoil.", "weight": "9 g", "volume": "106 ml", "price": 220, @@ -35,6 +35,7 @@ "copy-from": "40fmj", "type": "AMMO", "name": { "str_sp": ".40 S&W FMJ, reloaded" }, + "description": ".40 S&W ammunition with a 180gr FMJ bullet. Designed to retain the 10mm Auto cartridge's power with lower recoil, the .40 S&W round became popular for law enforcement and personal defense. 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" ] } @@ -44,6 +45,7 @@ "copy-from": "40sw", "type": "AMMO", "name": { "str_sp": ".40 S&W JHP, reloaded" }, + "description": ".40 S&W ammunition with a 135gr JHP bullet. The .40 S&W round is descended from the 10mm Auto cartridge and maintains most of its predecessor's strengths while reducing recoil. 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" ] } @@ -53,6 +55,7 @@ "copy-from": "40fmj", "type": "AMMO", "name": { "str_sp": ".40 S&W FMJ, black powder" }, + "description": ".40 S&W ammunition with a 180gr FMJ bullet. Designed to retain the 10mm Auto cartridge's power with lower recoil, the .40 S&W round became popular for law enforcement and personal defense. 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 }, @@ -67,6 +70,7 @@ "copy-from": "40sw", "type": "AMMO", "name": { "str_sp": ".40 S&W JHP, black powder" }, + "description": ".40 S&W ammunition with a 135gr JHP bullet. The .40 S&W round is descended from the 10mm Auto cartridge and maintains most of its predecessor's strengths while reducing recoil. 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 }, |