[
  {
    "type": "item_group",
    "id": "ammo_pistol_milspec",
    "//": "Military specification pistol ammo found at military sites.",
    "subtype": "distribution",
    "entries": [
      { "item": "46mm_fmj", "prob": 70 },
      { "item": "46mm_shp", "prob": 70 }
    ]
  },
  {
    "type": "item_group",
    "id": "ammo_pistol_modern_handloads",
    "//": "Reloaded pistol ammo balanced according to rarity.",
    "subtype": "distribution",
    "entries": [
      { "item": "reloaded_46mm_fmj", "prob": 20 },
      { "item": "reloaded_46mm_shp", "prob": 20 }
    ]
  },
  {
    "type": "item_group",
    "id": "ammo_pistol_blackpowder_handloads",
    "//": "Blackpowder pistol ammo balanced according to rarity, additional weight for calibers that have common, manual-action firearms available in that chambering.",
    "subtype": "distribution",
    "entries": [
      { "item": "bp_46mm_fmj", "prob": 20 },
      { "item": "bp_46mm_shp", "prob": 20 }
    ]
  },
  {
    "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", "prob": 60 }
    ]
  },
  {
    "type": "item_group",
    "id": "ammo_shotgun_milspec",
    "//": "Military specification shotgun ammo found at military sites.",
    "subtype": "distribution",
    "entries": [
      { "item": "shot_000", "prob": 60 },
      { "item": "shot_000_inc", "prob": 25 }
    ]
  },
  {
    "type": "item_group",
    "id": "ammo_shotgun_modern_handloads",
    "//": "Reloaded shotgun ammo balanced according to rarity.",
    "subtype": "distribution",
    "entries": [
      { "item": "reloaded_shot_000", "prob": 80 },
      { "item": "reloaded_shot_000_inc", "prob": 7 }
    ]
  }
]