summaryrefslogtreecommitdiff
path: root/json/items/gun/45.json
blob: 7efc3d2bdcac8b17db7c95aaaebd8dbbc3ca3508 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
  {
    "id": "usp_45",
    "//": "Overwrite the vanilla usp_45 to ensure the make sure the copy-from order is correct.",
    "copy-from": "pistol_base",
    "looks_like": "glock_17",
    "type": "GUN",
    "name": { "str": "USP pistol" },
    "description": "A semi-automatic pistol chambered in .45 ACP and accepting USP magazines.",
    "variant_type": "gun",
    "variants": [
      {
        "id": "usp_45",
        "name": { "str": "H&K USP .45" },
        "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": 1
      },
      {
        "id": "mk23",
        "name": { "str": "MK 23 MOD 0" },
        "description": "Jokingly referred to as \"The World's Only Crew-Served Pistol\", this massive pistol was designed as a primary weapon for select \"special operators\".  Its cumbersome nature, the introduction of the derivative HK USP series, and the logistics of getting .45 ACP ammunition in theater doomed this behemoth to US SOCOM armories.  Like the USP, the MK 23 is a remarkably reliable gun; someone could probably take out a nuclear-equipped walking tank with this in their holster."
      }
    ],
    "weight": "789 g",
    "volume": "483 ml",
    "longest_side": "241 mm",
    "price": 70000,
    "price_postapoc": 2500,
    "to_hit": -2,
    "bashing": 8,
    "material": [ "steel", "plastic" ],
    "symbol": "(",
    "color": "dark_gray",
    "ammo": [ "45" ],
    "ranged_damage": { "damage_type": "bullet", "amount": -1 },
    "dispersion": 400,
    "durability": 9,
    "blackpowder_tolerance": 48,
    "min_cycle_recoil": 450,
    "weapon_category": [ "AUTOMATIC_PISTOLS" ],
    "pocket_data": [ { "magazine_well": "250 ml", "pocket_type": "MAGAZINE_WELL", "item_restriction": [ "usp45mag" ] } ]
  },
  {
    "id": "hk_45",
    "copy-from": "usp_45",
    "type": "GUN",
    "name": { "str_sp": "H&K HK45" },
    "description": "Originally intended to replace the US military's aging M9 pistol, the HK45 combines the famed durability of the USP series with a more ergonomic design based on the P2000 to allow for greater control during operation.",
    "weight": "770 g",
    "price": 75000,
    "price_postapoc": 3000,
    "min_cycle_recoil": 400,
    "pocket_data": [ { "magazine_well": "250 ml", "pocket_type": "MAGAZINE_WELL", "item_restriction": [ "hk45mag" ] } ],
    "built_in_mods": [ "pistol_grip" ]
  },
  {
    "id": "hk_ump45",
    "//": "Overwrite the vanilla ump45 to ensure the ump9 and ump40 load based on this one.",
    "looks_like": "hk_mp5",
    "type": "GUN",
    "reload_noise_volume": 10,
    "name": { "str": "UMP45 SMG" },
    "description": "A submachine gun chambered in .45 ACP and accepting UMP45 magazines.",
    "variant_type": "gun",
    "variants": [
      {
        "id": "hk_ump45",
        "name": { "str": "H&K UMP45" },
        "description": "Developed as a successor to the MP5 submachine gun, the UMP45 retains the earlier model's supreme accuracy and low recoil, but in the higher .45 caliber.",
        "weight": 1
      }
    ],
    "ascii_picture": "hk_ump",
    "weight": "2300 g",
    "volume": "4451 ml",
    "longest_side": "452 mm",
    "price": 290000,
    "price_postapoc": 3000,
    "to_hit": -2,
    "bashing": 11,
    "material": [ "steel", "plastic" ],
    "symbol": "(",
    "color": "dark_gray",
    "ammo": [ "45" ],
    "skill": "smg",
    "ranged_damage": { "damage_type": "bullet", "amount": 1 },
    "dispersion": 240,
    "durability": 8,
    "min_cycle_recoil": 540,
    "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 4 ] ],
    "valid_mod_locations": [
      [ "accessories", 3 ],
      [ "barrel", 1 ],
      [ "bore", 1 ],
      [ "brass catcher", 1 ],
      [ "grip", 1 ],
      [ "mechanism", 4 ],
      [ "muzzle", 1 ],
      [ "rail", 1 ],
      [ "sights", 1 ],
      [ "sling", 1 ],
      [ "stock", 1 ],
      [ "underbarrel", 1 ]
    ],
    "faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ],
    "default_mods": [ "folding_stock" ],
    "pocket_data": [ { "pocket_type": "MAGAZINE_WELL", "item_restriction": [ "ump45mag", "ump45_makeshiftmag" ] } ]
  }
  }
]