summaryrefslogtreecommitdiff
path: root/json/items/gun/40.json
blob: 011b97b54efa7a3537b289fd5dd7ed349a03aad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
  {
    "id": "usp_40",
    "copy-from": "usp_9mm",
    "type": "GUN",
    "name": { "str_sp": "H&K USP .40" },
    "weight": "748 g",
    "ammo": "40",
    "magazines": [ [ "40", [ "usp40mag" ] ] ]
  },
  {
    "id": "hk_ump40",
    "copy-from": "hk_ump45",
    "type": "GUN",
    "name": { "str_sp": "H&K UMP40" },
    "description": "Developed as a successor to the MP5 submachine gun, the UMP40 retains the earlier model's supreme accuracy and low recoil, but in the higher .40 caliber.",
    "weight": "2300 g",
    "ammo": "40",
    "min_cycle_recoil": 500,
    "magazines": [ [ "40", [ "ump40mag" ] ] ],
    "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ],  [ "AUTO", "auto", 4 ] ]
  }
]