diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-18 02:05:47 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-18 02:05:47 -0700 |
commit | ce1c3600deae318e7531cae05cb09eac1f3f88ef (patch) | |
tree | cf89ceca37b58187f260333917ebb17752132b0c | |
parent | Add +1 all stats to Ghouls (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-ce1c3600deae318e7531cae05cb09eac1f3f88ef.tar.xz |
Add traits for permanent refusal to give blood/ghoul
Capitalize the currently unused Sire forgiveness trait.
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/v_dialogue_traits.json | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/v_dialogue_traits.json b/vamp_stuff/Modification_Files/Mutation/v_dialogue_traits.json index 7aeb354..250f0aa 100644 --- a/vamp_stuff/Modification_Files/Mutation/v_dialogue_traits.json +++ b/vamp_stuff/Modification_Files/Mutation/v_dialogue_traits.json @@ -601,11 +601,29 @@ }, { "type": "mutation", - "id": "vamp_sire_forgiven", + "id": "VAMP_SIRE_FORGIVEN", "name": { "str": "Gave Second Chance" }, "points": -1, "description": "You have forgiven your childer for a slight, but won't be so merciful next time.", "valid": false, "purifiable": false + }, + { + "type": "mutation", + "id": "VAMP_BLOODDRINK_REFUSED", + "name": { "str": "Refuses To Give Blood." }, + "points": -1, + "description": "You refuse to allow a vampire to feed on you.", + "valid": false, + "purifiable": false + }, + { + "type": "mutation", + "id": "VAMP_GHOUL_REFUSED", + "name": { "str": "Refuses Ghouling" }, + "points": -1, + "description": "You refuse to become a ghoul.", + "valid": false, + "purifiable": false } ] |