summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/magazines.json
blob: 94959c99ddc75eb866971581a7ac33c3098c73e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    "type": "item_group",
    "id": "mags_milspec",
    "//": "Current military specification magazines.",
    "items": [
      [ "m26_mass_mag", 10 ],
      [ "m26_mass_mag_big", 5 ]
    ]
  }
]