summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/magazines.json
blob: 24d04651462e6e9cd56c493e6f60055c8fbc3df1 (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
[
  {
    "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": [
      [ "usp40mag", 10 ]
    ]
  },
  {
    "type": "item_group",
    "id": "mags_swat",
    "//": "Magazines issued to paramilitary forces in addition to standard police issue.",
    "items": [
      { "item": "ump9mag", "prob": 20, "charges": [ 0, 30 ] },
      { "item": "ump40mag", "prob": 20, "charges": [ 0, 30 ] },
      { "item": "usp40mag", "prob": 10, "charges": [ 0, 13 ] },
      { "item": "p309mag", "prob": 10, "charges": [ 0, 15 ] },
      { "item": "p3040mag", "prob": 10, "charges": [ 0, 13 ] },
      { "item": "hk45mag", "prob": 10, "charges": [ 0, 10 ] }
    ]
  },
  {
    "type": "item_group",
    "id": "mags_smg_common",
    "//": "Factory specification SMG magazines commonly owned by citizens.",
    "items": [
      [ "ump9mag", 5 ],
      [ "ump40mag", 5 ]
    ]
  }
]