summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json
blob: e6020c3616c886ecbe3c7ae4d6d5a35fd0260093 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
  {
    "dynamic_line": "Hey, what's up?",
    "id": "TALK_HUMAN_WASTELAND1_maintalk",
    "responses": [
      { "text": "What's happening here?", "topic": "TALK_HUMAN_WASTELAND1_here" },
      { "text": "Want to come along?", "topic": "TALK_HUMAN_WASTELAND1_come" },
      { "text": "Bye.", "topic": "TALK_DONE" }
    ],
    "type": "talk_topic"
  },
  {
    "dynamic_line": "As usual. Repairs, gatherings, carnage... ",
    "id": "TALK_HUMAN_WASTELAND1_here",
    "responses": [ { "text": "Oh, okay...", "topic": "TALK_HUMAN_WASTELAND1_maintalk" } ],
    "type": "talk_topic"
  },
  {
    "dynamic_line": {
      "no": "I won't say I don't trust you, but no.",
      "u_has_trait": "wastehumanassociatemark",
      "yes": "Are you sure about this? I won't become a burden in your travels?"
    },
    "id": "TALK_HUMAN_WASTELAND1_come",
    "responses": [
      {
        "condition": { "u_has_trait": "wastehumanassociatemark" },
        "effect": "follow",
        "text": "Just follow me and we'll be fine.",
        "topic": "TALK_DONE"
      },
      {
        "condition": { "u_has_trait": "wastehumanassociatemark" },
        "text": "Just kiddin'.",
        "topic": "TALK_HUMAN_WASTELAND1_maintalk"
      },
      {
        "condition": { "not": { "u_has_trait": "wastehumanassociatemark" } },
        "text": "Okay then.",
        "topic": "TALK_HUMAN_WASTELAND1_maintalk"
      },
      {
        "condition": { "not": { "u_has_trait": "wastehumanassociatemark" } },
        "text": "Bye.",
        "topic": "TALK_DONE"
      }
    ],
    "type": "talk_topic"
  }
]