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
|
[
{
"id": "hk46bigmag",
"looks_like": "mp5mag",
"copy-from": "hk46bigmag",
"type": "MAGAZINE",
"name": { "str": "H&K 4.6mm extended magazine" },
"description": "An extended 40-round magazine for use with H&K's proprietary 4.6x30mm round.",
"weight": "200 g"
},
{
"id": "hk46midmag",
"looks_like": "hk46bigmag",
"copy-from": "hk46bigmag",
"type": "MAGAZINE",
"name": { "str": "H&K 4.6mm expanded magazine" },
"description": "An expanded 30-round magazine for use with H&K's proprietary 4.6x30mm round.",
"weight": "150 g",
"volume": "375 ml",
"price": 5500,
"price_postapoc": 300,
"capacity": 30
},
{
"id": "hk46mag",
"looks_like": "mp5mag",
"copy-from": "hk46mag",
"type": "MAGAZINE",
"name": { "str": "H&K 4.6mm magazine" },
"description": "A standard capacity 20-round magazine for use with H&K's proprietary 4.6x30mm round.",
"weight": "100 g"
}
]
|