From d49e8d2ecc52e14e8a27b8e09e13a56152dc7e73 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 20 Apr 2021 05:39:33 -0700 Subject: Mark the Hunter mutation as vampire compatible --- .../Modification_Files/Mutation/mutations.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'vamp_stuff/Modification_Files/Mutation') 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 @@ -239,6 +239,32 @@ "THRESH_VAMP" ] }, + { + "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", -- cgit v1.2.1