1[
2  {
3    "id": "45colt_jhp",
4    "type": "AMMO",
5    "name": { "str_sp": ".45 Colt JHP" },
6    "description": ".45 Colt ammunition with 250gr jacketed hollow point bullets.  Originally designed for the Colt Single Action Army, and still used for modern reproduction revolvers.  Originally a black powder cartridge, modern loads can make this round competitive in the new era.",
7    "weight": "12 g",
8    "volume": "190 ml",
9    "price": 200,
10    "price_postapoc": 800,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "yellow",
15    "count": 40,
16    "stack_size": 40,
17    "ammo_type": "45colt",
18    "casing": "45colt_casing",
19    "range": 16,
20    "damage": { "damage_type": "bullet", "amount": 25, "armor_penetration": 2 },
21    "dispersion": 50,
22    "recoil": 600,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "reloaded_45colt_jhp",
27    "copy-from": "45colt_jhp",
28    "type": "AMMO",
29    "name": { "str_sp": ".45 Colt JHP, 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_45colt_jhp",
36    "copy-from": "45colt_jhp",
37    "type": "AMMO",
38    "name": { "str_sp": ".45 Colt JHP, 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