1[
2  {
3    "id": "44fmj",
4    "copy-from": "44magnum",
5    "type": "AMMO",
6    "name": { "str_sp": ".44 Magnum FMJ" },
7    "description": "A brass-jacketed variant of the .44 Magnum round.  This increases penetration slightly at the cost of reduced damage from expansion.",
8    "relative": { "damage": { "damage_type": "bullet", "amount": -4, "armor_penetration": 8 } }
9  },
10  {
11    "id": "44magnum",
12    "type": "AMMO",
13    "name": { "str": ".44 Magnum" },
14    "description": ".44 magnum ammunition with 240gr JHP bullets.  The .44 magnum round is one of the most powerful handgun cartridges available.  It has excellent stopping power but suffers from extremely high recoil for a handgun round.",
15    "weight": "13 g",
16    "volume": "87 ml",
17    "price": 175,
18    "price_postapoc": 600,
19    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
20    "material": [ "brass", "powder" ],
21    "symbol": "=",
22    "color": "light_gray",
23    "count": 20,
24    "stack_size": 20,
25    "ammo_type": "44",
26    "casing": "44_casing",
27    "range": 16,
28    "damage": { "damage_type": "bullet", "amount": 40, "armor_penetration": 4 },
29    "dispersion": 30,
30    "recoil": 1570,
31    "effects": [ "COOKOFF" ]
32  },
33  {
34    "id": "reloaded_44fmj",
35    "copy-from": "44fmj",
36    "type": "AMMO",
37    "name": { "str_sp": ".44 Magnum 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_44magnum",
44    "copy-from": "44magnum",
45    "type": "AMMO",
46    "name": { "str_sp": ".44 Magnum, 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_44magnum",
53    "copy-from": "44magnum",
54    "type": "AMMO",
55    "name": { "str_sp": ".44 Magnum, 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_44fmj",
67    "copy-from": "44fmj",
68    "type": "AMMO",
69    "name": { "str_sp": ".44 Magnum FMJ, 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