summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr2_responses.json
blob: 691280f904929386198e739cdadbcb784692a24b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[
  {
    "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 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"
  },
  {
    "dynamic_line": "Nope.",
    "id": "TALK_HUMAN_WASTELAND2_job",
    "responses": [ { "text": "You said it.", "topic": "TALK_HUMAN_WASTELAND2_maintalk" } ],
    "type": "talk_topic"
  }
]