summaryrefslogtreecommitdiff
path: root/json/items/magazine/9mm.json
blob: 89a401c18ab8182dee685e6769947e2408d3ffa0 (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
[
  {
    "id": "usp9mag",
    "copy-from": "usp9mag",
    "type": "MAGAZINE",
    "name": { "str": "H&K USP 9mm magazine" },
    "ammo_type": "9mm"
},
  {
    "id": "mp5mag",
    "copy-from": "usp9mag",
    "//": "Tileset whitelist for SMG magazines",
    "type": "MAGAZINE",
    "name": { "str": "H&K MP5 magazine" },
    "ammo_type": "9mm"
},
  {
    "id": "mp5bigmag",
    "copy-from": "usp9mag",
    "type": "MAGAZINE",
    "name": { "str": "H&K MP5 extended magazine" },
    "ammo_type": "9mm"
}
]