[
  {
    "type": "item_group",
    "id": "ammo_rifle_milspec",
    "//": "Military specification rifle ammo found at military sites.",
    "subtype": "distribution",
    "entries": [
      { "item": "473x33mm", "prob": 35 }
    ]
  },
  {
    "type": "item_group",
    "id": "ammo_shotgun_rare",
    "//": "Less common shotgun ammo including that only used by police/paramilitary forces.",
    "subtype": "distribution",
    "entries": [
      { "item": "shot_000_beanbag", "prob": 15 },
      { "item": "shot_000", "prob": 60 },
      { "item": "shot_000_slug", "prob": 30 }
    ]
  },
  {
    "type": "item_group",
    "id": "ammo_shotgun_milspec",
    "//": "Military specification shotgun ammo found at military sites.",
    "subtype": "distribution",
    "entries": [
      { "item": "shot_000_he", "prob": 15 },
      { "item": "shot_000_flechette", "prob": 80 },
      { "item": "shot_000_inc", "prob": 30 }
    ]
  },
  {
    "type": "item_group",
    "id": "ammo_shotgun_reloaded",
    "//": "Reloaded shotgun ammo balanced according to rarity.",
    "subtype": "distribution",
    "entries": [
      { "item": "reloaded_shot_000", "prob": 80 },
      { "item": "reloaded_shot_000_flechette", "prob": 2 },
      { "item": "reloaded_shot_000_slug", "prob": 10 },
      { "item": "reloaded_shot_000_inc", "prob": 7 }
    ]
  }
]