summaryrefslogtreecommitdiff
path: root/json/items/magazine/000shot.json
blob: 4b49295de357f2bad7be4b82f1b9ca9690fe74c7 (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_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 shells.",
    "weight": "210 g",
    "volume": "500 ml",
    "price": 4500,
    "material": "plastic",
    "symbol": "#",
    "color": "dark_gray",
    "ammo_type": "000shot",
    "capacity": 10,
    "reliability": 9,
    "flags": [ "MAG_COMPACT" ]
  },
  { 
    "id": "hk_caws_belt",
    "looks_like": "shotbelt_20",
    "type": "MAGAZINE",
    "name": { "str": "H&K CAWS belt magazine" },
    "description": "A brass ammo belt for the H&K CAWS shotgun. Holds 20 shells.",
    "weight": "500 g",
    "volume": "500 ml",
    "price": 10000,
    "material": "copper",
    "symbol": "#",
    "color": "light_gray",
    "ammo_type": "000shot",
    "capacity": 20,
    "reliability": 6,
    "armor_data": { "covers": [ "TORSO" ], "coverage": 5, "material_thickness": 1, "encumbrance": 2 },
    "flags": [ "MAG_EJECT", "BELTED", "OVERSIZE", "WATER_FRIENDLY" ]
  }
]