summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json17
1 files changed, 11 insertions, 6 deletions
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" } } ] }
},