summaryrefslogtreecommitdiff
path: root/json/items/gun/9mm.json
blob: e4f2c3d192d06e39a6d2bf30ee9fc3fb7f70d459 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[
  {
    "id": "usp_9mm",
    "copy-from": "pistol_base",
    "type": "GUN",
    "name": { "str_sp": "H&K USP 9mm" },
    "description": "A popular pistol, widely used among law enforcement.  Extensively tested for durability, it has been found to stay accurate even after being subjected to extreme abuse.",
    "weight": "748 g",
    "volume": "460 ml",
    "price": "680 USD",
    "price_postapoc": "25 USD",
    "to_hit": -2,
    "material": [ "steel", "plastic" ],
    "color": "dark_gray",
    "ammo": "9mm",
    "ranged_damage": { "damage_type": "bullet", "amount": -1 },
    "dispersion": 400,
    "durability": 9,
    "blackpowder_tolerance": 48,
    "min_cycle_recoil": 450,
    "magazine_well": "250 ml",
    "magazines": [ [ "9mm", [ "usp9mag", "usp9mag_10rd", "usp9mag_18rd", "usp9mag_20rd", "usp9mag_32rd" ] ] ]
  },
  {
    "id": "hk_p30_9",
    "copy-from": "usp_9mm",
    "type": "GUN",
    "name": { "str_sp": "H&K P30 9mm" },
    "description": "Developed as a successor to the USP 9mm handgun, the P30 9mm retains the earlier model's famed durability, but with improved control and reduced weight.",
    "weight": "647 g",
    "price": "750 USD",
    "price_postapoc": "30 USD",
    "min_cycle_recoil": 400,
    "magazines": [ [ "9mm", [ "p309mag" ] ] ],
    "built_in_mods": [ "pistol_grip" ]
  },
  {
    "id": "hk_mp5",
    "copy-from": "hk_mp5",
    "type": "GUN",
    "name": { "str_sp": "H&K MP5A4" },
    "weight": "2540 g",
    "volume": "1750 ml",
    "magazines": [ [ "9mm", [ "mp5mag", "mp5mag_10rd", "mp5mag_15rd", "mp5mag_20rd", "mp5mag_38rd", "mp5mag_40rd", "mp5bigmag", "mp5mag_100rd" ] ] ]
  },
  {
    "id": "hk_mp5sd",
    "copy-from": "hk_mp5sd",
    "type": "GUN",
    "name": { "str_sp": "H&K MP5SD" },
    "volume": "2000 ml",
    "magazines": [ [ "9mm", [ "mp5mag", "mp5mag_10rd", "mp5mag_15rd", "mp5mag_20rd", "mp5mag_38rd", "mp5mag_40rd", "mp5bigmag", "mp5mag_100rd" ] ] ]
  },
  {
    "id": "hk_mp5k",
    "copy-from": "hk_mp5k",
    "type": "GUN",
    "name": { "str_sp": "H&K MP5K-PDW" },
    "weight": "2530 g",
    "volume": "1250 ml",
    "magazines": [ [ "9mm", [ "mp5mag", "mp5mag_10rd", "mp5mag_15rd", "mp5mag_20rd", "mp5mag_38rd", "mp5mag_40rd", "mp5bigmag", "mp5mag_100rd" ] ] ]
  },
  {
    "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 size and weight.",
    "weight": "2300 g",
    "ammo": "9mm",
    "min_cycle_recoil": 450,
    "magazines": [ [ "9mm", [ "ump9mag" ] ] ],
    "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ],  [ "AUTO", "auto", 4 ] ]
  }
]