diff options
Diffstat (limited to 'json/items/ammo/10mm.json')
-rw-r--r-- | json/items/ammo/10mm.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/json/items/ammo/10mm.json b/json/items/ammo/10mm.json index 26b4dd4..7c9c3da 100644 --- a/json/items/ammo/10mm.json +++ b/json/items/ammo/10mm.json @@ -3,7 +3,7 @@ "id": "10mm_fmj", "type": "AMMO", "name": { "str_sp": "10mm Auto FMJ" }, - "description": "Jacketed 10mm Auto ammunition with 180gr bullets. The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W.", + "description": "Jacketed 10mm Auto ammunition with a 180gr bullet. The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W.", "weight": "9 g", "volume": "117 ml", "price": 400, @@ -27,6 +27,7 @@ "copy-from": "10mm_fmj", "type": "AMMO", "name": { "str_sp": "10mm Auto FMJ, reloaded" }, + "description": "Jacketed 10mm Auto ammunition with a 180gr bullet. The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W. 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": "10mm_fmj", "type": "AMMO", "name": { "str_sp": "10mm Auto FMJ, black powder" }, + "description": "Jacketed 10mm Auto ammunition with a 180gr bullet. The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W. 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 }, |