summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/shot_method.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/Monsters/shot_method.json
downloadcataclysm-bn-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/Monsters/shot_method.json')
-rw-r--r--vamp_stuff/Modification_Files/Monsters/shot_method.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Monsters/shot_method.json b/vamp_stuff/Modification_Files/Monsters/shot_method.json
new file mode 100644
index 0000000..e89cb38
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Monsters/shot_method.json
@@ -0,0 +1,53 @@
+[
+ {
+ "id": "bloodsurgeleechmouth",
+ "type": "GUN",
+ "copy-from": "fake_item",
+ "name": { "str": "blood surge mouth" },
+ "description": "Large, saggy mouth of the blood surge leech. It can spew litres of blood.",
+ "flags": [ "NEVER_JAMS", "BACKFIRE", "NO_SOUND" ],
+ "ammo_effects": [ "NEVER_MISFIRES", "NOGIB" ],
+ "skill": "smg",
+ "dispersion": 350,
+ "sight_dispersion": 330,
+ "recoil": 20,
+ "durability": 10,
+ "loudness": -50,
+ "range": 5,
+ "ranged_damage": { "damage_type": "stab", "amount": 3, "armor_penetration": 2 },
+ "modes": [ [ "DEFAULT", "auto", 5 ] ]
+ },
+ {
+ "id": "eyedleechmouth",
+ "type": "GUN",
+ "copy-from": "fake_item",
+ "name": { "str": "eyed mouth" },
+ "description": "Oddly shaped mouth of the eyed leech. Detachable teeth lining covers under it.",
+ "skill": "pistol",
+ "range": 15,
+ "ranged_damage": { "damage_type": "stab", "amount": 4, "armor_penetration": 3 },
+ "dispersion": 290,
+ "sight_dispersion": 270,
+ "recoil": 50,
+ "durability": 10,
+ "loudness": -50,
+ "flags": [ "NEVER_JAMS", "NO_SOUND" ],
+ "ammo_effects": [ "NEVER_MISFIRES", "NOGIB" ]
+ },
+ {
+ "id": "sharpshooterleechmouth",
+ "type": "GUN",
+ "copy-from": "fake_item",
+ "name": { "str": "sharpshooter mouth" },
+ "description": "Sharpshooter leech's mouth lined with sharp teeth which is detachable for ammumition.",
+ "skill": "rifle",
+ "range": 20,
+ "ranged_damage": { "damage_type": "stab", "amount": 6, "armor_penetration": 10 },
+ "dispersion": 295,
+ "sight_dispersion": 275,
+ "recoil": 245,
+ "durability": 10,
+ "loudness": -50,
+ "flags": [ "NEVER_JAMS", "NO_SOUND" ]
+ }
+]