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
|
[
{
"id": "usp40mag",
"copy-from": "usp9mag",
"type": "MAGAZINE",
"name": { "str": "H&K USP .40 magazine" },
"description": "A standard capacity magazine for use with the Heckler & Koch USP .40 handgun.",
"ammo_type": [ "40" ],
"capacity": 13
},
{
"id": "p3040mag",
"copy-from": "usp40mag",
"type": "MAGAZINE",
"name": { "str": "H&K P30 .40 magazine" },
"description": "A standard capacity magazine for use with the Heckler & Koch P30 .40 handgun."
},
{
"id": "ump40mag",
"copy-from": "ump45mag",
"type": "MAGAZINE",
"name": { "str": "H&K UMP40 magazine" },
"description": "A standard 30-round box magazine for use with the Heckler & Koch UMP40 SMG.",
"weight": "200 g",
"ammo_type": [ "40" ],
"capacity": 30
}
]
|