diff options
Diffstat (limited to 'vamp_stuff')
| -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,  | 
