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/32.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/32.json')
-rw-r--r-- | json/items/ammo/32.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/json/items/ammo/32.json b/json/items/ammo/32.json index f6b9695..c8b1f5d 100644 --- a/json/items/ammo/32.json +++ b/json/items/ammo/32.json @@ -3,7 +3,7 @@ "id": "32_acp", "type": "AMMO", "name": { "str_sp": ".32 ACP" }, - "description": "The .32 ACP was a popular handgun cartridge in the 20th century. Not so powerful as the .38 or the 9x19mm though.", + "description": "A .32 ACP round, once a popular handgun cartridge in the 20th century. It lacks power compared to the .38 and the 9x19mm.", "weight": "5 g", "volume": "116 ml", "price": 160, @@ -27,6 +27,7 @@ "copy-from": "32_acp", "type": "AMMO", "name": { "str_sp": ".32 ACP, reloaded" }, + "description": "A .32 ACP round, once a popular handgun cartridge in the 20th century. 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" ] } @@ -36,6 +37,7 @@ "copy-from": "32_acp", "type": "AMMO", "name": { "str_sp": ".32 ACP, black powder" }, + "description": "A .32 ACP round, once a popular handgun cartridge in the 20th 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 }, |