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/45colt.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/45colt.json')
-rw-r--r-- | json/items/ammo/45colt.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/json/items/ammo/45colt.json b/json/items/ammo/45colt.json index 5a0fc65..b96ebfb 100644 --- a/json/items/ammo/45colt.json +++ b/json/items/ammo/45colt.json @@ -3,7 +3,7 @@ "id": "45colt_jhp", "type": "AMMO", "name": { "str_sp": ".45 Colt JHP" }, - "description": ".45 Colt ammunition with 250gr jacketed hollow point bullets. Originally designed for the Colt Single Action Army, and still used for modern reproduction revolvers. Originally a black powder cartridge, modern loads can make this round competitive in the new era.", + "description": ".45 Colt ammunition with a 250gr jacketed hollow point bullet. Originally designed for the Colt Single Action Army, and still used for modern reproduction revolvers. Originally a black powder cartridge, modern loads can make this round competitive in the new era.", "weight": "12 g", "volume": "190 ml", "price": 200, @@ -27,6 +27,7 @@ "copy-from": "45colt_jhp", "type": "AMMO", "name": { "str_sp": ".45 Colt JHP, reloaded" }, + "description": ".45 Colt ammunition with a 250gr jacketed hollow point bullet. Originally designed for the Colt Single Action Army, and still used for modern reproduction revolvers. 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": "45colt_jhp", "type": "AMMO", "name": { "str_sp": ".45 Colt JHP, black powder" }, + "description": ".45 Colt ammunition with a 250gr jacketed hollow point bullet. Originally designed for the Colt Single Action Army, and still used for modern reproduction revolvers. The resource scarcity of the Cataclysm inspired someone to hand-reload this one with black powder, bringing the round closer to its original incarnation. It's kind of poetic, when you think about it.", "proportional": { "price": 0.3, "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, |