1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{
"id": "g36mag_30rd",
"copy-from": "stanag30",
"looks_like": "stanag30",
"type": "MAGAZINE",
"name": { "str": "H&K G36 30-round magazine" },
"description": "A standard capacity box magazine for use with the H&K G36 assault rifle.",
"weight": "127 g",
"material": [ "plastic" ],
"ammo_type": [ "223" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 30 } } ]
},
{
"id": "g36mag_100rd",
"copy-from": "stanag100drum",
"looks_like": "stanag100drum",
"type": "MAGAZINE",
"name": { "str": "H&K G36 100-round double drum magazine" },
"description": "A bulky 100-round double drum magazine for use with the H&K G36 assault rifle.",
"ammo_type": [ "223" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 100 } } ]
}
]
|