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
|
[
{
"id": "hk_ucp",
"copy-from": "pistol_base",
"type": "GUN",
"name": { "str_sp": "H&K UCP" },
"description": "The Heckler & Koch UCP is a small, very high capacity pistol designed to counter most common body armors.",
"weight": "730 g",
"volume": "460 ml",
"price": "1250 USD",
"price_postapoc": "2150 cent",
"to_hit": -2,
"bashing": 6,
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "light_gray",
"ammo": [ "46" ],
"skill": "pistol",
"ranged_damage": { "damage_type": "bullet", "amount": -1 },
"dispersion": 410,
"durability": 9,
"min_cycle_recoil": 81 ,
"valid_mod_locations": [
[ "accessories", 2 ],
[ "barrel", 1 ],
[ "bore", 1 ],
[ "brass catcher", 1 ],
[ "grip", 1 ],
[ "mechanism", 4 ],
[ "magazine", 1 ],
[ "muzzle", 1 ],
[ "rail", 1 ],
[ "sights", 1 ],
[ "stock", 1 ],
[ "underbarrel", 1 ]
],
"faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ],
"magazine_well": "250 ml",
"magazines": [ [ "46", [ "hk46mag", "hk46midmag", "hk46bigmag" ] ] ]
},
{
"id": "hk_mp7",
"copy-from": "smg_base",
"type": "GUN",
"name": { "str_sp": "H&K MP7A2" },
"description": "Designed as a personal defense weapon, the MP7 fires the high-powered 4.6x30mm round while being lightweight, compact in size, and practically recoil-free.",
"weight": "1960 g",
"volume": "1000 ml",
"barrel_length": "250 ml",
"price": "1750 cent",
"price_postapoc": "30 cent",
"to_hit": -2,
"bashing": 7,
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "dark_gray",
"ammo": [ "46" ],
"skill": "smg",
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"dispersion": 260,
"durability": 8,
"min_cycle_recoil": 81,
"modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 5 ] ],
"built_in_mods": [ "folding_stock" ],
"valid_mod_locations": [
[ "accessories", 3 ],
[ "barrel", 1 ],
[ "brass catcher", 1 ],
[ "grip", 1 ],
[ "mechanism", 4 ],
[ "muzzle", 1 ],
[ "rail", 1 ],
[ "sights", 1 ],
[ "sling", 1 ],
[ "stock", 1 ],
[ "underbarrel", 1 ]
],
"magazine_well": "250 ml",
"magazines": [ [ "46", [ "hk46bigmag", "hk46midmag", "hk46mag" ] ] ]
}
]
|