1[
2  {
3    "id": "357mag_fmj",
4    "type": "AMMO",
5    "name": { "str_sp": ".357 magnum FMJ" },
6    "description": "Jacketed .357 magnum ammunition.  The .357 magnum round is derived from the earlier .38 special, with a marginally longer case and generating greater pressure.",
7    "weight": "8 g",
8    "volume": "145 ml",
9    "price": 140,
10    "price_postapoc": 1000,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "light_gray",
15    "count": 50,
16    "stack_size": 50,
17    "ammo_type": "357mag",
18    "casing": "357mag_casing",
19    "range": 16,
20    "damage": { "damage_type": "bullet", "amount": 28, "armor_penetration": 4 },
21    "dispersion": 30,
22    "recoil": 700,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "357mag_jhp",
27    "copy-from": "357mag_fmj",
28    "type": "AMMO",
29    "name": { "str_sp": ".357 magnum JHP" },
30    "description": "Jacketed hollow point .357 magnum ammunition.  The .357 magnum round is derived from the earlier .38 special, with a marginally longer case and generating greater pressure.",
31    "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -2 } }
32  },
33  {
34    "id": "bp_357mag_fmj",
35    "copy-from": "357mag_fmj",
36    "type": "AMMO",
37    "name": { "str_sp": ".357 Magnum 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_357mag_jhp",
49    "copy-from": "357mag_jhp",
50    "type": "AMMO",
51    "name": { "str_sp": ".357 Magnum 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_357mag_fmj",
63    "copy-from": "357mag_fmj",
64    "type": "AMMO",
65    "name": { "str_sp": ".357 Magnum FMJ, reloaded" },
66    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1, "recoil": 0.9 }
67  },
68  {
69    "id": "reloaded_357mag_jhp",
70    "copy-from": "357mag_jhp",
71    "type": "AMMO",
72    "name": { "str_sp": ".357 Magnum JHP, reloaded" },
73    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1, "recoil": 0.9 }
74  }
75]
76