summaryrefslogtreecommitdiff
path: root/json/items/magazine/40.json
blob: 4c98dfda79beecd6c301fa251de21c0c7fdd6277 (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
[
  {
    "id": "usp40mag",
    "looks_like": "usp9mag",
    "type": "MAGAZINE",
    "name": { "str": "H&K USP .40 magazine" },
    "description": "A standard 13-round magazine for use with the Heckler & Koch USP .40 handgun.",
    "weight": "75 g",
    "volume": "250 ml",
    "price": 3850,
    "price_postapoc": 100,
    "material": [ "steel" ],
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": [ "40" ],
    "reliability": 10,
    "flags": [ "MAG_COMPACT" ],
    "capacity": 13
  },
  {
    "id": "p3040mag",
    "copy-from": "usp40mag",
    "type": "MAGAZINE",
    "name": { "str": "H&K P30 .40 magazine" },
    "description": "A standard 13-round magazine for use with the Heckler & Koch P30 .40 handgun."
  },
  {
    "id": "ump40mag",
    "looks_like": "ump45mag",
    "type": "MAGAZINE",
    "name": { "str": "H&K UMP40 magazine" },
    "description": "A standard 30-round curved box magazine for use with the Heckler & Koch UMP40 SMG.",
    "weight": "200 g",
    "volume": "500 ml",
    "price": "4950 cent",
    "price_postapoc": "1 USD",
    "material": "steel",
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": [ "40" ],
    "capacity": 30,
    "reliability": 9,
    "flags": [ "MAG_COMPACT" ]
  }
]