summaryrefslogtreecommitdiff
path: root/json/items/magazine/shot.json
blob: 10fdf49159b5edde83133a06723b906a7a860b5a (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
 [
  {
    "id": "m26_mass_mag",
    "looks_like": "20x66_10_mag",
    "type": "MAGAZINE",
    "name": { "str": "M26 MASS compact magazine" },
    "description": "A 3 round box magazine for use with the M26 MASS auxiliary shotgun.",
    "weight": "140 g",
    "volume": "250 ml",
    "price": 5000,
    "material": [ "steel", "plastic" ],
    "symbol": "#",
    "color": "dark_gray",
    "ammo_type": "shot",
    "capacity": 3,
    "flags": [ "MAG_COMPACT" ]
  },
  {
    "id": "m26_mass_mag_big",
    "copy-from": "m26_mass_mag",
    "type": "MAGAZINE",
    "name": { "str": "M26 MASS magazine" },
    "description": "A 5 round box magazine for use with the M26 MASS auxiliary shotgun.",
    "weight": "210 g",
    "volume": "250 ml",
    "price": 7500,
    "capacity": 5
  }
]