1[
2  {
3    "id": "300blk",
4    "type": "AMMO",
5    "name": { "str": ".300 AAC Blackout" },
6    "description": "A .300 AAC Blackout round with a 125gr 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.",
7    "weight": "18 g",
8    "volume": "194 ml",
9    "price": 290,
10    "price_postapoc": 1500,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "yellow",
15    "count": 30,
16    "stack_size": 47,
17    "ammo_type": "300blk",
18    "casing": "300blk_casing",
19    "range": 45,
20    "damage": { "damage_type": "bullet", "amount": 43, "armor_penetration": 5 },
21    "dispersion": 30,
22    "recoil": 2000,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "300blk_ss",
27    "copy-from": "300blk",
28    "type": "AMMO",
29    "name": { "str": ".300 AAC Blackout subsonic" },
30    "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.",
31    "weight": "21 g",
32    "range": 40,
33    "damage": { "damage_type": "bullet", "amount": 26 },
34    "recoil": 1700
35  },
36  {
37    "id": "bp_300blk",
38    "copy-from": "300blk",
39    "type": "AMMO",
40    "name": { "str": ".300 AAC Blackout, black powder", "str_pl": ".300 AAC Blackouts, black powder" },
41    "proportional": {
42      "price": 0.3,
43      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
44      "recoil": 0.76,
45      "dispersion": 1.2
46    },
47    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
48    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
49  },
50  {
51    "id": "reloaded_300blk",
52    "copy-from": "300blk",
53    "type": "AMMO",
54    "name": { "str": ".300 AAC Blackout, reloaded", "str_pl": ".300 AAC Blackouts, reloaded" },
55    "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.  This one has been hand-reloaded.",
56    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
57    "extend": { "effects": [ "RECYCLED" ] },
58    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
59  }
60]
61