1[
2  {
3    "id": "700nx",
4    "type": "AMMO",
5    "name": { "str_sp": ".700 NX" },
6    "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use.  Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.",
7    "weight": "80 g",
8    "volume": "165 ml",
9    "price": 5700,
10    "price_postapoc": 2000,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "dark_gray",
15    "count": 10,
16    "stack_size": 5,
17    "ammo_type": "700nx",
18    "casing": "700nx_casing",
19    "range": 42,
20    "damage": { "damage_type": "bullet", "amount": 110, "armor_penetration": 30 },
21    "dispersion": 15,
22    "recoil": 12100,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "reloaded_700nx",
27    "copy-from": "700nx",
28    "type": "AMMO",
29    "name": { "str_sp": ".700 NX, reloaded" },
30    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
31    "extend": { "effects": [ "RECYCLED" ] },
32    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
33  },
34  {
35    "id": "bp_700nx",
36    "copy-from": "700nx",
37    "type": "AMMO",
38    "name": { "str_sp": ".700 NX, black powder" },
39    "proportional": {
40      "price": 0.3,
41      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
42      "recoil": 0.76,
43      "dispersion": 1.2
44    },
45    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
46    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
47  }
48]
49