1[
2  {
3    "id": "3006",
4    "type": "AMMO",
5    "name": { "str_sp": ".30-06 Springfield" },
6    "description": ".30-06 Springfield rounds with 165gr soft point bullets.  The .30-06 cartridge has excellent accuracy, range, and stopping power making it popular with hunters and snipers for well over a century.",
7    "weight": "20 g",
8    "volume": "192 ml",
9    "price": 160,
10    "price_postapoc": 800,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "yellow",
15    "count": 20,
16    "stack_size": 20,
17    "ammo_type": "3006",
18    "casing": "3006_casing",
19    "range": 61,
20    "damage": { "damage_type": "bullet", "amount": 62, "armor_penetration": 10 },
21    "dispersion": 20,
22    "recoil": 3800,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "3006_incendiary",
27    "copy-from": "3006",
28    "type": "AMMO",
29    "name": { "str_sp": ".30-06 M14A1 tracer" },
30    "description": "Armor piercing incendiary .30-06 M14A1 ammunition containing tracer rounds to help keep the weapon they are fired from on target.  It penetrates all but the strongest body armor with ease.",
31    "extend": { "effects": [ "INCENDIARY" ] }
32  },
33  {
34    "id": "3006fmj",
35    "copy-from": "3006",
36    "type": "AMMO",
37    "name": { "str_sp": ".30-06 M2 AP" },
38    "description": "Armor piercing .30-06 M2 ammunition with 168gr FMJ bullets.  It is an extremely powerful and accurate cartridge but pays for its armor penetration abilities with lowered damage.",
39    "relative": { "damage": { "damage_type": "bullet", "amount": -4, "armor_penetration": 8 } }
40  },
41  {
42    "id": "bp_3006",
43    "copy-from": "3006",
44    "type": "AMMO",
45    "name": { "str_sp": ".30-06 Springfield, black powder" },
46    "proportional": {
47      "price": 0.3,
48      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
49      "recoil": 0.76,
50      "dispersion": 1.2
51    },
52    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
53    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
54  },
55  {
56    "id": "bp_3006_incendiary",
57    "copy-from": "3006_incendiary",
58    "type": "AMMO",
59    "name": { "str_sp": ".30-06 Springfield tracer, black powder" },
60    "proportional": {
61      "price": 0.3,
62      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
63      "recoil": 0.76,
64      "dispersion": 1.2
65    },
66    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
67    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
68  },
69  {
70    "id": "bp_3006fmj",
71    "copy-from": "bp_3006",
72    "type": "AMMO",
73    "name": { "str_sp": ".30-06 Springfield M2 AP, black powder" },
74    "proportional": {
75      "price": 0.3,
76      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
77      "recoil": 0.76,
78      "dispersion": 1.2
79    },
80    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
81    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
82  },
83  {
84    "id": "reloaded_3006",
85    "copy-from": "3006",
86    "type": "AMMO",
87    "name": { "str_sp": ".30-06 Springfield, reloaded" },
88    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
89    "extend": { "effects": [ "RECYCLED" ] },
90    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
91  },
92  {
93    "id": "reloaded_3006_incendiary",
94    "copy-from": "3006_incendiary",
95    "type": "AMMO",
96    "name": { "str_sp": ".30-06 incendiary, reloaded" },
97    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
98    "extend": { "effects": [ "RECYCLED" ] },
99    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
100  },
101  {
102    "id": "reloaded_3006fmj",
103    "copy-from": "3006fmj",
104    "type": "AMMO",
105    "name": { "str_sp": ".30-06 M2 AP, reloaded" },
106    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
107    "extend": { "effects": [ "RECYCLED" ] },
108    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
109  }
110]
111