1[
2  {
3    "id": "32_acp",
4    "type": "AMMO",
5    "name": { "str_sp": ".32 ACP" },
6    "description": "The .32 ACP was a popular handgun cartridge in the 20th century.  Not so powerful as the .38 or the 9x19mm though.",
7    "weight": "5 g",
8    "volume": "116 ml",
9    "price": 160,
10    "price_postapoc": 1600,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "yellow",
15    "count": 80,
16    "stack_size": 80,
17    "ammo_type": "32",
18    "casing": "32_casing",
19    "range": 12,
20    "damage": { "damage_type": "bullet", "amount": 16 },
21    "dispersion": 70,
22    "recoil": 150,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "bp_32_acp",
27    "copy-from": "32_acp",
28    "type": "AMMO",
29    "name": { "str_sp": ".32 ACP, 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_32_acp",
41    "copy-from": "32_acp",
42    "type": "AMMO",
43    "name": { "str_sp": ".32 ACP, 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