[
  {
    "type": "item_group",
    "id": "mags_milspec",
    "//": "Current military specification magazines.",
    "items": [
      [ "hk_g11_mag", 20 ],
      [ "hk_caws_mag", 15 ]
    ]
  },
  {
    "type": "item_group",
    "id": "mags_military",
    "//": "_DEPRECATED_ Older military magazines still in service.",
    "items": [
      [ "usp40mag", 10 ]
    ]
  },
  {
    "type": "item_group",
    "id": "mags_swat",
    "//": "Magazines issued to paramilitary forces in addition to standard police issue.",
    "items": [
      [ "usp40mag", 10 ]
    ]
  }
]