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
|
[
{
"id": "usp_40",
"copy-from": "usp_9mm",
"type": "GUN",
"name": { "str_sp": "H&K USP .40" },
"weight": "748 g",
"ammo": "40",
"magazines": [ [ "40", [ "usp40mag" ] ] ]
},
{
"id": "hk_p30_40",
"copy-from": "usp_40",
"type": "GUN",
"name": { "str_sp": "H&K P30 .40" },
"description": "Developed as a successor to the USP .40 handgun, the P30 .40 retains the earlier model's famed durability, but with improved control and reduced weight.",
"weight": "647 g",
"price": 75000,
"price_postapoc": 3000,
"min_cycle_recoil": 400,
"magazines": [ [ "40", [ "p3040mag" ] ] ],
"built_in_mods": [ "pistol_grip" ]
},
{
"id": "hk_ump40",
"copy-from": "hk_ump45",
"type": "GUN",
"name": { "str_sp": "H&K UMP40" },
"description": "Developed as a successor to the MP5 submachine gun, the UMP40 retains the earlier model's supreme accuracy and low recoil, but in the higher .40 caliber.",
"weight": "2300 g",
"ammo": "40",
"min_cycle_recoil": 500,
"magazines": [ [ "40", [ "ump40mag" ] ] ],
"modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ]
}
]
|