diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 09:25:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 09:25:41 -0700 |
commit | 525b100e8b728976b0fc9bc4dbb084b818997cc0 (patch) | |
tree | 17d9919ee6bf47b35ba7ac6e0b63668141af167a /vamp_stuff/Modification_Files | |
parent | Clean up FANCIES (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-525b100e8b728976b0fc9bc4dbb084b818997cc0.tar.xz |
Clean up Lonely Vampire responses
Add vampire replies to Lonely Vampires
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json index 4e9c472..202562d 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated/v_lo_responses.json @@ -20,7 +20,15 @@ { "id": "TALK_VAMP_LONELY", "type": "talk_topic", - "dynamic_line": { "u_is_wearing": "blood_necklace", "yes": "Greetings, human.", "no": [ "What is it, mortal?", "Speak up, mortal." ] }, + "dynamic_line": { + "u_has_trait": "THRESH_VAMP", + "yes": "Greetings, vampire", + "no": [ { + "u_is_wearing": "blood_necklace", + "yes": "Greetings, human.", + "no": [ "What is it, mortal?", "Speak up, mortal." ] + } ] + }, "responses": [ { "text": "Tell me about yourself.", @@ -65,8 +73,16 @@ "type": "talk_topic", "dynamic_line": { "u_has_trait": "isolatedvampmark", - "yes": "That marking... I see you've been helping my kindred with their troubles.", - "no": "Just like others, you want me as a slave... I refuse, mortal." + "yes": [ { + "u_has_trait": "THRESH_VAMP", + "yes": "That marking... I see you've been helping our kindred with their troubles.", + "no": "That marking... I see you've been helping my kindred with their troubles." + } ], + "no": [ { + "u_has_trait": "THRESH_VAMP", + "yes": "Just like the others, you want me as a slave... I refuse, vampire.", + "no": "Just like the others, you want me as a slave... I refuse, mortal." + } ], }, "responses": [ { @@ -106,7 +122,7 @@ { "id": "TALK_VAMP_LONELY_wegonow", "type": "talk_topic", - "dynamic_line": "Do not bring me to my death. I will leave MY territory and expect benefits believing in you.", + "dynamic_line": "Do not bring me to my death. I will leave MY territory and expect to reap benefits from believing in you.", "responses": [ { "text": "I promise...", |