1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{
"id": "hk_g11_mag",
"looks_like": "8x40_50_mag",
"type": "MAGAZINE",
"name": { "str": "H&K G11 magazine" },
"description": "A 50 round box magazine for use with the Heckler & Koch G11 caseless assault rifle.",
"weight": "100 g",
"volume": "500 ml",
"price": 20000,
"price_postapoc": 400,
"material": [ "plastic" ],
"symbol": "#",
"color": "dark_gray",
"ammo_type": [ "473" ],
"reload_time": 50,
"flags": [ "MAG_COMPACT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "473": 50 } } ]
}
]
|