summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/magazines.json
blob: 982acad8ef019d31c76f3d3606ee6c503b6e2d3e (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
31
32
33
34
35
[
  {
    "type": "item_group",
    "id": "mags_milspec",
    "//": "Current military specification magazines.",
    "items": [
      [ "hk_g11_mag", 20 ],
      [ "hk_caws_mag", 15 ]
    ]
  },
  {
    "type": "item_group",
    "id": "mags_military",
    "//": "_DEPRECATED_ Older military magazines still in service.",
    "items": [
      [ "usp40mag", 10 ]
    ]
  },
  {
    "type": "item_group",
    "id": "mags_swat",
    "//": "Magazines issued to paramilitary forces in addition to standard police issue.",
    "items": [
      [ "usp40mag", 10 ]
    ]
  },
  {
    "type": "item_group",
    "id": "mags_rifle_rare",
    "//": "Aftermarket or otherwise uncommon rifle magazines excluding milspec.",
    "items": [
      [ "hk_g36_mag", 80 ]
    ]
  }
]