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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
[
{
"id": "hk46mag",
"//": "Overwrite to ensure other 4.6mm mags are based on this.",
"looks_like": "usp9mag",
"type": "MAGAZINE",
"name": { "str": "H&K 4.6mm 20-round magazine" },
"description": "A standard capacity 20-round magazine for use with H&K's proprietary 4.6x30mm round.",
"weight": "100 g",
"volume": "250 ml",
"price": 4700,
"price_postapoc": 100,
"material": [ "steel" ],
"symbol": "#",
"color": "light_gray",
"ammo_type": [ "46" ],
"flags": [ "MAG_COMPACT" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "46": 20 } } ]
},
{
"id": "hk46bigmag",
"looks_like": "mp5mag",
"copy-from": "hk46mag",
"type": "MAGAZINE",
"name": { "str": "H&K 4.6mm 40-round magazine" },
"description": "An extended 40-round magazine for use with H&K's proprietary 4.6x30mm round.",
"weight": "200 g",
"volume": "500 ml",
"price": 6300,
"price_postapoc": 500,
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "46": 40 } } ]
},
{
"id": "hk46midmag",
"looks_like": "hk46bigmag",
"copy-from": "hk46mag",
"type": "MAGAZINE",
"name": { "str": "H&K 4.6mm 30-round magazine" },
"description": "An expanded 30-round magazine for use with H&K's proprietary 4.6x30mm round.",
"weight": "150 g",
"volume": "375 ml",
"price": 5500,
"price_postapoc": 300,
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "46": 30 } } ]
}
]
|