summaryrefslogtreecommitdiff
path: root/json/items/gun/9mm.json
blob: e3171f0020cbda2d524a5181c7ee26569d6ab489 (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
[
  {
    "id": "usp_9mm",
    "copy-from": "pistol_base",
    "looks_like": "glock_17",
    "type": "GUN",
    "name": { "str": "H&K USP 9mm", "str_pl": "H&K USP 9mm" },
    "description": "A popular pistol, widely used among law enforcement.  Extensively tested for durability, it has been found to stay accurate even after being subjected to extreme abuse.",
    "weight": "748 g",
    "volume": "500 ml",
    "price": 68000,
    "to_hit": -2,
    "bashing": 8,
    "material": [ "steel", "plastic" ],
    "symbol": "(",
    "color": "dark_gray",
    "ammo": "9mm",
    "dispersion": 400,
    "durability": 9,
    "blackpowder_tolerance": 48,
    "min_cycle_recoil": 450,
    "magazine_well": 1,
    "magazines": [ [ "9mm", [ "usp9mag" ] ] ]
}
]