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
|
[
{
"id": "hk_ump45",
"copy-from": "smg_base",
"type": "GUN",
"name": { "str_sp": "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": "2300 g",
"volume": "1250 ml",
"price": "2900 USD",
"price_postapoc": "30 USD",
"to_hit": -2,
"ascii_picture": "hk_ump",
"bashing": 11,
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "dark_gray",
"ammo": "45",
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"dispersion": 240,
"durability": 8,
"min_cycle_recoil": 540,
"modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ],
"magazines": [ [ "45", [ "ump45mag", "ump45_makeshiftmag" ] ] ]
},
{
"id": "usp_45",
"//": "Modding this gun requires changing vanilla game files. :/ Upstream needs to get their copy-from load order problems fixed.",
"copy-from": "pistol_base",
"type": "GUN",
"name": { "str_sp": "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": "789 g",
"volume": "483 ml",
"price": "700 USD",
"price_postapoc": "25 USD",
"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,
"magazine_well": "250 ml",
"magazines": [ [ "45", [ "usp45mag" ] ] ]
},
{
"id": "hk_45",
"copy-from": "usp_45",
"looks_like": "glock_17",
"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": "750 USD",
"price_postapoc": "30 USD",
"min_cycle_recoil": 400,
"magazines": [ [ "45", [ "hk45mag" ] ] ],
"built_in_mods": [ "pistol_grip" ]
}
]
|