1[
2  {
3    "id": "454_Casull",
4    "type": "AMMO",
5    "name": { "str_sp": ".454 Casull" },
6    "description": ".454 Casull ammunition with 300gr jacketed soft point bullets.  The .454 Casull round is derived from .45 Long Colt with a stronger, lengthened case.  It is an exceptionally powerful cartridge with higher stopping power than many rifle rounds, although it suffers from extreme recoil making it unsuitable for most purposes.",
7    "weight": "16 g",
8    "volume": "79 ml",
9    "price": 500,
10    "price_postapoc": 800,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "steel", "powder" ],
13    "symbol": "=",
14    "color": "light_gray",
15    "count": 20,
16    "stack_size": 15,
17    "ammo_type": "454",
18    "casing": "454_casing",
19    "range": 16,
20    "damage": { "damage_type": "bullet", "amount": 48, "armor_penetration": 8 },
21    "dispersion": 30,
22    "recoil": 2500,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "reloaded_454_Casull",
27    "copy-from": "454_Casull",
28    "type": "AMMO",
29    "name": { "str_sp": ".454 Casull, reloaded" },
30    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
31    "extend": { "effects": [ "RECYCLED" ] },
32    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
33  },
34  {
35    "id": "bp_454_Casull",
36    "copy-from": "454_Casull",
37    "type": "AMMO",
38    "name": { "str_sp": ".454 Casull, 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