1[
2  {
3    "id": "223",
4    "type": "AMMO",
5    "name": { "str_sp": ".223 Remington" },
6    "description": ".223 Remington ammunition with 55gr FMJ bullets.  The .223 round has been very popular with civilian shooters for almost a century, finding use in a wide variety of weapons.  It generates lower pressure than 5.56 NATO leading to slightly decreased accuracy and recoil.",
7    "weight": "12 g",
8    "volume": "194 ml",
9    "price": 280,
10    "price_postapoc": 900,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "yellow",
15    "count": 30,
16    "stack_size": 47,
17    "ammo_type": "223",
18    "casing": "223_casing",
19    "range": 36,
20    "damage": { "damage_type": "bullet", "amount": 44, "armor_penetration": 2 },
21    "dispersion": 30,
22    "recoil": 1500,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "556",
27    "copy-from": "223",
28    "type": "AMMO",
29    "name": { "str_sp": "5.56 NATO M855A1" },
30    "description": "5.56x45mm ammunition with a 62gr FMJ bullet containing a steel penetrator.  Its light weight, high accuracy, and manageable recoil lead to widespread use in the 20th century and it remains popular among militaries and civilians.",
31    "price": 290,
32    "price_postapoc": 900,
33    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
34    "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 4 }, "dispersion": -10 },
35    "proportional": { "recoil": 1.1 },
36    "extend": { "effects": [ "NEVER_MISFIRES" ] }
37  },
38  {
39    "id": "556_incendiary",
40    "copy-from": "556",
41    "type": "AMMO",
42    "name": { "str_sp": "5.56 NATO tracer" },
43    "description": "This ammunition is a one-in-five mix of M855A1 and M856 tracer rounds to help keep the weapon they are fired from on target.",
44    "extend": { "effects": [ "INCENDIARY" ] }
45  },
46  {
47    "id": "bp_223",
48    "copy-from": "223",
49    "type": "AMMO",
50    "name": { "str_sp": ".223 Remington, black powder" },
51    "proportional": {
52      "price": 0.3,
53      "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
54      "recoil": 0.57,
55      "dispersion": 1.2
56    },
57    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
58    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
59  },
60  {
61    "id": "bp_556",
62    "copy-from": "556",
63    "type": "AMMO",
64    "name": { "str_sp": "5.56 NATO, black powder" },
65    "proportional": {
66      "price": 0.3,
67      "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
68      "recoil": 0.57,
69      "dispersion": 1.2
70    },
71    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
72    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
73  },
74  {
75    "id": "bp_556_incendiary",
76    "copy-from": "556_incendiary",
77    "type": "AMMO",
78    "name": { "str_sp": "5.56 NATO tracer, black powder" },
79    "proportional": {
80      "price": 0.3,
81      "damage": { "damage_type": "bullet", "amount": 0.57, "armor_penetration": 0.5 },
82      "recoil": 0.57,
83      "dispersion": 1.2
84    },
85    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
86    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
87  },
88  {
89    "id": "reloaded_223",
90    "copy-from": "223",
91    "type": "AMMO",
92    "name": { "str_sp": ".223 Remington, reloaded" },
93    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
94    "extend": { "effects": [ "RECYCLED" ] },
95    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
96  },
97  {
98    "id": "reloaded_556",
99    "copy-from": "556",
100    "type": "AMMO",
101    "name": { "str_sp": "5.56 NATO, reloaded" },
102    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
103    "extend": { "effects": [ "RECYCLED" ] },
104    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
105  },
106  {
107    "id": "reloaded_556_incendiary",
108    "copy-from": "556_incendiary",
109    "type": "AMMO",
110    "name": { "str_sp": "5.56 NATO tracer, reloaded" },
111    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
112    "extend": { "effects": [ "RECYCLED" ] },
113    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
114  }
115]
116