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
|
[
{
"id": "usp_45",
"copy-from": "usp_45",
"looks_like": "glock_17",
"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": "500 ml",
"price": 68000,
"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,
"magazine_well": "250 ml",
"magazines": [ [ "45", [ "usp45mag" ] ] ],
"delete": { "built_in_mods": [ "match_trigger" ] }
},
{
"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": 75000,
"price_postapoc": 3000,
"min_cycle_recoil": 400,
"magazines": [ [ "45", [ "hk45mag" ] ] ],
"built_in_mods": [ "pistol_grip" ]
},
{
"id": "hk_ump45",
"looks_like": "hk_mp5",
"type": "GUN",
"reload_noise_volume": 10,
"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": "2500 g",
"volume": "1250 ml",
"price": 290000,
"price_postapoc": 3000,
"to_hit": -2,
"ascii_picture": "hk_ump",
"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", 1 ], [ "BURST", "burst", 2 ], [ "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" ],
"magazines": [ [ "45", [ "ump45mag", "ump45_makeshiftmag" ] ] ]
}
]
|