diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-01-24 18:33:28 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-01-24 18:33:28 -0800 |
commit | f05f721a0414df350faf2eb6c6ca43ae228aeeac (patch) | |
tree | 122865193ab8c7e9b68b9bf5d0c37d643908de38 | |
parent | Remove obsolete effects from vampire immunities and purge spell. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-f05f721a0414df350faf2eb6c6ca43ae228aeeac.tar.xz |
Add VAMP_HEARING trait to replace GOODHEARING.
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 14 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index f31a0ba..edf5978 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -246,5 +246,19 @@ ], "valid": false, "purifiable": false + }, + { + "type": "mutation", + "id": "VAMP_HEARING", + "name": { "str": "Vampire Hearing" }, + "points": 4, + "description": "Your hearing has adapted to the needs of being a predator, allowing you to hear well beyond that of a Human.", + "prereqs": [ "GOODHEARING" ], + "threshreq": [ "THRESH_REAL_VAMP" ], + "category": [ "REAL_VAMP" ], + "cancels": [ "BADHEARING" ], + "hearing_modifier": 1.75, + "valid": false, + "purifiable": false } ] diff --git a/vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json b/vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json index 722b6fd..d78f38b 100644 --- a/vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json +++ b/vamp_stuff/Modification_Files/Mutation/vampire-trait-group.json @@ -12,10 +12,10 @@ [ "VAMP_HUNGER", 100 ], [ "VAMP_SKIN", 100 ], [ "VAMP_VISION", 100 ], + [ "VAMP_HEARING", 100 ], [ "REAL_BEAUTIFUL_VAMP", 100], [ "REAL_SHADOW_MELD", 100], - [ "GOODHEARING", 100 ], [ "GOODCARDIO", 100 ], [ "INFRESIST", 100 ], [ "INFRARED", 100 ], |