summaryrefslogtreecommitdiff
path: root/json/items/magazine/shot.json
blob: 0fcd4e8869bb6e18946bdbe2994ecf30d6aab241 (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 magazine" },
    "description": "A standard 10-round box magazine for the Heckler & Koch CAWS shotgun.",
    "weight": "210 g",
    "volume": "500 ml",
    "price": "300 USD",
    "price_postapoc": "175 cent",
    "material": [ "plastic" ],
    "symbol": "#",
    "color": "dark_gray",
    "ammo_type": [ "shot" ],
    "capacity": 10,
    "reliability": 9,
    "flags": [ "MAG_COMPACT" ]
  }
]