1[
2  {
3    "id": "357sig_fmj",
4    "type": "AMMO",
5    "name": { "str_sp": ".357 SIG FMJ" },
6    "description": "Jacketed .357 SIG ammunition.  The .357 SIG round is a high velocity pistol cartridge, giving it a flatter trajectory than many handgun rounds.",
7    "weight": "8 g",
8    "volume": "132 ml",
9    "price": 370,
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": "357sig",
18    "casing": "357sig_casing",
19    "range": 16,
20    "damage": { "damage_type": "bullet", "amount": 28, "armor_penetration": 4 },
21    "dispersion": 30,
22    "recoil": 600,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "357sig_jhp",
27    "copy-from": "357sig_fmj",
28    "type": "AMMO",
29    "name": { "str_sp": ".357 SIG JHP" },
30    "description": "Jacketed hollow point .357 SIG ammunition.  The .357 SIG round is a high velocity pistol cartridge, giving it a flatter trajectory than many handgun rounds.",
31    "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -2 } }
32  },
33  {
34    "id": "reloaded_357sig_fmj",
35    "copy-from": "357sig_fmj",
36    "type": "AMMO",
37    "name": { "str_sp": ".357 SIG FMJ, reloaded" },
38    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
39    "extend": { "effects": [ "RECYCLED" ] },
40    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
41  },
42  {
43    "id": "reloaded_357sig_jhp",
44    "copy-from": "357sig_jhp",
45    "type": "AMMO",
46    "name": { "str_sp": ".357 SIG JHP, reloaded" },
47    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
48    "extend": { "effects": [ "RECYCLED" ] },
49    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
50  },
51  {
52    "id": "bp_357sig_fmj",
53    "copy-from": "357sig_fmj",
54    "type": "AMMO",
55    "name": { "str_sp": ".357 SIG FMJ, black powder" },
56    "proportional": {
57      "price": 0.3,
58      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
59      "recoil": 0.76,
60      "dispersion": 1.2
61    },
62    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
63    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
64  },
65  {
66    "id": "bp_357sig_jhp",
67    "copy-from": "357sig_jhp",
68    "type": "AMMO",
69    "name": { "str_sp": ".357 SIG JHP, black powder" },
70    "proportional": {
71      "price": 0.3,
72      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
73      "recoil": 0.76,
74      "dispersion": 1.2
75    },
76    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
77    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
78  }
79]
80