summaryrefslogtreecommitdiff
path: root/json/items/gun/9mm.json
blob: 75f79807f62d37a2fc4a47f2f04f73b64d19151c (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
[
  {
    "id": "usp_9mm",
    "copy-from": "usp_9mm",
    "type": "GUN",
    "name": { "str_sp": "H&K USP 9mm" },
    "weight": "748 g"
  },
  {
    "id": "hk_mp5",
    "copy-from": "hk_mp5",
    "type": "GUN",
    "name": { "str_sp": "H&K MP5A4" },
    "weight": "2540 g",
    "volume": "1750 ml"
  },
  {
    "id": "hk_mp5k",
    "copy-from": "hk_mp5k",
    "type": "GUN",
    "name": { "str_sp": "H&K MP5K-PDW" },
    "weight": "2530 g",
    "volume": "1250 ml"
  },
  {
    "id": "hk_ump9",
    "copy-from": "hk_ump45",
    "type": "GUN",
    "name": { "str_sp": "H&K UMP9" },
    "description": "Developed as a successor to the MP5 submachine gun, the UMP9 retains the earlier model's supreme accuracy and low recoil, but with reduced weight and size.",
    "weight": "2300 g",
    "ammo": "9mm",
    "min_cycle_recoil": 450,
    "magazines": [ [ "9mm", [ "ump9mag" ] ] ],
    "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ],  [ "AUTO", "auto", 4 ] ]
  }
]