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
|
[
{
"id": "usp_9mm",
"copy-from": "usp_9mm",
"type": "GUN",
"name": { "str": "H&K USP 9mm", "str_pl": "H&K USP 9mm" },
"weight": "748 g"
},
{
"id": "hk_mp5",
"copy-from": "hk_mp5",
"type": "GUN",
"name": { "str": "H&K MP5A4", "str_pl": "H&K MP5A4" },
"weight": "2540 g",
"volume": "1750 ml"
},
{
"id": "hk_mp5k",
"copy-from": "hk_mp5k",
"type": "GUN",
"name": { "str": "H&K MP5K-PDW", "str_pl": "H&K MP5K-PDW" },
"weight": "2530 g",
"volume": "1250 ml"
}
]
|