1[
2  {
3    "id": "50_incendiary",
4    "copy-from": "50bmg",
5    "type": "AMMO",
6    "name": { "str_sp": ".50 BMG M17 tracer" },
7    "description": "A tracer variant of the powerful .50 BMG round.  Tracer rounds help to keep the weapon they are fired from on target at the risk of igniting flammable substances.",
8    "count": 10,
9    "effects": [ "INCENDIARY" ],
10    "dispersion": 310
11  },
12  {
13    "id": "50bmg",
14    "type": "AMMO",
15    "name": { "str_sp": ".50 BMG M33 Ball" },
16    "description": ".50 BMG ammunition with mild steel cored 661gr FMJ bullets.  The .50 BMG is a very powerful rifle round designed for anti-aircraft use, later adapted to anti-vehicular and anti-personnel roles.  Its stupendous energy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.",
17    "weight": "114 g",
18    "volume": "451 ml",
19    "price": 2200,
20    "price_postapoc": 2500,
21    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
22    "material": [ "brass", "powder" ],
23    "symbol": "=",
24    "color": "dark_gray",
25    "count": 25,
26    "stack_size": 10,
27    "ammo_type": "50",
28    "casing": "50_casing",
29    "range": 110,
30    "damage": { "damage_type": "bullet", "amount": 131, "armor_penetration": 28 },
31    "dispersion": 150,
32    "recoil": 26250,
33    "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
34  },
35  {
36    "id": "50match",
37    "copy-from": "50bmg",
38    "type": "AMMO",
39    "name": { "str_sp": ".50 BMG Match" },
40    "description": ".50 BMG FMJ lead core ammunition manufactured with tighter tolerances for long-range competition shooting or other precision rifle use.",
41    "count": 10,
42    "relative": { "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": -4 } },
43    "dispersion": 100
44  },
45  {
46    "id": "50ss",
47    "copy-from": "50bmg",
48    "type": "AMMO",
49    "name": { "str_sp": ".50 BMG M2 AP" },
50    "description": "Variant of the .50 BMG round that uses a core of very dense, hardened tungsten steel.  Penetration is increased, but damage is reduced.",
51    "count": 10,
52    "relative": { "damage": { "damage_type": "bullet", "amount": -10, "armor_penetration": 20 } },
53    "dispersion": 600
54  },
55  {
56    "id": "50_mk211",
57    "copy-from": "50bmg",
58    "type": "AMMO",
59    "name": { "str_sp": ".50 BMG Raufoss Mk 211" },
60    "price": 60000,
61    "price_postapoc": 7500,
62    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
63    "description": "This variant of the .50 BMG round makes the most of the caliber's potential payload delivery: the tip is loaded with an incendiary mix, which ignites on impact, detonating the RDX or PETN charge.  This also ignites a secondary zirconium powder incendiary charge that surrounds a tungsten carbide penetrator, both encased by a mild steel cup.  Fragments from the cup and burning metallic powder follow the penetrator through armored targets, increasing lethality.  These rare, complicated, and expensive rounds are not likely to be manufactured again; use them wisely.",
64    "effects": [ "INCENDIARY", "EXPLOSIVE_RAUFOSS" ],
65    "//": "mk 211 is estimated to be as effective as 20mm, which would have 65kJ energy, or 255 damage. ~181 damage is fair.",
66    "relative": { "damage": { "damage_type": "bullet", "amount": 50, "armor_penetration": 20 } },
67    "dispersion": 100
68  },
69  {
70    "id": "reloaded_50_incendiary",
71    "copy-from": "50_incendiary",
72    "type": "AMMO",
73    "name": { "str_sp": ".50 BMG tracer, reloaded" },
74    "description": "A tracer variant of the powerful .50 BMG round.  Tracer rounds help to keep the weapon they are fired from on target at the risk of igniting flammable substances.  This one has been hand-reloaded.",
75    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
76    "extend": { "effects": [ "RECYCLED" ] },
77    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
78  },
79  {
80    "id": "reloaded_50bmg",
81    "copy-from": "50match",
82    "type": "AMMO",
83    "name": { "str_sp": ".50 BMG Match, reloaded" },
84    "description": ".50 BMG ammunition with lead-cored FMJ bullets.  The .50 BMG is a very powerful rifle round designed for anti-aircraft use, later adapted to anti-vehicular and anti-personnel roles.  Its stupendous energy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.",
85    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
86    "extend": { "effects": [ "RECYCLED" ] },
87    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
88  },
89  {
90    "id": "reloaded_50ss",
91    "copy-from": "50ss",
92    "type": "AMMO",
93    "name": { "str_sp": ".50 BMG AP, reloaded" },
94    "description": "Variant of the .50 BMG round that uses a core hardened steel.  Penetration is increased, but damage is reduced.  This one has been hand-reloaded.",
95    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
96    "extend": { "effects": [ "RECYCLED" ] },
97    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
98  },
99  {
100    "id": "bp_50_incendiary",
101    "copy-from": "50_incendiary",
102    "type": "AMMO",
103    "name": { "str_sp": ".50 BMG tracer, black powder" },
104    "proportional": {
105      "price": 0.3,
106      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
107      "recoil": 0.76,
108      "dispersion": 1.2
109    },
110    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
111    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
112  },
113  {
114    "id": "bp_50match",
115    "copy-from": "50match",
116    "type": "AMMO",
117    "name": { "str_sp": ".50 BMG Match, black powder" },
118    "proportional": {
119      "price": 0.3,
120      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
121      "recoil": 0.76,
122      "dispersion": 1.2
123    },
124    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
125    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
126  },
127  {
128    "id": "bp_50ss",
129    "copy-from": "50ss",
130    "type": "AMMO",
131    "name": { "str_sp": ".50 BMG AP, black powder" },
132    "proportional": {
133      "price": 0.3,
134      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
135      "recoil": 0.76,
136      "dispersion": 1.2
137    },
138    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
139    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
140  }
141]
142