1[
2  {
3    "id": "38super_fmj",
4    "type": "AMMO",
5    "name": { "str_sp": ".38 Super FMJ" },
6    "description": ".38 Super ammunition with 147gr FMJ bullets.  The .38 Super round was developed from .38 ACP in the 1920s, designed to penetrate the body armor of the era.",
7    "weight": "8 g",
8    "volume": "97 ml",
9    "price": 210,
10    "price_postapoc": 1200,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "yellow",
15    "count": 40,
16    "stack_size": 40,
17    "ammo_type": "38super",
18    "casing": "38super_casing",
19    "range": 14,
20    "damage": { "damage_type": "bullet", "amount": 26 },
21    "dispersion": 30,
22    "recoil": 250,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "reloaded_38super_fmj",
27    "copy-from": "38super_fmj",
28    "type": "AMMO",
29    "name": { "str_sp": ".38 Super FMJ, 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