summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/v_wg2_responses.json
blob: 83ba6293da4191daf37d73ee416247884680d92d (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
[
  {
    "id": "TALK_VAMP_WASTEGUARD2_justcome",
    "//": "Picky wasteland guard infront of the hub door.",
    "type": "talk_topic",
    "dynamic_line": {
      "u_has_trait": "wsg2meet",
      "yes": [ "What do you seek?", "What do you want?", "What are you looking for?" ],
      "no": "Just come in..."
    },
    "responses": [
      {
        "text": "Let's talk for a moment.",
        "topic": "TALK_VAMP_WASTEGUARD2_ohrelly",
        "effect": { "u_add_trait": "wsg2meet" },
        "condition": {
          "and": [
            { "u_has_trait": "undertradervampmark" },
            { "u_has_trait": "commandovampmark" },
            { "not": { "u_has_trait": "wsg2meet" } }
          ]
        }
      },
      {
        "truefalsetext": {
          "condition": { "u_has_trait": "wsg2meet" },
          "true": "I want to talk with you.",
          "false": "Let's talk for a moment."
        },
        "topic": "TALK_VAMP_WASTEGUARD2_ohrelly",
        "condition": {
          "or": [
            { "not": { "u_has_trait": "undertradervampmark" } },
            { "not": { "u_has_trait": "commandovampmark" } },
            { "u_has_trait": "wsg2meet" }
          ]
        }
      },
      { "text": "Okay. Bye.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_ohrelly",
    "type": "talk_topic",
    "dynamic_line": {
      "u_has_trait": "commandovampmark",
      "yes": { "u_has_trait": "undertradervampmark", "yes": "I guess you're important. What is it?", "no": "No." },
      "no": "No!"
    },
    "responses": [
      {
        "text": "Who are you?",
        "topic": "TALK_VAMP_WASTEGUARD2_whoisyou",
        "effect": { "u_add_trait": "wsg2who" },
        "condition": {
          "and": [
            { "u_has_trait": "undertradervampmark" },
            { "u_has_trait": "commandovampmark" },
            { "not": { "u_has_trait": "wsg2who" } }
          ]
        }
      },
      {
        "text": "The guard told me you need my help.",
        "topic": "TALK_VAMP_WASTEGUARD2_wuthelp",
        "condition": { "and": [ { "u_has_trait": "wsg2who" }, { "not": { "u_has_trait": "wsg2hired" } } ] }
      },
      {
        "text": "Where am I?",
        "topic": "TALK_VAMP_WASTEGUARD2_whereisme",
        "effect": { "u_add_trait": "wsg2where" },
        "condition": {
          "and": [
            { "u_has_trait": "undertradervampmark" },
            { "u_has_trait": "commandovampmark" },
            { "not": { "u_has_trait": "wsg2where" } }
          ]
        }
      },
      {
        "text": "How's the life here?",
        "topic": "TALK_VAMP_WASTEGUARD2_youliving",
        "effect": { "u_add_trait": "wsg2life" },
        "condition": {
          "and": [
            { "u_has_trait": "undertradervampmark" },
            { "u_has_trait": "commandovampmark" },
            { "not": { "u_has_trait": "wsg2life" } }
          ]
        }
      },
      { "condition": "has_assigned_mission", "text": "About that job...", "topic": "TALK_MISSION_INQUIRE" },
      { "text": "Something I need to do?", "topic": "TALK_MISSION_LIST", "condition": { "u_has_trait": "wsg2hired" } },
      { "text": "I better get going.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_whereisme",
    "type": "talk_topic",
    "dynamic_line": {
      "u_has_trait": "THRESH_REAL_VAMP",
      "yes": "You're at the wasteland outskirts, now move, vampire.",
      "no": "You're at the wasteland outskirts, now move, mortal."
    },
    "responses": [
      { "text": "Wait. I want to know more about the area.", "topic": "TALK_VAMP_WASTEGUARD2_morelocs" },
      { "text": "Okay.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" },
      { "text": "Okay, I'll move.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_morelocs",
    "type": "talk_topic",
    "dynamic_line": "Like what?",
    "responses": [
      {
        "text": "About HIS location?",
        "topic": "TALK_VAMP_WASTEGUARD2_himloc",
        "condition": { "u_has_trait": "undertradertalkedhim" }
      },
      { "text": "Actually, nevermind.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_himloc",
    "type": "talk_topic",
    "dynamic_line": "I know you've been told it is a deep secret, but why do you want to know the location of our master?",
    "responses": [
      {
        "text": "I'd like to meet HIM.",
        "topic": "TALK_VAMP_WASTEGUARD2_seehimlol",
        "effect": { "u_add_trait": "wsg2himmeet" },
        "condition": { "not": { "u_has_trait": "wsg2himmeet" } }
      },
      {
        "text": "HE looks questionable.",
        "topic": "TALK_VAMP_WASTEGUARD2_lookhimlol",
        "effect": { "u_add_trait": "wsg2himlook" },
        "condition": { "not": { "u_has_trait": "wsg2himlook" } }
      },
      {
        "text": "I want to know HIS upcoming actions.",
        "topic": "TALK_VAMP_WASTEGUARD2_actshimlol",
        "effect": { "u_add_trait": "wsg2himact" },
        "condition": { "not": { "u_has_trait": "wsg2himact" } }
      },
      { "text": "Forget it.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_seehimlol",
    "type": "talk_topic",
    "dynamic_line": { "u_has_trait": "THRESH_REAL_VAMP",
        "yes": "That which will never happen to a neonate.",
        "no": "That which will never happen to a human." },
    "responses": [
      {
        "text": "HE looks questionable.",
        "topic": "TALK_VAMP_WASTEGUARD2_lookhimlol",
        "effect": { "u_add_trait": "wsg2himlook" },
        "condition": { "not": { "u_has_trait": "wsg2himlook" } }
      },
      {
        "text": "I want to know HIS upcoming actions.",
        "topic": "TALK_VAMP_WASTEGUARD2_actshimlol",
        "effect": { "u_add_trait": "wsg2himact" },
        "condition": { "not": { "u_has_trait": "wsg2himact" } }
      },
      {
        "text": "I guess I've talked about everything.",
        "topic": "TALK_VAMP_WASTEGUARD2_secrethim",
        "effect": { "u_add_trait": "wsg2himsecret" },
        "condition": {
          "and": [
            { "u_has_trait": "wsg2himmeet" },
            { "u_has_trait": "wsg2himlook" },
            { "u_has_trait": "wsg2himact" },
            { "not": { "u_has_trait": "wsg2himsecret" } }
          ]
        }
      },
      { "text": "That sucks.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_lookhimlol",
    "type": "talk_topic",
    "dynamic_line": "I know. HE's full of mysteries even I can't talk about.",
    "responses": [
      {
        "text": "I'd like to meet HIM.",
        "topic": "TALK_VAMP_WASTEGUARD2_seehimlol",
        "effect": { "u_add_trait": "wsg2himmeet" },
        "condition": { "not": { "u_has_trait": "wsg2himmeet" } }
      },
      {
        "text": "I want to know HIS upcoming actions.",
        "topic": "TALK_VAMP_WASTEGUARD2_actshimlol",
        "effect": { "u_add_trait": "wsg2himact" },
        "condition": { "not": { "u_has_trait": "wsg2himact" } }
      },
      {
        "text": "I guess I've talked about everything.",
        "topic": "TALK_VAMP_WASTEGUARD2_secrethim",
        "effect": { "u_add_trait": "wsg2himsecret" },
        "condition": {
          "and": [
            { "u_has_trait": "wsg2himmeet" },
            { "u_has_trait": "wsg2himlook" },
            { "u_has_trait": "wsg2himact" },
            { "not": { "u_has_trait": "wsg2himsecret" } }
          ]
        }
      },
      { "text": "Okay.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_actshimlol",
    "type": "talk_topic",
    "dynamic_line": { "u_has_trait": "THRESH_REAL_VAMP",
        "yes": "Trust me, vampire, HIS movements are for the good cause",
        "no": "Trust me, human, HIS movements are for the good cause." },
    "responses": [
      {
        "text": "I'd like to meet HIM.",
        "topic": "TALK_VAMP_WASTEGUARD2_seehimlol",
        "effect": { "u_add_trait": "wsg2himmeet" },
        "condition": { "not": { "u_has_trait": "wsg2himmeet" } }
      },
      {
        "text": "HE looks questionable.",
        "topic": "TALK_VAMP_WASTEGUARD2_lookhimlol",
        "effect": { "u_add_trait": "wsg2himlook" },
        "condition": { "not": { "u_has_trait": "wsg2himlook" } }
      },
      {
        "text": "I guess I've talked about everything.",
        "topic": "TALK_VAMP_WASTEGUARD2_secrethim",
        "effect": { "u_add_trait": "wsg2himsecret" },
        "condition": {
          "and": [
            { "u_has_trait": "wsg2himmeet" },
            { "u_has_trait": "wsg2himlook" },
            { "u_has_trait": "wsg2himact" },
            { "not": { "u_has_trait": "wsg2himsecret" } }
          ]
        }
      },
      { "text": "Oh, okay then.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_secrethim",
    "type": "talk_topic",
    "dynamic_line": { "u_has_trait": "THRESH_REAL_VAMP",
        "yes": "Don't worry, vampire. Eventually, you'll meet someone to quench your thirst for deeper answers.",
        "no": "Don't worry, mortal. Eventually, you'll meet someone to quench your thirst for deeper answers." },
    "responses": [
      { "text": "Uhh, okay.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" },
      { "text": "Uhh, okay. I'll expect that.", "topic": "TALK_DONE" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_whoisyou",
    "type": "talk_topic",
    "dynamic_line": "Nah, I'm just a guard here doing my job. If you want to know more, speak with the guard in the kitchen.",
    "responses": [
      {
        "text": "He told me to help you with something.",
        "topic": "TALK_VAMP_WASTEGUARD2_wuthelp",
        "condition": { "u_has_trait": "wsg1hire" }
      },
      { "text": "Okay, I'm going.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_wuthelp",
    "type": "talk_topic",
    "dynamic_line": "So you're interested in helping us out with our problems. But I don't want to get you in trouble.",
    "responses": [
      { "text": "I'll take the risk!", "topic": "TALK_VAMP_WASTEGUARD2_helpaccept", "effect": { "u_add_trait": "wsg2hired" } },
      { "text": "Forget it, I'm out of that!", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_helpaccept",
    "type": "talk_topic",
    "dynamic_line": "If you insist.",
    "responses": [ { "text": "Okay.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" } ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_youliving",
    "type": "talk_topic",
    "dynamic_line": "We've got some cows here as our food source and a spring nearby for humans to quench their thirst.",
    "responses": [
      { "text": "I mean what are you vampires drinking?", "topic": "TALK_VAMP_WASTEGUARD2_drunk" },
      { "text": "Cows? Where'd you get them?", "topic": "TALK_VAMP_WASTEGUARD2_moo" },
      { "text": "Okay.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_drunk",
    "type": "talk_topic",
    "dynamic_line": { "u_has_trait": "THRESH_REAL_VAMP",
        "yes": "Blood, of course! We drink blood from the cows as our substitute to humans. Don't drink from the refugees here, we are under orders to protect them.",
        "no": "Blood, of course! We drink blood from the cows as our substitute to humans. Don't worry about the refugees here, we are under orders to protect them." },
    "responses": [
      { "text": "Cows? Where'd you get those?", "topic": "TALK_VAMP_WASTEGUARD2_moo" },
      { "text": "Oh, okay.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  },
  {
    "id": "TALK_VAMP_WASTEGUARD2_moo",
    "type": "talk_topic",
    "dynamic_line": "We herded them from the wilderness. We don't know if they escaped from a nearby farm, but they are free from infection.",
    "responses": [
      { "text": "I mean what are you vampires drinking?", "topic": "TALK_VAMP_WASTEGUARD2_drunk" },
      { "text": "Oh, okay.", "topic": "TALK_VAMP_WASTEGUARD2_ohrelly" }
    ]
  }
]