summaryrefslogtreecommitdiff
path: root/json/items/magazine/shot.json
blob: 0bcb2a09e1c3dcaffced3388a45662d5ac4d0645 (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
 [
  {
    "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": "200 USD",
    "price_postapoc": "125 cent",
    "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": "200 USD",
    "price_postapoc": "250 cent",
    "capacity": 5
  }
]