summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-06 09:00:06 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-06 09:00:06 -0700
commit18ec24f6ffd4417799bdd85228bdca752c3f538e (patch)
tree487c8579dfeb9a3e34375e4bf716c526cb9d3752 /vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg1_responses.json
parentClean up NPC class names (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-18ec24f6ffd4417799bdd85228bdca752c3f538e.tar.xz
Clean up the wasteland npc dialogues
Add vampire replies to wasteland dialogues
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" } } ] }
},