summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json
blob: f370007dc578cc233e1a594a999d6845f6084873 (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 job to offer?.",
        "topic": "TALK_HUMAN_JUNKSHOP_joblol"
      },
      { "effect": "start_trade", "text": "I want your junk...", "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 times my job put me into risks, so I only bring few of them 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's been easier living along with these vampires. They offer us protection from all sorts of threat 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 afterall...",
        "topic": "TALK_HUMAN_JUNKSHOP_maintalk"
      }
    ],
    "type": "talk_topic"
  },
  {
    "dynamic_line": "I have said my words clearly, or you like to repeat one's answer 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"
  }
]