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 --- .../Underrefugee/v_uc_responses.json | 30 +++++++++++++--------- 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_uc_responses.json') diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_uc_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_uc_responses.json index a7226db..fcd089b 100644 --- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_uc_responses.json +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Underrefugee/v_uc_responses.json @@ -25,16 +25,19 @@ }, { "dynamic_line": { - "no": "Mortal descendant... What do I expect from you?", "u_is_wearing": "blood_necklace", - "yes": "You got something to say, descendant?." + "yes": "You got something to say, descendant?", + "no": "Mortal descendant... What do I expect from you?" }, "id": "TALK_VAMP_UNDERCOMMANDO", "responses": [ { "text": "I want to talk with you.", "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk" }, { - "condition": { "or": [ { "not": { "u_has_trait": "commandovampmark" } }, { "not": "has_no_available_mission" } ] }, - "text": "Any work can I do?.", + "condition": { "or": [ + { "not": { "u_has_trait": "commandovampmark" } }, + { "not": "has_no_available_mission" } + ] }, + "text": "Any work can I do?", "topic": "TALK_MISSION_LIST" }, { @@ -48,7 +51,10 @@ "type": "talk_topic" }, { - "dynamic_line": { "no": "Topic?", "u_is_wearing": "blood_necklace", "yes": "So descendant... What should we talk about?" }, + "dynamic_line": { "u_is_wearing": "blood_necklace", + "yes": "So descendant... What should we talk about?", + "no": "Topic?" + }, "id": "TALK_VAMP_UNDERCOMMANDO_maintalk", "responses": [ { @@ -57,17 +63,17 @@ "condition": { "not": { "npc_has_trait": "commandotalkedhim" } } }, { - "text": "Wait... Vampire with a gun?", + "text": "Wait... A Vampire with a gun?", "topic": "TALK_VAMP_UNDERCOMMANDO_gun", "condition": { "not": { "npc_has_trait": "commandotalkedgun" } } }, { - "text": "News about the outside world, sir?", + "text": "Any news about the outside world, sir?", "topic": "TALK_VAMP_UNDERCOMMANDO_world", "condition": { "not": { "npc_has_trait": "commandotalkedworld" } } }, { - "text": "Do you offer your guns in trading?", + "text": "Do you offer your guns in trade?", "topic": "TALK_VAMP_UNDERCOMMANDO_tradegun", "condition": { "not": { "npc_has_trait": "commandotalkedgunshop" } } }, @@ -99,16 +105,16 @@ "type": "talk_topic" }, { - "dynamic_line": "I am a vampire, guarding this place from any kinds of threat.", + "dynamic_line": "I am a vampire, guarding this place from any kind of threat.", "id": "TALK_VAMP_UNDERCOMMANDO_introduce", "responses": [ - { "text": "So, are you the owner of this refugee?", "topic": "TALK_VAMP_UNDERCOMMANDO_owner" }, + { "text": "So, are you the owner of this refuge?", "topic": "TALK_VAMP_UNDERCOMMANDO_owner" }, { "text": "Sorry about it...", "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk" } ], "type": "talk_topic" }, { - "dynamic_line": "You thought we can't use this things? You are wrong, descendant!", + "dynamic_line": "You thought we can't use these things? You are wrong, descendant!", "id": "TALK_VAMP_UNDERCOMMANDO_gun", "responses": [ { @@ -163,7 +169,7 @@ "type": "talk_topic" }, { - "dynamic_line": "HIM is our master, our lord, the almighty one. HE brought us into existence, and we owe our life serving HIS will.", + "dynamic_line": "HE is our master, our lord, the almighty one. HE brought us into existence, and we owe our life serving HIS will.", "id": "TALK_VAMP_UNDERCOMMANDO_him", "responses": [ { "text": "I'd wish to meet HIM...", "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk" } ], "type": "talk_topic" -- cgit v1.2.1