summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
downloadcataclysm-bn-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
new file mode 100644
index 0000000..b886b01
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
@@ -0,0 +1,22 @@
+[
+ {
+ "id": "bloodstinger_barrel",
+ "type": "GUNMOD",
+ "name": "bloodstinger barrel",
+ "description": "Odd barrel extension specialized for blood stinger rifles. It has a vented metal end point that pressurizes liquid before firing, increasing damage, accuracy and aiming time.",
+ "weight": "650 g",
+ "volume": "1 L",
+ "price": 0,
+ "to_hit": 2,
+ "bashing": 5,
+ "material": [ "steel", "compactblood" ],
+ "symbol": ":",
+ "color": "red",
+ "location": "barrel",
+ "mod_targets": [ "rifle" ],
+ "ranged_damage": { "damage_type": "stab", "amount": 1 },
+ "dispersion_modifier": -70,
+ "flags": [ "IRREMOVABLE" ],
+ "min_skills": [ [ "weapon", 6 ] ]
+ }
+]