diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-20 05:39:33 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-20 05:39:33 -0700 |
commit | d49e8d2ecc52e14e8a27b8e09e13a56152dc7e73 (patch) | |
tree | 3729c2818b5f455c84d9a684cc95fd3df16fe3ab /vamp_stuff/Modification_Files/Mutation | |
parent | Add vamp-eyes conflict with ceph-eyes (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-d49e8d2ecc52e14e8a27b8e09e13a56152dc7e73.tar.xz |
Mark the Hunter mutation as vampire compatible
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json index c4f9605..b27c91a 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -241,6 +241,32 @@ }, { "type": "mutation", + "id": "PRED2", + "name": { "str": "Hunter" }, + "points": 3, + "description": "Your brain has a lot more in common with a predatory animal than a human, making it easier to control misplaced reactions to the death of your prey. Additionally, combat skills, which you use to hunt, are easier to learn and maintain.", + "social_modifiers": { "intimidate": 3 }, + "purifiable": false, + "prereqs": [ "CARNIVORE", "THRESH_URSINE" ], + "prereqs2": [ "PRED1" ], + "changes_to": [ "PRED3" ], + "threshreq": [ + "THRESH_BEAST", + "THRESH_RAPTOR", + "THRESH_CHIMERA", + "THRESH_LUPINE", + "THRESH_FELINE", + "THRESH_URSINE", + "THRESH_LIZARD", + "THRESH_SPIDER", + "THRESH_VAMP" + ], + "cancels": [ "PACIFIST" ], + "category": [ "BEAST", "RAPTOR", "CHIMERA", "LUPINE", "FELINE", "URSINE", "LIZARD", "SPIDER" ], + "flags": [ "PRED2" ] + }, + { + "type": "mutation", "id": "WEAKSCENT", "name": "Weak Scent", "points": 1, |