summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/ammo.json
blob: 2a563d7c8e86ae0d1976a2c3f298f236b49b1360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
  {
    "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": 40 },
      { "item": "shot_000_slug", "prob": 20 }
    ]
  },
  {
    "type": "item_group",
    "id": "ammo_shotgun_milspec",
    "//": "Military specification shotgun ammo found at military sites.",
    "subtype": "distribution",
    "entries": [
      { "item": "shot_000_flechette", "prob": 100 }
    ]
  }
]