summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr2_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/h_wr2_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/h_wr2_responses.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr2_responses.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr2_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr2_responses.json
index 667733c..691280f 100644
--- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr2_responses.json
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr2_responses.json
@@ -1,6 +1,6 @@
[
{
- "dynamic_line": "Hello outsider",
+ "dynamic_line": "Hello outsider.",
"id": "TALK_HUMAN_WASTELAND2_talkme",
"responses": [
{ "text": "I want to talk.", "topic": "TALK_HUMAN_WASTELAND2_maintalk" },
@@ -19,7 +19,7 @@
"type": "talk_topic"
},
{
- "dynamic_line": "I guard here, most of the time. But sometimes I do few things other than that.",
+ "dynamic_line": "I guard the wasteland here most of the time. But sometimes I do a few things other than that.",
"id": "TALK_HUMAN_WASTELAND2_here",
"responses": [ { "text": "Got it.", "topic": "TALK_HUMAN_WASTELAND2_maintalk" } ],
"type": "talk_topic"
@@ -27,7 +27,7 @@
{
"dynamic_line": "Nope.",
"id": "TALK_HUMAN_WASTELAND2_job",
- "responses": [ { "text": "You said it...", "topic": "TALK_HUMAN_WASTELAND2_maintalk" } ],
+ "responses": [ { "text": "You said it.", "topic": "TALK_HUMAN_WASTELAND2_maintalk" } ],
"type": "talk_topic"
}
]