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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
[
{
"id": "hk417mag_20rd",
"looks_like": "stanag30",
"type": "MAGAZINE",
"name": { "str": "H&K HK417 20-round magazine" },
"description": "A standard 20-round double-stack box magazine for the Heckler & Koch HK417 rifle.",
"weight": "90 g",
"volume": "500 ml",
"price": 5600,
"price_postapoc": 250,
"material": [ "plastic" ],
"symbol": "#",
"color": "light_gray",
"ammo_type": [ "308" ],
"flags": [ "MAG_COMPACT" ],
"capacity": 20
},
{
"id": "hk417mag_10rd",
"copy-from": "hk417mag_20rd",
"type": "MAGAZINE",
"name": { "str": "H&K HK417 10-round magazine" },
"description": "A compact 10-round double-stack box magazine for the Heckler & Koch HK417 rifle.",
"weight": "55 g",
"volume": "250 ml",
"price": 5000,
"price_postapoc": 100,
"material": [ "plastic" ],
"capacity": 10
},
{
"id": "hk417_makeshiftmag",
"copy-from": "hk417_makeshiftmag",
"type": "MAGAZINE",
"name": { "str": "H&K HK417 makeshift magazine" },
"description": "An improvised 5-round single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with the Heckler & Koch HK417 rifle."
},
{
"id": "g3mag",
"copy-from": "g3mag",
"type": "MAGAZINE",
"name": { "str": "H&K G3 20-round magazine" },
"description": "A standard 20-round box magazine for the Heckler & Koch G3 rifle."
},
{
"id": "g3bigmag",
"copy-from": "g3bigmag",
"type": "MAGAZINE",
"name": { "str": "H&K G3 50-round drum magazine" },
"description": "A bulky 50-round drum magazine for the Heckler & Koch G3 rifle."
},
{
"id": "g3smallmag",
"looks_like": "g3mag",
"type": "MAGAZINE",
"name": { "str": "H&K G3 10-round magazine" },
"description": "A compact 10-round box magazine for the Heckler & Koch G3 rifle.",
"weight": "75 g",
"volume": "250 ml",
"price": 4500,
"price_postapoc": 90,
"material": [ "aluminum" ],
"symbol": "#",
"color": "light_gray",
"ammo_type": [ "308" ],
"reliability": 9,
"flags": [ "MAG_COMPACT" ],
"capacity": 10
},
{
"id": "g3_makeshiftmag",
"copy-from": "g3_makeshiftmag",
"type": "MAGAZINE",
"name": { "str": "H&K G3 makeshift magazine" },
"description": "An improvised 5-round single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with the Heckler & Koch G3 rifle."
}
]
|