summaryrefslogtreecommitdiff
path: root/json/items/gun/40.json
blob: cde749f6f490f153d93020ae8352f9ece605a2ee (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
[
  {
    "id": "usp_40",
    "copy-from": "usp_9mm",
    "type": "GUN",
    "name": { "str_sp": "H&K USP .40" },
    "weight": "748 g",
    "ammo": [ "40" ],
    "pocket_data": [
      {
        "magazine_well": "250 ml",
        "pocket_type": "MAGAZINE_WELL",
        "item_restriction": [ "usp40mag" ]
      }
    ]
  },
  {
    "id": "hk_p30_40",
    "copy-from": "usp_40",
    "type": "GUN",
    "name": { "str_sp": "H&K P30 .40" },
    "description": "Developed as a successor to the USP .40 handgun, the P30 .40 retains the earlier model's famed durability, but with improved control and reduced weight.",
    "weight": "647 g",
    "price": 75000,
    "price_postapoc": 3000,
    "min_cycle_recoil": 400,
    "pocket_data": [
      {
        "magazine_well": "250 ml",
        "pocket_type": "MAGAZINE_WELL",
        "item_restriction": [ "p3040mag" ]
      }
    ],
    "built_in_mods": [ "pistol_grip" ]
  },
  {
    "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,
    "pocket_data": [
      {
        "pocket_type": "MAGAZINE_WELL",
        "item_restriction": [ "ump40mag" ]
      }
    ],
    "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ],  [ "AUTO", "auto", 4 ] ]
  }
]