From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Wastelands Outskirts/h_wr2_responses.json | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wr2_responses.json (limited to 'vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wr2_responses.json') 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" + } +] -- cgit v1.2.1