From 525b100e8b728976b0fc9bc4dbb084b818997cc0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 6 Jul 2021 09:25:41 -0700 Subject: Clean up Lonely Vampire responses Add vampire replies to Lonely Vampires --- .../v_npc_responds/Isolated/v_lo_responses.json | 24 ++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Isolated') 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...", -- cgit v1.2.1