summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json
blob: d995c3d2cf2d93cdba42d986dea9aaf7932f375c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "id": "on_hand_473",
    "type": "item_group",
    "//": "a collection of ammo that would be found with a loaded gun.",
    "subtype": "distribution",
    "entries": [
      { "item": "473", "prob": 100, "charges": [ 1, 40 ] },
      { "item": "473", "prob": 75, "charges": [ 44, 80 ] },
      { "item": "473", "prob": 30, "charges": [ 88, 160 ] }
    ]
  }
]