1[
2  {
3    "id": "308",
4    "type": "AMMO",
5    "name": { "str_sp": ".308 Winchester" },
6    "description": ".308 Winchester ammunition with 168gr hollow point bullets.  The .308 round is one of the most popular hunting cartridges in the world due to its accuracy and power.",
7    "weight": "18 g",
8    "volume": "158 ml",
9    "price": 180,
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": "308",
18    "casing": "308_casing",
19    "range": 65,
20    "damage": { "damage_type": "bullet", "amount": 60, "armor_penetration": 2 },
21    "dispersion": 15,
22    "recoil": 3000,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "762_51",
27    "copy-from": "308",
28    "type": "AMMO",
29    "name": { "str_sp": "7.62x51mm M80" },
30    "casing": "762_51_casing",
31    "description": "A 7.62x51mm NATO round with a 147gr FMJ bullet.  It is a powerful rifle cartridge commonly used by hunters and military snipers because of its high accuracy and long range.",
32    "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 4 }, "dispersion": -10 },
33    "proportional": { "recoil": 1.1 },
34    "extend": { "effects": [ "NEVER_MISFIRES" ] }
35  },
36  {
37    "id": "762_51_incendiary",
38    "copy-from": "762_51",
39    "type": "AMMO",
40    "name": { "str_sp": "7.62x51mm NATO tracer" },
41    "description": "This ammunition is a one-in-five mix of M80 and M62 tracer rounds to help keep the weapon they are fired from on target.",
42    "extend": { "effects": [ "INCENDIARY" ] }
43  },
44  {
45    "id": "bp_308",
46    "copy-from": "308",
47    "type": "AMMO",
48    "name": { "str_sp": ".308 Winchester, black powder" },
49    "proportional": {
50      "price": 0.3,
51      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
52      "recoil": 0.76,
53      "dispersion": 1.2
54    },
55    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
56    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
57  },
58  {
59    "id": "bp_762_51",
60    "copy-from": "762_51",
61    "type": "AMMO",
62    "name": { "str_sp": "7.62x51mm, black powder" },
63    "proportional": {
64      "price": 0.3,
65      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
66      "recoil": 0.76,
67      "dispersion": 1.2
68    },
69    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
70    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
71  },
72  {
73    "id": "bp_762_51_incendiary",
74    "copy-from": "762_51_incendiary",
75    "type": "AMMO",
76    "name": { "str_sp": "7.62x51mm tracer, black powder" },
77    "proportional": {
78      "price": 0.3,
79      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
80      "recoil": 0.76,
81      "dispersion": 1.2
82    },
83    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
84    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
85  },
86  {
87    "id": "reloaded_308",
88    "copy-from": "308",
89    "type": "AMMO",
90    "name": { "str_sp": ".308 Winchester, reloaded" },
91    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
92    "extend": { "effects": [ "RECYCLED" ] },
93    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
94  },
95  {
96    "id": "reloaded_762_51",
97    "copy-from": "762_51",
98    "type": "AMMO",
99    "name": { "str_sp": "7.62x51mm, reloaded" },
100    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
101    "extend": { "effects": [ "RECYCLED" ] },
102    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
103  },
104  {
105    "id": "reloaded_762_51_incendiary",
106    "copy-from": "762_51_incendiary",
107    "type": "AMMO",
108    "name": { "str_sp": "7.62x51mm incendiary, reloaded" },
109    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
110    "extend": { "effects": [ "RECYCLED" ] },
111    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
112  }
113]
114