diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-14 07:54:36 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-14 07:54:36 -0700 | 
| commit | 54b41a06020993b88f8017e06f027be36cc6edf4 (patch) | |
| tree | 860e912d42957e06812533c827487e6632be7479 /json | |
| parent | Rebalance magazine drop rates. (diff) | |
| download | cataclysm-bn-mod_hk-loadout-54b41a06020993b88f8017e06f027be36cc6edf4.tar.xz | |
Clean up shot ammo descriptions.
Diffstat (limited to 'json')
| -rw-r--r-- | json/items/ammo/shot.json | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json index e33fc96..420c4a5 100644 --- a/json/items/ammo/shot.json +++ b/json/items/ammo/shot.json @@ -4,7 +4,7 @@      "type": "AMMO",      "looks_like": "shot_00",      "name": { "str_sp": "12ga 000 buckshot" }, -    "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range.  Favored by SWAT forces.", +    "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range.",      "weight": "32 g",      "volume": "250 ml",      "price": "750 cent", @@ -40,7 +40,7 @@      "copy-from": "shot_000",      "type": "AMMO",      "name": { "str_sp": "12ga 000 buckshot, reloaded" }, -    "description": "A shell filled with metal pellets.  Extremely damaging, plus the spread makes it very accurate at short range.  SWAT forces wouldn't use this homebrew shell, but a sovereign citizen looking to fend off SWAT probably would.", +    "description": "A shell filled with metal pellets.  Extremely damaging, plus the spread makes it very accurate at short range.  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" ] }  | 
