1[
2  {
3    "id": "500_Magnum",
4    "type": "AMMO",
5    "name": { "str": ".500 S&W Magnum" },
6    "description": ".500 S&W Magnum ammunition with 500gr bullets.  The .500 S&W Magnum round is a colossally powerful handgun cartridge capable of killing almost any target with one hit.  It has extremely high damage and recoil to match.",
7    "weight": "15 g",
8    "volume": "82 ml",
9    "price": 200,
10    "price_postapoc": 1000,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "steel", "powder" ],
13    "symbol": "=",
14    "color": "light_gray",
15    "count": 20,
16    "stack_size": 10,
17    "ammo_type": "500",
18    "casing": "500_casing",
19    "range": 16,
20    "damage": { "damage_type": "bullet", "amount": 55, "armor_penetration": 8 },
21    "dispersion": 30,
22    "recoil": 3000,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "bp_500_Magnum",
27    "copy-from": "500_Magnum",
28    "type": "AMMO",
29    "name": { "str_sp": ".500 S&W Magnum, black powder" },
30    "proportional": {
31      "price": 0.3,
32      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
33      "recoil": 0.76,
34      "dispersion": 1.2
35    },
36    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
37    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
38  },
39  {
40    "id": "reloaded_500_Magnum",
41    "copy-from": "500_Magnum",
42    "type": "AMMO",
43    "name": { "str_sp": ".500 S&W Magnum, reloaded" },
44    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
45    "extend": { "effects": [ "RECYCLED" ] },
46    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
47  }
48]
49