summaryrefslogtreecommitdiff
path: root/json/items/gun/12mm.json
blob: 6c0a66763d17c7d08a4a90c0e606e1f3be565da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  {
    "id": "hk_g80",
    "//": "Fixes the name, and adds an emitter mod slot.",
    "copy-from": "hk_g80",
    "type": "GUN",
    "name": { "str": "H&K G80" },
    "valid_mod_locations": [
      [ "accessories", 4 ],
      [ "emitter", 1 ],
      [ "grip", 1 ],
      [ "mechanism", 4 ],
      [ "rail", 1 ],
      [ "sights", 1 ],
      [ "sling", 1 ],
      [ "stock", 1 ],
      [ "stock accessory", 2 ],
      [ "underbarrel", 1 ]
    ]
  }
]