summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json
blob: 47451ecfbf40669c552f0ce12409a23c2d8da0d8 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
  {
    "dynamic_line": [ "Good to see ya, bud!", "Hello there traveler!", "Interested in my wares?!" ],
    "id": "TALK_HUMAN_JUNKSHOP_maintalk",
    "responses": [
      {
        "condition": { "not": { "npc_has_trait": "wastehumanjshoptalkedtohere" } },
        "text": "Who and what are you doing here?",
        "topic": "TALK_HUMAN_JUNKSHOP_here"
      },
      {
        "condition": {
          "and": [
            { "npc_has_trait": "wastehumanjshoptalkedtohere" },
            { "not": { "npc_has_trait": "wastehumanjshoptalkedtohereagain" } }
          ]
        },
        "text": "Who and what are you doing here?",
        "topic": "TALK_HUMAN_JUNKSHOP_hereagain"
      },
      {
        "condition": { "not": { "npc_has_trait": "wastehumanjshoptalkedjoblol" } },
        "effect": { "npc_add_trait": "wastehumanjshoptalkedjoblol" },
        "text": "Any jobs to offer?",
        "topic": "TALK_HUMAN_JUNKSHOP_joblol"
      },
      { "effect": "start_trade", "text": "Let me see what you have to trade.", "topic": "TALK_HUMAN_JUNKSHOP_maintalk" },
      { "text": "Bye.", "topic": "TALK_DONE" }
    ],
    "type": "talk_topic"
  },
  {
    "dynamic_line": "Just a silly guy collecting garbage outside, somewhere far from those frenzied walkers. There are many times my hobby has put me at risk, so I can only safely bring a few of the items I find back here.",
    "id": "TALK_HUMAN_JUNKSHOP_here",
    "responses": [ { "text": "And... How's the living here?", "topic": "TALK_HUMAN_JUNKSHOP_there" } ],
    "type": "talk_topic"
  },
  {
    "dynamic_line": "Peaceful as always. But you see, life has been easier working together with these vampires. They offer us protection from all sorts of threats, while us humans do the usual chores outside.",
    "id": "TALK_HUMAN_JUNKSHOP_there",
    "responses": [
      {
        "effect": { "npc_add_trait": "wastehumanjshoptalkedtohere" },
        "text": "I guess they're friendly after all.",
        "topic": "TALK_HUMAN_JUNKSHOP_maintalk"
      }
    ],
    "type": "talk_topic"
  },
  {
    "dynamic_line": "I have said my words clearly, or do you like to repeat your answers just for fun?",
    "id": "TALK_HUMAN_JUNKSHOP_hereagain",
    "responses": [
      {
        "effect": { "npc_add_trait": "wastehumanjshoptalkedtohereagain" },
        "text": "Sorry about that.",
        "topic": "TALK_HUMAN_JUNKSHOP_maintalk"
      }
    ],
    "type": "talk_topic"
  },
  {
    "dynamic_line": "Hey buddy, I sell stuff here. Do you think I have a problem?\n*Points a finger to his face*",
    "id": "TALK_HUMAN_JUNKSHOP_joblol",
    "responses": [ { "text": "Ummm... No.", "topic": "TALK_HUMAN_JUNKSHOP_maintalk" } ],
    "type": "talk_topic"
  }
]