1[
2  {
3    "id": "12mm",
4    "type": "AMMO",
5    "name": { "str_sp": "H&K 12mm" },
6    "description": "The Heckler & Koch 12mm projectiles are used in H&K railguns.  It's made of a ferromagnetic metal, probably cobalt.",
7    "weight": "11 g",
8    "volume": "250 ml",
9    "price": 6000,
10    "price_postapoc": 8000,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "steel" ],
13    "symbol": "=",
14    "color": "blue",
15    "count": 20,
16    "stack_size": 40,
17    "ammo_type": "12mm",
18    "damage": { "damage_type": "bullet", "amount": 50, "armor_penetration": 40 },
19    "dispersion": 45,
20    "recoil": 100
21  }
22]
23