1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{
"id": "g36mag_30rd",
"copy-from": "stanag30",
"looks_like": "stanag30",
"type": "MAGAZINE",
"name": { "str": "H&K G36 30-round magazine" },
"description": "A standard 30-round box magazine for use with the Heckler & Koch G36 assault rifle.",
"weight": "127 g",
"material": [ "plastic" ],
"ammo_type": [ "223" ],
"reliability": 9
},
{
"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 Heckler & Koch G36 assault rifle.",
"ammo_type": [ "223" ]
}
]
|