summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wr2_responses.json
diff options
context:
space:
mode:
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.json47
1 files changed, 47 insertions, 0 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
new file mode 100644
index 0000000..f3523f9
--- /dev/null
+++ b/vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wr2_responses.json
@@ -0,0 +1,47 @@
+[{
+ "dynamic_line": "Hello outsider",
+ "id": "TALK_HUMAN_WASTELAND2_talkme",
+ "responses": [{
+ "text": "I want to talk.",
+ "topic": "TALK_HUMAN_WASTELAND2_maintalk"
+ }, {
+ "text": "Hi and bye.",
+ "topic": "TALK_DONE"
+ }
+ ],
+ "type": "talk_topic"
+ }, {
+ "dynamic_line": "About what?",
+ "id": "TALK_HUMAN_WASTELAND2_maintalk",
+ "responses": [{
+ "text": "What are you doing here?",
+ "topic": "TALK_HUMAN_WASTELAND2_here"
+ }, {
+ "text": "Got a problem?",
+ "topic": "TALK_HUMAN_WASTELAND2_job"
+ }, {
+ "text": "Bye.",
+ "topic": "TALK_DONE"
+ }
+ ],
+ "type": "talk_topic"
+ }, {
+ "dynamic_line": "I guard here, most of the time. But sometimes I do few things other than that.",
+ "id": "TALK_HUMAN_WASTELAND2_here",
+ "responses": [{
+ "text": "Got it.",
+ "topic": "TALK_HUMAN_WASTELAND2_maintalk"
+ }
+ ],
+ "type": "talk_topic"
+ }, {
+ "dynamic_line": "Nope.",
+ "id": "TALK_HUMAN_WASTELAND2_job",
+ "responses": [{
+ "text": "You said it...",
+ "topic": "TALK_HUMAN_WASTELAND2_maintalk"
+ }
+ ],
+ "type": "talk_topic"
+ }
+]