From 18ec24f6ffd4417799bdd85228bdca752c3f538e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 6 Jul 2021 09:00:06 -0700 Subject: Clean up the wasteland npc dialogues Add vampire replies to wasteland dialogues --- .../Wastelands_Outskirts/v_wg1_responses.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json') diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json index 982f00d..be52b40 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json @@ -1,6 +1,11 @@ [ + { - "dynamic_line": { "u_has_trait": "wsg1meet", "yes": "What is it, mortal?", "no": "You've come a long way, mortal." }, + "dynamic_line": { + "u_has_trait": "THRESH_VAMP", + "yes": { "u_has_trait": "wsg1meet", "yes": "What is it, vampire?", "no": "You've come a long way, vampire." }, + "no": { "u_has_trait": "wsg1meet", "yes": "What is it, mortal?", "no": "You've come a long way, mortal." } + }, "id": "TALK_VAMP_WASTEGUARD1_talkme", "responses": [ { @@ -36,7 +41,7 @@ { "truefalsetext": { "condition": { "u_has_trait": "commandovampmark" }, - "true": "The commando has sent me to this place.", + "true": "The commander sent me to this place.", "false": "You know a place like this?" }, "topic": "TALK_VAMP_WASTEGUARD1_know", @@ -44,7 +49,7 @@ "condition": { "not": { "u_has_trait": "wsg1know" } } }, { - "text": "You need a volunteer for jobs?", + "text": "You need a volunteer for any jobs?", "topic": "TALK_VAMP_WASTEGUARD1_job", "condition": { "and": [ { "u_has_trait": "wsg1here" }, { "not": { "u_has_trait": "wsg1hire" } } ] } }, @@ -54,12 +59,12 @@ "effect": { "u_add_trait": "wsg1met" }, "condition": { "not": { "u_has_trait": "wsg1met" } } }, - { "text": "Nevermind. I'll be going now...", "topic": "TALK_DONE", "condition": { "u_has_trait": "wsg1met" } } + { "text": "Nevermind. I'll be going now.", "topic": "TALK_DONE", "condition": { "u_has_trait": "wsg1met" } } ], "type": "talk_topic" }, { - "dynamic_line": "You're in the sanctuary for both humans and vampires, the wasteland outskirts. Here, we protect each other from savage entities and serves as an outpost for those luckily survived ones.", + "dynamic_line": "You're in the sanctuary for both humans and vampires, the wasteland outskirts. Here, we protect each other from the savage entities outside and serve as an outpost for those lucky few that survived.", "id": "TALK_VAMP_WASTEGUARD1_here", "responses": [ { "text": "Okay, thanks for the info.", "topic": "TALK_VAMP_WASTEGUARD1_maintalk" } ], "type": "talk_topic" @@ -102,7 +107,7 @@ "id": "TALK_VAMP_WASTEGUARD1_job", "responses": [ { - "text": "The commando has sent me here.", + "text": "The commander sent me here.", "topic": "TALK_VAMP_WASTEGUARD1_know", "condition": { "and": [ { "u_has_trait": "commandovampmark" }, { "not": { "u_has_trait": "wsg1hire" } } ] } }, -- cgit v1.2.1