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
|
[
{
"id": "hk417_13",
"copy-from": "hk417_13",
"type": "GUN",
"name": { "str": "H&K HK417A2" },
"description": "A German battle rifle with a 13\" barrel and telescopic stock. It is a gas operated, rotating bolt rifle with a short-stroke piston design similar to that of the G36."
},
{
"id": "hk_psg1a1",
"copy-from": "rifle_semi",
"looks_like": "ar15",
"type": "GUN",
"name": { "str": "H&K PSG1A1", "str_pl": "H&K PSG1A1" },
"description": "The Heckler & Koch PSG1A1 is a semi-automatic sniper rifle based the G3 rifle. It is exceptionally accurate for a semi-automatic rifle.",
"weight": "6670 g",
"volume": "2250 ml",
"price": 205000,
"to_hit": -1,
"bashing": 12,
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "dark_gray",
"ammo": "308",
"dispersion": 80,
"min_cycle_recoil": 2700,
"durability": 8,
"barrel_length": "650 ml",
"default_mods": [ "rifle_scope", "adjustable_stock" ],
"magazines": [ [ "308", [ "g3smallmag", "g3mag", "g3bigmag", "g3_makeshiftmag" ] ] ]
},
{
"id": "hk_msg90a2",
"copy-from": "hk_psg1a1",
"looks_like": "hk_psg1a1",
"type": "GUN",
"name": { "str": "H&K MSG90A2", "str_pl": "H&K MSG90A2" },
"description": "The Heckler & Koch MSG90A2 is a semi-automatic sniper rifle based the G3 rifle. It is exceptionally accurate for a semi-automatic rifle. This is the military version.",
"weight": "5280 g",
"volume": "2250 ml",
"price": 255000,
"barrel_length": "600 ml",
"default_mods": [ "rifle_scope", "adjustable_stock" ]
}
]
|