1[
2  {
3    "id": "40fmj",
4    "copy-from": "40sw",
5    "type": "AMMO",
6    "name": { "str_sp": ".40 S&W FMJ" },
7    "description": ".40 S&W ammunition with 180gr FMJ bullets.  Designed to retain the 10mm Auto cartridge's power with lower recoil, the .40 S&W round became popular for law enforcement and personal defense.",
8    "relative": { "damage": { "damage_type": "bullet", "amount": -3, "armor_penetration": 6 } }
9  },
10  {
11    "id": "40sw",
12    "type": "AMMO",
13    "name": { "str_sp": ".40 S&W JHP" },
14    "description": ".40 S&W ammunition with 135gr JHP bullets.  The .40 S&W round is a descended from the 10mm Auto cartridge and maintains most of its predecessor's strengths while reducing recoil.",
15    "weight": "9 g",
16    "volume": "106 ml",
17    "price": 220,
18    "price_postapoc": 800,
19    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
20    "material": [ "brass", "powder" ],
21    "symbol": "=",
22    "color": "yellow",
23    "count": 40,
24    "stack_size": 40,
25    "ammo_type": "40",
26    "casing": "40_casing",
27    "range": 14,
28    "damage": { "damage_type": "bullet", "amount": 26, "armor_penetration": 4 },
29    "dispersion": 50,
30    "recoil": 560,
31    "effects": [ "COOKOFF" ]
32  },
33  {
34    "id": "bp_40fmj",
35    "copy-from": "40fmj",
36    "type": "AMMO",
37    "name": { "str_sp": ".40 S&W FMJ, black powder" },
38    "proportional": {
39      "price": 0.3,
40      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
41      "recoil": 0.76,
42      "dispersion": 1.2
43    },
44    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
45    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
46  },
47  {
48    "id": "bp_40sw",
49    "copy-from": "40sw",
50    "type": "AMMO",
51    "name": { "str_sp": ".40 S&W JHP, black powder" },
52    "proportional": {
53      "price": 0.3,
54      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
55      "recoil": 0.76,
56      "dispersion": 1.2
57    },
58    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
59    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
60  },
61  {
62    "id": "reloaded_40fmj",
63    "copy-from": "40fmj",
64    "type": "AMMO",
65    "name": { "str_sp": ".40 S&W FMJ, reloaded" },
66    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
67    "extend": { "effects": [ "RECYCLED" ] },
68    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
69  },
70  {
71    "id": "reloaded_40sw",
72    "copy-from": "40sw",
73    "type": "AMMO",
74    "name": { "str_sp": ".40 S&W JHP, 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