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/38.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/38.json')
-rw-r--r-- | json/items/ammo/38.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/json/items/ammo/38.json b/json/items/ammo/38.json index a5d304c..6033cab 100644 --- a/json/items/ammo/38.json +++ b/json/items/ammo/38.json @@ -3,7 +3,7 @@ "id": "38_special", "type": "AMMO", "name": { "str": ".38 Special" }, - "description": ".38 Special ammunition with 130gr FMJ bullets. The .38 Special round was extremely common among US police forces during the 20th century.", + "description": ".38 Special ammunition with a 130gr FMJ bullet. The .38 Special round was extremely common among US police forces during the 20th century.", "weight": "8 g", "volume": "113 ml", "price": 210, @@ -27,7 +27,7 @@ "copy-from": "38_special", "type": "AMMO", "name": { "str_sp": ".38 FMJ" }, - "description": ".38 Special ammunition with brass jacketed 130gr bullets. The .38 Special round has been known from its inception for its accuracy and low recoil.", + "description": ".38 Special ammunition with a brass jacketed 130gr bullet. From its inception, the .38 Special round has been known for its accuracy and low recoil.", "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 4 } } }, { @@ -35,11 +35,12 @@ "copy-from": "38_special", "type": "AMMO", "name": { "str_sp": ".38 Super" }, - "description": ".38 Super ammunition with 90gr JHP bullets. Designed in 1929, the .38 super cartridge was designed to penetrate body armor and vehicles.", + "description": ".38 Super ammunition with a 90gr JHP bullet. Designed in 1929, the .38 super cartridge was designed to penetrate body armor and vehicles.", "price": 240, "price_postapoc": 600, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "count": 20, + "ammo_type": "38super", "relative": { "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 4 }, "dispersion": -10 }, "proportional": { "recoil": 1.5 } }, @@ -48,6 +49,7 @@ "copy-from": "38_fmj", "type": "AMMO", "name": { "str_sp": ".38 FMJ, reloaded" }, + "description": ".38 Special ammunition with a brass jacketed 130gr bullet. 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" ] } @@ -57,6 +59,7 @@ "copy-from": "38_special", "type": "AMMO", "name": { "str_sp": ".38 Special, reloaded" }, + "description": ".38 Special ammunition with a 130gr FMJ bullet. 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" ] } @@ -66,6 +69,7 @@ "copy-from": "38_super", "type": "AMMO", "name": { "str_sp": ".38 Super, reloaded" }, + "description": ".38 Super ammunition with a 90gr JHP bullet. 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" ] } @@ -75,6 +79,7 @@ "copy-from": "38_fmj", "type": "AMMO", "name": { "str_sp": ".38 FMJ, black powder" }, + "description": ".38 Special ammunition with a brass jacketed 130gr bullet. 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 }, @@ -89,6 +94,7 @@ "copy-from": "38_special", "type": "AMMO", "name": { "str_sp": ".38 Special, black powder" }, + "description": ".38 Special ammunition with a 130gr FMJ bullet. 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 }, |