diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 01:18:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 01:18:21 -0700 |
commit | 353ffd6d42ce327e41ed319833bb174dcdcb536f (patch) | |
tree | f67d849a354b861cb0083d003b0cdcaaba427299 | |
parent | Update readme (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-353ffd6d42ce327e41ed319833bb174dcdcb536f.tar.xz |
More roleplaying mutations
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index e86812d..72075d8 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -20,7 +20,18 @@ "description": "This is the Vampire that embraced you. You will always feel a bond with them.", "valid": false, "purifiable": false, - "cancels": [ "VAMP_CHILDE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ] + "cancels": [ "VAMP_SIBLING", "VAMP_CHILDE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ] + }, + { + "type": "mutation", + "id": "VAMP_SIBLING", + "note": "Consanguinor, Sireling, Embracemate, Siremate, Bloodmate", + "name": { "str": "Your Siremate" }, + "points": 0, + "description": "This Vampire has the same sire as you.", + "valid": false, + "purifiable": false, + "cancels": [ "VAMP_SIRE", "VAMP_CHILDE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ] }, { "type": "mutation", @@ -30,7 +41,7 @@ "description": "You embraced this Vampire. They will always feel a bond with you.", "valid": false, "purifiable": false, - "cancels": [ "VAMP_SIRE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ] + "cancels": [ "VAMP_SIRE", "VAMP_SIBLING", "VAMP_GHOUL", "VAMP_BLOODDOLL" ] }, { "type": "mutation", @@ -50,7 +61,7 @@ "description": "You have enslaved this Human to your will.", "valid": false, "purifiable": false, - "cancels": [ "VAMP_SIRE", "VAMP_CHILDE", "VAMP_BLOODDOLL" ] + "cancels": [ "VAMP_SIRE", "VAMP_SIBLING", "VAMP_CHILDE", "VAMP_BLOODDOLL" ] }, { "type": "mutation", @@ -61,7 +72,7 @@ "valid": false, "purifiable": false, "prereqs": [ "MASOCHIST" ], - "cancels": [ "VAMP_SIRE", "VAMP_CHILDE", "VAMP_THRALL" ] + "cancels": [ "VAMP_SIRE", "VAMP_SIBLING", "VAMP_CHILDE", "VAMP_THRALL" ] }, { "type": "mutation", |