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