summaryrefslogtreecommitdiff
path: root/json/items/magazine/9mm.json
blob: 14e46c5682addfdb7b37503df0a39c7c63a37705 (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
[
  {
    "id": "usp9mag",
    "looks_like": "glock17_17",
    "type": "MAGAZINE",
    "name": { "str": "H&K USP 9mm magazine" },
    "description": "A factory specification 15-round box magazine for use with the dependable H&K USP 9x19mm pistol.",
    "weight": "75 g",
    "volume": "250 ml",
    "price": 3850,
    "material": "steel",
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": "9mm",
    "capacity": 15,
    "reliability": 10,
    "flags": [ "MAG_COMPACT" ]
},
  {
    "id": "mp5mag",
    "//": "Tileset whitelist for SMG magazines",
    "type": "MAGAZINE",
    "name": { "str": "H&K MP5 magazine" },
    "description": "A standard capacity curved magazine for use with the H&K MP5 SMG.",
    "weight": "210 g",
    "volume": "500 ml",
    "price": 4100,
    "material": "steel",
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": "9mm",
    "capacity": 30,
    "reliability": 9,
    "flags": [ "MAG_COMPACT" ]
},
  {
    "id": "mp5bigmag",
    "looks_like": "glock17_17",
    "type": "MAGAZINE",
    "name": { "str": "H&K MP5 extended magazine" },
    "description": "A drum magazine for use with the H&K MP5 SMG.  Much greater capacity but less reliable the factory specification magazine.",
    "weight": "350 g",
    "volume": "750 ml",
    "price": 6920,
    "material": "steel",
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": "9mm",
    "capacity": 50,
    "reliability": 8,
    "reload_time": 160,
    "flags": [ "MAG_BULKY" ]
}
]