1[
2  {
3    "id": "38_fmj",
4    "copy-from": "38_special",
5    "type": "AMMO",
6    "name": { "str_sp": ".38 FMJ" },
7    "description": ".38 Special ammunition with brass jacketed 130gr bullets.  The .38 Special round has been known from its inception for its accuracy and low recoil.",
8    "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 4 } }
9  },
10  {
11    "id": "38_special",
12    "type": "AMMO",
13    "name": { "str": ".38 Special" },
14    "description": ".38 Special ammunition with 130gr FMJ bullets.  The .38 Special round was extremely common among US police forces during the 20th century.",
15    "weight": "8 g",
16    "volume": "113 ml",
17    "price": 210,
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": "38",
26    "casing": "38_casing",
27    "range": 14,
28    "damage": { "damage_type": "bullet", "amount": 22 },
29    "dispersion": 30,
30    "recoil": 250,
31    "effects": [ "COOKOFF" ]
32  },
33  {
34    "id": "38_super",
35    "copy-from": "38_special",
36    "type": "AMMO",
37    "name": { "str_sp": ".38 Super" },
38    "description": ".38 Super ammunition with 90gr JHP bullets.  Designed in 1929, the .38 super cartridge was designed to penetrate body armor and vehicles.",
39    "price": 240,
40    "price_postapoc": 600,
41    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
42    "count": 20,
43    "relative": { "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 4 }, "dispersion": -10 },
44    "proportional": { "recoil": 1.5 }
45  },
46  {
47    "id": "reloaded_38_fmj",
48    "copy-from": "38_fmj",
49    "type": "AMMO",
50    "name": { "str_sp": ".38 FMJ, reloaded" },
51    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
52    "extend": { "effects": [ "RECYCLED" ] },
53    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
54  },
55  {
56    "id": "reloaded_38_special",
57    "copy-from": "38_special",
58    "type": "AMMO",
59    "name": { "str_sp": ".38 Special, reloaded" },
60    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
61    "extend": { "effects": [ "RECYCLED" ] },
62    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
63  },
64  {
65    "id": "reloaded_38_super",
66    "copy-from": "38_super",
67    "type": "AMMO",
68    "name": { "str_sp": ".38 Super, reloaded" },
69    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
70    "extend": { "effects": [ "RECYCLED" ] },
71    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
72  },
73  {
74    "id": "bp_38_fmj",
75    "copy-from": "38_fmj",
76    "type": "AMMO",
77    "name": { "str_sp": ".38 FMJ, black powder" },
78    "proportional": {
79      "price": 0.3,
80      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
81      "recoil": 0.76,
82      "dispersion": 1.2
83    },
84    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
85    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
86  },
87  {
88    "id": "bp_38_special",
89    "copy-from": "38_special",
90    "type": "AMMO",
91    "name": { "str_sp": ".38 Special, black powder" },
92    "proportional": {
93      "price": 0.3,
94      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
95      "recoil": 0.76,
96      "dispersion": 1.2
97    },
98    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
99    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
100  }
101]
102