summaryrefslogtreecommitdiff
path: root/json/items/magazine/45.json
blob: e9585aa616ecfd0b7f7cc6ba7297534eec155340 (plain)
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
[
  {
    "id": "ump45mag",
    "//": "Overwrite so the ump40 and ump9 mags are based on this one.",
    "looks_like": "mp5mag",
    "type": "MAGAZINE",
    "name": { "str": "H&K UMP45 25-round magazine" },
    "description": "A standard 25-round box magazine for use with the Heckler & Koch UMP45 SMG.",
    "weight": "200 g",
    "volume": "500 ml",
    "price": 4950,
    "price_postapoc": 100,
    "material": [ "plastic", "steel" ],
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": [ "45" ],
    "flags": [ "MAG_COMPACT" ],
    "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "45": 25 } } ]
  },
  {
    "id": "ump45_makeshiftmag",
    "copy-from": "ump45_makeshiftmag",
    "type": "MAGAZINE",
    "price_postapoc": 50,
    "name": { "str": "H&K UMP45 20-round makeshift magazine" },
    "description": "An improvised 20-round straight 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 UMP45 SMG."
  },
  {
    "id": "usp45mag",
    "looks_like": "glock17_17",
    "type": "MAGAZINE",
    "name": { "str": "USP .45 pistol 12-round magazine" },
    "description": "A 12-round magazine for use with the USP pistol",
    "variant_type": "gun",
    "variants": [
      {
        "id": "usp45mag",
        "name": { "str": "H&K USP .45 12-round magazine" },
        "description": "A standard capacity magazine for use with the Heckler & Koch USP handgun.",
        "weight": 1
      }
    ],
    "weight": "60 g",
    "volume": "250 ml",
    "price": 5900,
    "price_postapoc": 100,
    "material": [ "plastic" ],
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": [ "45" ],
    "flags": [ "MAG_COMPACT" ],
    "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "45": 12 } } ]
  },
  {
    "id": "hk45mag",
    "looks_like": "glock17_17",
    "type": "MAGAZINE",
    "name": { "str": "H&K HK45 pistol 10-round magazine" },
    "description": "A standard capacity magazine for use with the Heckler & Koch HK45 handgun.",
    "weight": "60 g",
    "volume": "250 ml",
    "price": 5900,
    "price_postapoc": 100,
    "material": [ "plastic" ],
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": [ "45" ],
    "flags": [ "MAG_COMPACT" ],
    "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "45": 12 } } ]
  }
]