1[
2  {
3    "id": "4570_sp",
4    "type": "AMMO",
5    "name": { "str_sp": ".45-70 SP" },
6    "description": ".45-70 Government ammunition loaded with a 305 grain soft point round.  One of the oldest cartridges still in use, it is still a favorite for large game hunting at short ranges.",
7    "weight": "35 g",
8    "volume": "167 ml",
9    "price": 125,
10    "price_postapoc": 800,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "+",
14    "color": "green",
15    "count": 20,
16    "stack_size": 20,
17    "ammo_type": "4570",
18    "casing": "4570_casing",
19    "range": 48,
20    "damage": { "damage_type": "bullet", "amount": 57, "armor_penetration": 3 },
21    "dispersion": 20,
22    "recoil": 4300,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "4570_pen",
27    "copy-from": "4570_sp",
28    "type": "AMMO",
29    "name": { "str": ".45-70 +P penetrator" },
30    "description": ".45-70 Government +P ammunition loaded with a 305 grain solid copper penetrator projectile.  Designed for maximum penetration through thick hide and bone while maintaining ideal wounding characteristics.",
31    "price": 175,
32    "price_postapoc": 600,
33    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
34    "count": 10,
35    "relative": { "range": 2, "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 7 }, "recoil": 300 }
36  },
37  {
38    "id": "4570_low",
39    "copy-from": "4570_sp",
40    "type": "AMMO",
41    "name": { "str_sp": ".45-70 LFN cowboy" },
42    "description": ".45-70 Government ammunition loaded with a 405 grain lead flat nose bullet to original specifications for safe use in antique firearms.  Quite a bit less powerful than modern ammo, but still packs a punch.",
43    "price": 250,
44    "price_postapoc": 400,
45    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
46    "relative": { "range": -8, "damage": { "damage_type": "bullet", "amount": -14, "armor_penetration": -2 }, "recoil": -900 }
47  },
48  {
49    "id": "reloaded_4570_sp",
50    "copy-from": "4570_sp",
51    "type": "AMMO",
52    "name": { "str_sp": ".45-70 SP, reloaded" },
53    "description": ".45-70 Government ammunition loaded with a 305 grain soft point round.  One of the oldest cartridges still in use, it is still a favorite for large game hunting at short ranges.  This one has been hand-loaded.",
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_4570_pen",
60    "copy-from": "4570_pen",
61    "type": "AMMO",
62    "name": { "str": ".45-70 +P penetrator, reloaded", "str_pl": ".45-70 +P penetrators, reloaded" },
63    "description": ".45-70 Government +P ammunition loaded with a 305 grain solid copper penetrator projectile.  Designed for maximum penetration through thick hide and bone while maintaining ideal wounding characteristics.  This one has been hand-loaded.",
64    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
65    "extend": { "effects": [ "RECYCLED" ] },
66    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
67  },
68  {
69    "id": "reloaded_4570_low",
70    "copy-from": "4570_low",
71    "type": "AMMO",
72    "name": { "str_sp": ".45-70 LFN cowboy, reloaded" },
73    "description": ".45-70 Government ammunition loaded with a 405 grain lead flat nose bullet to original specifications for safe use in antique firearms.  Quite a bit less powerful than modern ammo, but still packs a punch.  This one has been hand-loaded.",
74    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
75    "extend": { "effects": [ "RECYCLED" ] },
76    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
77  },
78  {
79    "id": "reloaded_4570_bp",
80    "copy-from": "4570_low",
81    "type": "AMMO",
82    "name": { "str_sp": ".45-70, black powder" },
83    "description": ".45-70 Government ammunition loaded with a 405 grain lead flat nose bullet using black powder to original specifications.  Quite a bit less powerful and a lot dirtier than modern ammo, but still packs a punch.  This one has been hand-loaded.",
84    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.3 },
85    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER" ] },
86    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
87  }
88]
89