summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/ammo.json
blob: 831a4bec3dffdb5143b334ef516a39639891e8df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "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_milspec",
    "//": "Military specification shotgun ammo found at military sites.",
    "subtype": "distribution",
    "entries": [
      { "item": "shot_000", "prob": 100 },
      { "item": "shot_000_slug", "prob": 100 },
      { "item": "shot_000_flechette", "prob": 100 }
    ]
  }
]