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/38super.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/38super.json')
-rw-r--r-- | json/items/ammo/38super.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/items/ammo/38super.json b/json/items/ammo/38super.json index a8057e7..4ede00b 100644 --- a/json/items/ammo/38super.json +++ b/json/items/ammo/38super.json @@ -3,7 +3,7 @@ "id": "38super_fmj", "type": "AMMO", "name": { "str_sp": ".38 Super FMJ" }, - "description": ".38 Super ammunition with 147gr FMJ bullets. The .38 Super round was developed from .38 ACP in the 1920s, designed to penetrate the body armor of the era.", + "description": ".38 Super ammunition with a 147gr FMJ bullet. The .38 Super round was developed from .38 ACP in the 1920s, designed to penetrate the body armor of the era.", "weight": "8 g", "volume": "97 ml", "price": 210, @@ -27,6 +27,7 @@ "copy-from": "38super_fmj", "type": "AMMO", "name": { "str_sp": ".38 Super FMJ, reloaded" }, + "description": ".38 Super ammunition with a 147gr FMJ bullet. The .38 Super round was developed from .38 ACP in the 1920s, designed to penetrate the body armor of the era. 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" ] } |