diff options
Diffstat (limited to 'json/items/ammo/300blk.json')
-rw-r--r-- | json/items/ammo/300blk.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/json/items/ammo/300blk.json b/json/items/ammo/300blk.json index cea119f..6d774f3 100644 --- a/json/items/ammo/300blk.json +++ b/json/items/ammo/300blk.json @@ -26,7 +26,7 @@ "id": "300blk_ss", "copy-from": "300blk", "type": "AMMO", - "name": { "str": ".300 AAC Blackout, subsonic" }, + "name": { "str": ".300 AAC Blackout, subsonic", "str_pl": ".300 AAC Blackouts, subsonic" }, "description": "A subsonic .300 AAC Blackout round with a 220gr open tip match bullet. 300 BLK is an intermediate cartridge necked up from 5.56x45mm, designed to achieve similar ballistics to 7.62x39mm. It is compatible with standard AR-15 lower receivers and will feed from STANAG magazines.", "weight": "21 g", "range": 40, @@ -37,7 +37,8 @@ "id": "bp_300blk", "copy-from": "300blk", "type": "AMMO", - "name": { "str": ".300 AAC Blackout, black powder" }, + "name": { "str": ".300 AAC Blackout, black powder", "str_pl": ".300 AAC Blackouts, black powder" }, + "description": "A .300 AAC Blackout round with a 125gr bullet. 300 BLK is an intermediate cartridge necked up from 5.56x45mm, designed to achieve similar ballistics to 7.62x39mm. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder. Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.", "proportional": { "price": 0.3, "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, @@ -51,8 +52,8 @@ "id": "reloaded_300blk", "copy-from": "300blk", "type": "AMMO", - "name": { "str": ".300 AAC Blackout, reloaded" }, - "description": ".300 AAC Blackout is an intermediate cartridge that achieves ballistics similar to the 7.62x39 but allows use on the AR-15 platform. The round is necked-up from the 5.56mm NATO, but feeds from a STANAG magazine. It requires a specific barrel, so will not work in a standard M4 or similar carbine.", + "name": { "str": ".300 AAC Blackout, reloaded", "str_pl": ".300 AAC Blackouts, reloaded" }, + "description": "A .300 AAC Blackout round, an intermediate cartridge that achieves ballistics similar to the 7.62x39 but allows use on the AR-15 platform. The round is necked-up from the 5.56mm NATO, but feeds from a STANAG magazine. It requires a specific barrel, so will not work in a standard M4 or similar carbine. 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" ] } |