From 2c5af403c050392ee4885a4cf5b7b626ad01358f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 6 Jul 2021 10:57:28 -0700 Subject: Clean up vampire cove dialogues Add vampire replies to cove dialogues --- .../NPC/v_npc_responds/Underrefugee/v_us_responses.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_us_responses.json') diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_us_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_us_responses.json index e1d2b25..e216fb8 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_us_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_us_responses.json @@ -41,7 +41,12 @@ "text": "Can you tell me who you are?", "topic": "TALK_VAMP_UNDERSEEKER_introduce", "effect": { "u_add_trait": "underseekerwhou" }, - "condition": { "and": [ { "u_has_trait": "underseekermeet" }, { "not": { "u_has_trait": "underseekerwhou" } } ] } + "condition": { + "and": [ + { "u_has_trait": "underseekermeet" }, + { "not": { "u_has_trait": "underseekerwhou" } } + ] + } }, { "text": "About our journey...", "topic": "TALK_MISSION_INQUIRE", "condition": "has_assigned_mission" }, { @@ -65,7 +70,12 @@ "text": "We need to go to the vampirus.", "topic": "TALK_VAMP_UNDERSEEKER_vampirus", "effect": [ { "u_add_trait": "underseekerhelpvampirus" }, { "add_mission": "VAMP_UNDERSEEKER_quest_vampirus1" } ], - "condition": { "and": [ { "u_has_trait": "wsg2vampirushelp" }, { "not": { "u_has_trait": "underseekerhelpvampirus" } } ] } + "condition": { + "and": [ + { "u_has_trait": "wsg2vampirushelp" }, + { "not": { "u_has_trait": "underseekerhelpvampirus" } } + ] + } }, { "text": "About our job...", @@ -96,7 +106,7 @@ { "id": "TALK_VAMP_UNDERSEEKER_attention", "type": "talk_topic", - "dynamic_line": "I see you've been working hard to help us on our problems... Nice meeting you and I apologize for ignoring you from the start I glanced on your eyes.", + "dynamic_line": "I see you've been working hard to help us on our problems... Nice meeting you and I apologize for ignoring you from the moment I glanced at your eyes.", "responses": [ { "text": "As I was saying...", -- cgit v1.2.1