summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/magazines.json
blob: c0e5b54f2a29b6e39a995a14251361bdc69229dc (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[
  {
    "type": "item_group",
    "id": "mags_milspec",
    "//": "Current military specification magazines.",
    "items": [
      [ "hk_g11_mag", 20 ],
      [ "hk_caws_mag", 15 ],
      [ "hk46midmag", 10 ]
    ]
  },
  {
    "type": "item_group",
    "id": "mags_military",
    "//": "_DEPRECATED_ Older military magazines still in service.",
    "items": [
      [ "usp9mag_10rd", 10 ],
      [ "usp9mag_18rd", 10 ],
      [ "usp9mag_20rd", 10 ],
      [ "usp9mag_32rd", 10 ],
      [ "usp40mag", 10 ]
      
    ]
  },
  {
    "type": "item_group",
    "id": "mags_swat",
    "//": "Magazines issued to paramilitary forces in addition to standard police issue.",
    "items": [
      [ "mp5mag_100rd", 15 ],
      [ "mp5mag_40rd", 20 ],
      [ "mp5mag_38rd", 20 ],
      [ "mp5mag_20rd", 20 ],
      [ "mp5mag_15rd", 20 ],
      [ "mp5mag_10rd", 20 ],
      [ "ump9mag", 20 ],
      [ "ump40mag", 20 ],
      [ "usp9mag_10rd", 10 ],
      [ "usp9mag_18rd", 10 ],
      [ "usp9mag_20rd", 10 ],
      [ "usp9mag_32rd", 10 ],
      [ "usp40mag", 10 ],
      [ "p309mag", 10 ],
      [ "p3040mag", 10 ],
      [ "hk45mag", 10 ]
    ]
  },
  {
    "type": "item_group",
    "id": "mags_smg_common",
    "//": "Factory specification SMG magazines commonly owned by citizens.",
    "items": [
      [ "mp5mag_100rd", 5 ],
      [ "mp5mag_40rd", 5 ],
      [ "mp5mag_38rd", 5 ],
      [ "mp5mag_20rd", 5 ],
      [ "mp5mag_15rd", 5 ],
      [ "mp5mag_10rd", 5 ],
      [ "ump9mag", 5 ],
      [ "ump40mag", 5 ]
    ]
  }
]