summaryrefslogtreecommitdiff
path: root/json/items/gun/000shot.json
blob: 025c86d737c80365093932827ae8c197afdddaeb (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
[
  {
    "id": "hk_caws",
    "copy-from": "shotgun_base",
    "type": "GUN",
    "name": { "str": "H&K CAWS" },
    "description": "The Heckler & Koch CAWS was designed to fill the need for a high accuracy, short-range weapon with low recoil.",
    "weight": "3700 g",
    "volume": "2000 ml",
    "looks_like": "hk_g36",
    "price": 300000,
    "price_postapoc": 8000,
    "to_hit": -1,
    "bashing": 12,
    "material": [ "steel", "plastic" ],
    "ranged_damage": 5,
    "dispersion": 300,
    "durability": 8,
    "ammo": "000shot",
    "barrel_length": "81 ml",
    "valid_mod_locations": [
      [ "accessories", 2 ],
      [ "mechanism", 4 ],
      [ "barrel", 1 ],
      [ "sling", 1 ],
      [ "stock", 1 ],
      [ "muzzle", 1 ],
      [ "grip", 1 ],
      [ "brass catcher", 1 ],
      [ "rail mount", 1 ],
      [ "sights mount", 1 ],
      [ "underbarrel mount", 1 ]
    ],
    "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 2 ] ],
    "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ]
  }
]