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" },
"weight": "127 g",
"material": "plastic",
"description": "A standard capacity box magazine for use with the H&K G36 assault rifle.",
"ammo_type": "223",
"reliability": 9
},
{
"id": "g36mag_100rd",
"copy-from": "stanag100drum",
"looks_like": "stanag30",
"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"
}
]
|