summaryrefslogtreecommitdiff
path: root/json/items/magazine/shot.json
blob: 272168fb2d94a6b9d5edd8e27b0509f7a1b5acea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    "id": "hk_caws_mag",
    "looks_like": "saiga10mag",
    "type": "MAGAZINE",
    "name": { "str": "H&K CAWS 10-round magazine" },
    "description": "A removable plastic box magazine for the Heckler & Koch CAWS shotgun. Holds 10 shells.",
    "weight": "210 g",
    "volume": "500 ml",
    "price": 30000,
    "price_postapoc": 175,
    "material": [ "plastic" ],
    "symbol": "#",
    "color": "dark_gray",
    "ammo_type": [ "shot" ],
    "reliability": 9,
    "flags": [ "MAG_COMPACT" ],
    "capacity": 10
  }
]