1[
2  {
3    "id": "300_winmag",
4    "type": "AMMO",
5    "name": { "str": ".300 Winchester Magnum" },
6    "description": ".300 Winchester Magnum rounds with 220gr JHP bullets.  The 300WM round is an extremely powerful and accurate rifle round introduced in 1963.  It has proven popular with hunters and snipers, although it is not as common as .308 or .30-06.",
7    "weight": "28 g",
8    "volume": "169 ml",
9    "price": 220,
10    "price_postapoc": 400,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "yellow",
15    "count": 10,
16    "stack_size": 15,
17    "ammo_type": "300",
18    "casing": "300_casing",
19    "range": 65,
20    "damage": { "damage_type": "bullet", "amount": 70, "armor_penetration": 8 },
21    "dispersion": 15,
22    "recoil": 5300,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "bp_300_winmag",
27    "copy-from": "300_winmag",
28    "type": "AMMO",
29    "name": { "str_sp": ".300 Winchester Magnum, black powder" },
30    "proportional": {
31      "price": 0.3,
32      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
33      "recoil": 0.76,
34      "dispersion": 1.2
35    },
36    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
37    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
38  },
39  {
40    "id": "reloaded_300_winmag",
41    "copy-from": "300_winmag",
42    "type": "AMMO",
43    "name": { "str_sp": ".300 Winchester Magnum, reloaded" },
44    "description": "The .300 Winchester Magnum is extremely versatile and has been adopted by many shooting disciplines.  The cartridge has found use by hunters, military units, and law enforcement departments.  This one has been hand-reloaded.",
45    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
46    "extend": { "effects": [ "RECYCLED" ] },
47    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
48  }
49]
50