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": "usp45mag",
"looks_like": "glock17_17",
"type": "MAGAZINE",
"name": { "str": "H&K USP .45 magazine" },
"description": "A standard capacity magazine for use with the H&K USP .45 handgun.",
"weight": "60 g",
"volume": "250 ml",
"price": 5900,
"material": "plastic",
"symbol": "#",
"color": "light_gray",
"ammo_type": "45",
"capacity": 12,
"reliability": 10,
"flags": [ "MAG_COMPACT" ]
},
{
"id": "ump45mag",
"looks_like": "mp5mag",
"type": "MAGAZINE",
"name": { "str": "H&K UMP45 magazine" },
"description": "A standard 25-round box magazine for use with the H&K UMP45 SMG.",
"weight": "200 g",
"volume": "500 ml",
"price": 4950,
"material": "steel",
"symbol": "#",
"color": "light_gray",
"ammo_type": "45",
"capacity": 25,
"reliability": 9,
"flags": [ "MAG_COMPACT" ]
}
]
|