summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/v_npc_responds/Underrefugee/v_us_responses.json
blob: fbc1e20c6cf7cfba6bebb8768aa88b4ce53a746e (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
[{
        "id": "TALK_VAMP_UNDERSEEKER",
        "type": "talk_topic",
        "dynamic_line": "...",
        "responses": [{
                "text": "Who are you?",
                "topic": "TALK_VAMP_UNDERSEEKER_none",
                "condition": {
                    "and": [{
                            "not": {
                                "u_has_trait": "undertradervampmark"
                            }
                        }, {
                            "not": {
                                "u_has_trait": "commandovampmark"
                            }
                        }, {
                            "not": {
                                "u_has_trait": "underseekermeet"
                            }
                        }
                    ]
                }
            }, {
                "text": "Who are you?",
                "topic": "TALK_VAMP_UNDERSEEKER_notice",
                "condition": {
                    "and": [{
                            "u_has_trait": "undertradervampmark"
                        }, {
                            "not": {
                                "u_has_trait": "commandovampmark"
                            }
                        }, {
                            "not": {
                                "u_has_trait": "underseekermeet"
                            }
                        }
                    ]
                }
            }, {
                "text": "Who are you?",
                "topic": "TALK_VAMP_UNDERSEEKER_attention",
                "condition": {
                    "and": [{
                            "u_has_trait": "undertradervampmark"
                        }, {
                            "u_has_trait": "commandovampmark"
                        }, {
                            "not": {
                                "u_has_trait": "underseekermeet"
                            }
                        }
                    ]
                }
            }, {
                "text": "Can you tell me who you are?",
                "topic": "TALK_VAMP_UNDERSEEKER_introduce",
                "effect": {
                    "u_add_trait": "underseekerwhou"
                },
                "condition": {
                    "and": [{
                            "u_has_trait": "underseekermeet"
                        }, {
                            "not": {
                                "u_has_trait": "underseekerwhou"
                            }
                        }
                    ]
                }
            }, {
                "text": "About our journey...",
                "topic": "TALK_MISSION_INQUIRE",
                "condition": "has_assigned_mission"
            }, {
                "text": "Jobs to work?",
                "topic": "TALK_MISSION_LIST",
                "condition": {
                    "and": [{
                            "u_has_trait": "underseekermeet"
                        }, {
                            "not": {
                                "u_has_trait": "underseekerdone"
                            }
                        }
                    ]
                }
            }, {
                "text": "They've let me help in their troubles.",
                "topic": "TALK_VAMP_UNDERSEEKER_umehelp",
                "effect": {
                    "u_add_trait": "underseekerwehelp"
                },
                "condition": {
                    "and": [{
                            "u_has_trait": "wsg2hired"
                        }, {
                            "not": {
                                "u_has_trait": "underseekerwehelp"
                            }
                        }, {
                            "not": {
                                "u_has_trait": "underseekerhelpvampirus"
                            }
                        }
                    ]
                }
            }, {
                "text": "We need to go to the vampirus.",
                "topic": "TALK_VAMP_UNDERSEEKER_vampirus",
                "effect": [{
                        "u_add_trait": "underseekerhelpvampirus"
                    }, {
                        "add_mission": "VAMP_UNDERSEEKER_quest_vampirus1"
                    }
                ],
                "condition": {
                    "and": [{
                            "u_has_trait": "wsg2vampirushelp"
                        }, {
                            "not": {
                                "u_has_trait": "underseekerhelpvampirus"
                            }
                        }
                    ]
                }
            }, {
                "text": "About our job...",
                "topic": "TALK_VAMP_UNDERSEEKER_vampirus_hints",
                "condition": {
                    "and": [{
                            "u_has_trait": "underseekerhelpvampirus"
                        }, {
                            "not": {
                                "u_has_trait": "underseekerhelpvampirusdone"
                            }
                        }, {
                            "not": {
                                "npc_has_effect": "underseeker_unsealing"
                            }
                        }
                    ]
                }
            }, {
                "text": "I'd be going now...",
                "topic": "TALK_DONE"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_none",
        "type": "talk_topic",
        "dynamic_line": "...",
        "responses": [{
                "text": "...",
                "topic": "TALK_DONE"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_notice",
        "type": "talk_topic",
        "dynamic_line": "...?",
        "responses": [{
                "text": "...",
                "topic": "TALK_DONE"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_attention",
        "type": "talk_topic",
        "dynamic_line": "I see you've been working hard to help us on our problems... Nice meeting you and I apologize for ignoring you from the start I glanced on your eyes.",
        "responses": [{
                "text": "As I was saying...",
                "topic": "TALK_DONE",
                "note": "Rep up by 5.",
                "effect": [{
                        "u_faction_rep": 5
                    }, {
                        "u_add_trait": "underseekermeet"
                    }
                ]
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_introduce",
        "type": "talk_topic",
        "dynamic_line": "I am the seeker of this cave, and my job is to scout the surrounding areas for possible threats.",
        "responses": [{
                "text": "What kind of threats?",
                "topic": "TALK_VAMP_UNDERSEEKER_threat"
            }, {
                "text": "Okay...",
                "topic": "TALK_DONE"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_threat",
        "type": "talk_topic",
        "dynamic_line": "Nothing dangerous, its all the same everytime.",
        "responses": [{
                "text": "Well, okay.",
                "topic": "TALK_VAMP_UNDERSEEKER"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_umehelp",
        "type": "talk_topic",
        "dynamic_line": "Good. If you need me to come along, just tell me and I will help you in your troubles.",
        "responses": [{
                "text": "Come with me.",
                "topic": "TALK_VAMP_UNDERSEEKER_umehelp_yes"
            }, {
                "text": "Job's too easy to bring you along.",
                "topic": "TALK_VAMP_UNDERSEEKER_umehelp_no"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_umehelp_yes",
        "type": "talk_topic",
        "dynamic_line": "Lead the way, descendant.",
        "responses": [{
                "text": "Let's go!",
                "topic": "TALK_DONE",
                "effect": "follow"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_umehelp_no",
        "type": "talk_topic",
        "dynamic_line": "As you say, descendant...",
        "responses": [{
                "text": "Bye.",
                "topic": "TALK_DONE"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_vampirus",
        "type": "talk_topic",
        "dynamic_line": "Descendant, are you sure about this?",
        "responses": [{
                "text": "Yes.",
                "topic": "TALK_MISSION_OFFER"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_vampirus_hints",
        "type": "talk_topic",
        "dynamic_line": "Tell me the problem, descendant.",
        "responses": [{
                "text": "We can't go down the slope.",
                "topic": "TALK_VAMP_UNDERSEEKER_vampirus_hints_enter",
                "condition": {
                    "and": [{
                            "u_at_om_location": "vampirus"
                        }, {
                            "not": {
                                "u_has_trait": "underseekerhelpvampirus_enter"
                            }
                        }
                    ]
                }
            }, {
                "text": "Nevermind...",
                "topic": "TALK_VAMP_UNDERSEEKER"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_vampirus_hints_enter",
        "type": "talk_topic",
        "dynamic_line": {
            "u_has_trait": "underseekerhelpvampirusunseal",
            "yes": "Doing this job takes time...",
            "no": "Hmm, these bastards has sealed the entrance. I didn't expect for them to use a spell, even tho they're heavily influenced by the magic..."
        },
        "responses": [{
                "text": "So, can you unseal the entrance?",
                "trial": {
                    "type": "CONDITION",
                    "condition": {
                        "and": [{
                                "npc_at_om_location": "vampirus"
                            }, {
                                "not": {
                                    "u_has_trait": "underseekerhelpvampirusunseal"
                                }
                            }, {
                                "not": "is_day"
                            }
                        ]
                    }
                },
                "success": {
                    "topic": "TALK_MISSION_OFFER"
                },
                "failure": {
                    "topic": "TALK_VAMP_UNDERSEEKER_vampirus_hints_enter_not"
                }
            }, {
                "text": "Okay.",
                "topic": "TALK_VAMP_UNDERSEEKER",
                "condition": {
                    "u_has_trait": "underseekerhelpvampirusunseal"
                }
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERSEEKER_vampirus_hints_enter_not",
        "type": "talk_topic",
        "dynamic_line": "I must perform this at night by the entrance.",
        "responses": [{
                "text": "Okay then...",
                "topic": "TALK_VAMP_UNDERSEEKER"
            }
        ]
    }
]