summaryrefslogtreecommitdiff
path: root/json/items/gunmod/underbarrel.json
blob: 0c365e7791677b7123e7af80cf2fd919ef102426 (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
38
39
40
41
[
  {
    "id": "m26_mass",
    "type": "GUNMOD",
    "looks_like": "rm121aux",
    "name": { "str": "M26 MASS" },
    "description": "The M26 Modular Accessory Shotgun System is a magazine-fed semi-automatic shotgun, which can be mounted under the barrel of many rifles. Accepts box magazines.",
    "weight": "1220 g",
    "volume": "1068 ml",
    "price": 60000,
    "price_postapoc": 2500,
    "material": [ "steel", "plastic" ],
    "symbol": ":",
    "color": "dark_gray",
    "location": "underbarrel",
    "mod_target_category": [ [ "RIFLES" ], [ "MACHINE_GUNS" ], [ "GATLING_GUNS" ], [ "M_XBOWS" ] ] ,
    "gun_data": { "ammo": "shot", "skill": "shotgun", "dispersion": 325, "durability": 9, "reload": 125 },
    "min_skills": [ [ "weapon", 2 ], [ "shotgun", 2 ] ],
    "magazine_well": "250 ml",
    "magazines": [ [ "shot", [ "m26_mass_mag", "m26_mass_mag_big" ] ] ]
  },
  {
    "id": "m26_mass_mod",
    "copy-from": "m26_mass",
    "type": "GUNMOD",
    "looks_like": "rm121aux_mod",
    "name": { "str": "modified M26 MASS" },
    "description": "The M26 Modular Accessory Shotgun System is a magazine-fed semi-automatic shotgun, which can be mounted under the barrel of many rifles. Accepts box magazines. This one was modified and customized to mount on pretty much any weapon other than pistols, if you so want.",
    "mod_target_category": [
      [ "SUBMACHINE_GUNS" ],
      [ "RIFLES" ],
      [ "MACHINE_GUNS" ],
      [ "GATLING_GUNS" ],
      [ "SHOTGUNS" ],
      [ "M_XBOWS" ],
      [ "GRENADE_LAUNCHERS" ],
      [ "ROCKET_LAUNCHERS" ],
      [ "FLAMETHROWERS" ]
    ]
  }
]