1[
2  {
3    "id": "10mm_fmj",
4    "type": "AMMO",
5    "name": { "str_sp": "10mm Auto FMJ" },
6    "description": "A jacketed 10mm Auto round.  The 10mm Auto cartridge is a rather powerful handgun round and the progenitor to the more popular .40 S&W.",
7    "weight": "9 g",
8    "volume": "117 ml",
9    "price": 400,
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": "10mm",
18    "casing": "10mm_casing",
19    "range": 14,
20    "damage": { "damage_type": "bullet", "amount": 31, "armor_penetration": 4 },
21    "dispersion": 50,
22    "recoil": 750,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "bp_10mm_fmj",
27    "copy-from": "10mm_fmj",
28    "type": "AMMO",
29    "name": { "str_sp": "10mm Auto FMJ, 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_10mm_fmj",
41    "copy-from": "10mm_fmj",
42    "type": "AMMO",
43    "name": { "str_sp": "10mm Auto FMJ, 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