summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/magazines.json
blob: dc955d8881fe902b8042f3c8c4745b21ec97c684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "type": "item_group",
    "id": "mags_military",
    "//": "_DEPRECATED_ Older military magazines still in service.",
    "items": [
      [ "usp40mag", 9 ]
    ]
  },
  {
    "type": "item_group",
    "id": "mags_swat",
    "//": "Magazines issued to paramilitary forces in addition to standard police issue.",
    "items": [
      [ "usp40mag", 12 ]
    ]
  }
]