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": "hk417mag_20rd",
"copy-from": "hk417mag_20rd",
"type": "MAGAZINE",
"name": { "str": "H&K HK417 magazine" },
"description": "A 20 round double stack box magazine for the Heckler & Koch HK417 rifle.",
"material": [ "plastic" ],
"weight": "90 g"
},
{
"id": "hk417mag_10rd",
"copy-from": "hk417mag_10rd",
"type": "MAGAZINE",
"name": { "str": "H&K HK417 compact magazine" },
"description": "A 10 round double stack box magazine for the Heckler & Koch HK417 rifle.",
"material": [ "plastic" ],
"weight": "55 g"
},
{
"id": "hk417_makeshiftmag",
"copy-from": "hk417_makeshiftmag",
"type": "MAGAZINE",
"name": { "str": "H&K HK417 makeshift magazine" },
"description": "An improvised 5-round straight single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with Heckler & Koch HK417 rifle."
},
{
"id": "g3smallmag",
"looks_like": "stanag30",
"type": "MAGAZINE",
"name": { "str": "H&K PSG1 magazine" },
"description": "A 10-round aluminum box magazine for the H&K PSG1A1 rifle.",
"weight": "75 g",
"volume": "250 ml",
"price": 4500,
"price_postapoc": 90,
"material": [ "aluminum" ],
"symbol": "#",
"color": "light_gray",
"ammo_type": [ "308" ],
"capacity": 10,
"reliability": 9,
"flags": [ "MAG_COMPACT" ]
}
]
|