1[
2  {
3    "id": "460_fmj",
4    "copy-from": "460_rowland",
5    "type": "AMMO",
6    "name": { "str_sp": ".460 Rowland HCFN" },
7    "description": "A plated, hard cast flat nosed variant of the .460 Rowland 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": "460_rowland",
12    "copy-from": "44magnum",
13    "type": "AMMO",
14    "name": { "str_sp": ".460 Rowland" },
15    "description": ".460 Rowland ammunition with 185gr JHP bullets.  The .460 Rowland round is designed to emulate hard-hitting .44 magnum in common autoloading pistols.  Like the .44, .460 Rowland has exceptional power - and recoil.  It is almost dimensionally identical to .45ACP, save for having a longer case and deeper seated bullets to prevent ammunition mix-ups.",
16    "ammo_type": "460",
17    "casing": "460_casing",
18    "proportional": { "range": 0.95, "damage": { "damage_type": "bullet", "amount": 0.95, "armor_penetration": 0.95 }, "recoil": 0.95 }
19  },
20  {
21    "id": "bp_460_fmj",
22    "copy-from": "460_fmj",
23    "type": "AMMO",
24    "name": { "str_sp": ".460 Rowland FMJ, black powder" },
25    "proportional": {
26      "price": 0.3,
27      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
28      "recoil": 0.76,
29      "dispersion": 1.2
30    },
31    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
32    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
33  },
34  {
35    "id": "bp_460_rowland",
36    "copy-from": "460_rowland",
37    "type": "AMMO",
38    "name": { "str_sp": ".460 Rowland, black powder" },
39    "proportional": {
40      "price": 0.3,
41      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
42      "recoil": 0.76,
43      "dispersion": 1.2
44    },
45    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
46    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
47  },
48  {
49    "id": "reloaded_460_fmj",
50    "copy-from": "460_fmj",
51    "type": "AMMO",
52    "name": { "str_sp": ".460 Rowland FMJ, reloaded" },
53    "description": "A brass-jacketed variant of the .460 Rowland round.  This increases penetration slightly at the cost of reduced damage from expansion.",
54    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
55    "extend": { "effects": [ "RECYCLED" ] },
56    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
57  },
58  {
59    "id": "reloaded_460_rowland",
60    "copy-from": "460_rowland",
61    "type": "AMMO",
62    "name": { "str_sp": ".460 Rowland, reloaded" },
63    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
64    "extend": { "effects": [ "RECYCLED" ] },
65    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
66  }
67]
68