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
|
[
{
"type": "item_group",
"id": "mags_milspec",
"//": "Current military specification magazines.",
"items": [
[ "hk_g11_mag", 20 ],
[ "hk_caws_mag", 15 ],
[ "hk46midmag", 10 ]
]
},
{
"type": "item_group",
"id": "mags_military",
"//": "_DEPRECATED_ Older military magazines still in service.",
"items": [
[ "usp40mag", 10 ]
]
},
{
"type": "item_group",
"id": "mags_swat",
"//": "Magazines issued to paramilitary forces in addition to standard police issue.",
"items": [
[ "usp40mag", 10 ]
]
}
]
|