summaryrefslogtreecommitdiff
path: root/json/items/gun/46.json
blob: 014dcdd93788266a076f3099d20269d7df4d14b0 (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
[
  {
    "id": "hk_ucp",
    "type": "GUN",
    "reload_noise_volume": 10,
    "name": { "str": "H&K UCP" },
    "description": "The Heckler & Koch UCP is a small, very high capacity pistol designed to counter most common body armors. While originally cancelled during the prototype stage, production later resumed to provide an additional platform for the 4.6mm round.",
    "weight": "730 g",
    "volume": "500 ml",
    "price": 125000,
    "to_hit": -2,
    "bashing": 6,
    "material": [ "steel", "plastic" ],
    "symbol": "(",
    "color": "light_gray",
    "ammo": "46",
    "skill": "pistol",
    "dispersion": 410,
    "durability": 8,
    "min_cycle_recoil": 81 ,
    "valid_mod_locations": [
      [ "accessories", 2 ],
      [ "barrel", 1 ],
      [ "brass catcher", 1 ],
      [ "grip", 1 ],
      [ "mechanism", 4 ],
      [ "muzzle", 1 ],
      [ "rail", 1 ],
      [ "sights", 1 ],
      [ "stock", 1 ],
      [ "underbarrel", 1 ]
    ],
    "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ],
    "magazine_well": 1,
    "magazines": [ [ "46", [ "hk46mag", "hk46bigmag" ] ] ]
  },
  {
    "id": "hk_mp7",
    "copy-from": "hk_mp7",
    "type": "GUN",
    "name": { "str": "H&K MP7A2" },
    "volume": "1000 ml"
  }
]