summaryrefslogtreecommitdiff
path: root/json/items/ammo/300blk.json
blob: 812ba3ff404ca4c1e7f0ec84d8af34ec5f922437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[
  {
    "id": "300blk",
    "type": "AMMO",
    "name": { "str": ".300 AAC Blackout" },
    "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.",
    "weight": "18 g",
    "volume": "250 ml",
    "price": 290,
    "price_postapoc": 1500,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 30,
    "stack_size": 47,
    "ammo_type": "300blk",
    "casing": "300blk_casing",
    "range": 45,
    "damage": { "damage_type": "bullet", "amount": 43, "armor_penetration": 5 },
    "dispersion": 30,
    "recoil": 2000,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "300blk_ss",
    "copy-from": "300blk",
    "type": "AMMO",
    "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,
    "damage": { "damage_type": "bullet", "amount": 26 },
    "recoil": 1700
  },
  {
    "id": "bp_300blk",
    "copy-from": "300blk",
    "type": "AMMO",
    "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.",
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
      "recoil": 0.76,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_300blk",
    "copy-from": "300blk",
    "type": "AMMO",
    "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" ] }
  }
]