summaryrefslogtreecommitdiff
path: root/json/items/gunmod/underbarrel.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/gunmod/underbarrel.json')
-rw-r--r--json/items/gunmod/underbarrel.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/json/items/gunmod/underbarrel.json b/json/items/gunmod/underbarrel.json
new file mode 100644
index 0000000..97e454d
--- /dev/null
+++ b/json/items/gunmod/underbarrel.json
@@ -0,0 +1,21 @@
+[
+ {
+ "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": "750 ml",
+ "price": 120000,
+ "material": [ "steel", "plastic" ],
+ "symbol": ":",
+ "color": "dark_gray",
+ "location": "underbarrel",
+ "mod_targets": [ "rifle", "crossbow" ],
+ "gun_data": { "ammo": "shot", "skill": "shotgun", "dispersion": 325, "durability": 9, "reload": 125 },
+ "min_skills": [ [ "weapon", 2 ], [ "shotgun", 2 ] ],
+ "magazine_well": 1,
+ "magazines": [ [ "shot", [ "m26_mass_mag", "m26_mass_mag_big" ] ] ]
+ }
+]