summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/v_npc_responds/Underrefugee/v_ug_responses.json
blob: c05f613b8154ceccb38f030a0a7ec34210d91732 (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
[{
        "id": "TALK_VAMP_UNDERGUARD1",
        "type": "talk_topic",
        "dynamic_line": {
            "u_is_wearing": "blood_necklace",
            "yes": "You look important.",
            "no": "Mortal... You're up to nothing?"
        },
        "responses": [{
                "text": "Tell me about yourself.",
                "topic": "TALK_VAMP_UNDERGUARD1_introduce",
                "condition": {
                    "not": {
                        "npc_has_trait": "underguard1talkedintroduce"
                    }
                },
                "effect": {
                    "npc_add_trait": "underguard1talkedintroduce"
                }
            }, {
                "text": "Tell me about yourself.",
                "topic": "TALK_VAMP_UNDERGUARD1_introduceagain",
                "condition": {
                    "and": [{
                            "npc_has_trait": "underguard1talkedintroduce"
                        }, {
                            "not": {
                                "npc_has_trait": "underguard1talkedintroduceagain"
                            }
                        }
                    ]
                },
                "effect": {
                    "npc_add_trait": "underguard1talkedintroduceagain"
                }
            }, {
                "text": "Where am I?",
                "topic": "TALK_VAMP_UNDERGUARD1_direction",
                "condition": {
                    "not": {
                        "npc_has_trait": "underguard1talkeddirection"
                    }
                },
                "effect": {
                    "npc_add_trait": "underguard1talkeddirection"
                }
            }, {
                "text": "I'd be going now...",
                "topic": "TALK_DONE"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD1_introduce",
        "type": "talk_topic",
        "dynamic_line": {
            "u_is_wearing": "blood_necklace",
            "yes": "Just an assigned guard here, nothing happened 'till you came in.",
            "no": "Why should I? If you want answers, go ask my partner."
        },
        "responses": [{
                "text": "I like you.",
                "topic": "TALK_VAMP_UNDERGUARD1_flirt"
            }, {
                "text": "Okay then...",
                "topic": "TALK_VAMP_UNDERGUARD1"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD1_introduceagain",
        "type": "talk_topic",
        "dynamic_line": "You think I'm a dummy? Stop repeating your question, kid!",
        "responses": [{
                "text": "Sorry...",
                "topic": "TALK_VAMP_UNDERGUARD1"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD1_direction",
        "type": "talk_topic",
        "dynamic_line": "I know you know where you are. *grins*.",
        "responses": [{
                "text": "Geez, don't show that to me.",
                "topic": "TALK_VAMP_UNDERGUARD1_teeth"
            }, {
                "text": "Okay, okay.",
                "topic": "TALK_VAMP_UNDERGUARD1"
            }, {
                "text": "Now I know where we are.",
                "topic": "TALK_DONE"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD1_flirt",
        "type": "talk_topic",
        "dynamic_line": "Shut up mortal, everyone does like me.",
        "responses": [{
                "text": "Oh...",
                "topic": "TALK_VAMP_UNDERGUARD1"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD1_teeth",
        "type": "talk_topic",
        "dynamic_line": "If you're here to fuck us up, I'd really need to slay you immediately!",
        "responses": [{
                "text": "I apologize for my mistake.",
                "topic": "TALK_VAMP_UNDERGUARD1"
            }, {
                "text": "YEAH GIRL! BRING IT!",
                "effect": "insult_combat",
                "topic": "TALK_DONE"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD2",
        "type": "talk_topic",
        "dynamic_line": {
            "u_is_wearing": "blood_necklace",
            "yes": "Damn, you managed to wear that.",
            "no": "Mortal, You look dazzled?"
        },
        "responses": [{
                "text": "Tell me who you are.",
                "topic": "TALK_VAMP_UNDERGUARD2_introduce",
                "condition": {
                    "not": {
                        "npc_has_trait": "underguard2talkedcommand"
                    }
                },
                "effect": {
                    "npc_add_trait": "underguard2talkedcommand"
                }
            }, {
                "text": "Where am I?",
                "topic": "TALK_VAMP_UNDERGUARD2_direction",
                "condition": {
                    "not": {
                        "npc_has_trait": "underguard2talkedcata"
                    }
                },
                "effect": {
                    "npc_add_trait": "underguard2talkedcata"
                }
            }, {
                "text": "I'm vacant for jobs.",
                "topic": "TALK_VAMP_UNDERGUARD2_job",
                "condition": {
                    "not": {
                        "npc_has_trait": "underguard2talkedjob"
                    }
                },
                "effect": {
                    "npc_add_trait": "underguard2talkedjob"
                }
            }, {
                "text": "Bye...",
                "topic": "TALK_DONE"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD2_job",
        "type": "talk_topic",
        "dynamic_line": "I don't actually have a problem, but others could have.",
        "responses": [{
                "text": "I'll ask them.",
                "topic": "TALK_VAMP_UNDERGUARD2"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD2_introduce",
        "type": "talk_topic",
        "dynamic_line": "I'm a guardian, defending our cave from unwelcome intruders like you.",
        "responses": [{
                "text": "Whoa, I'm not here to pick fights.",
                "topic": "TALK_VAMP_UNDERGUARD2_fight"
            }, {
                "text": "Nice...",
                "topic": "TALK_VAMP_UNDERGUARD2"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD2_direction",
        "type": "talk_topic",
        "dynamic_line": "You're on the vampire cove, a refugee itself. This is our place with peace and sure living for centuries for us all. After that magical outbreak, we are forced to eat and drink certain foodstuff like animal meat chunks and its blood, but we never tried to consume rotten flesh from those frenzied humans.",
        "responses": [{
                "text": "It's not magical, it's Cataclysm.",
                "topic": "TALK_VAMP_UNDERGUARD2_cata"
            }, {
                "text": "Oh great.",
                "topic": "TALK_VAMP_UNDERGUARD2"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD2_fight",
        "type": "talk_topic",
        "dynamic_line": "You should be. We never, EVER let any humans come into our beloved home. Until we are commanded to accompany with your kind.",
        "responses": [{
                "text": "Who commanded you?",
                "topic": "TALK_VAMP_UNDERGUARD2_command"
            }, {
                "text": "Oh... Seems you are forced to talk with me.",
                "topic": "TALK_VAMP_UNDERGUARD2"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD2_cata",
        "type": "talk_topic",
        "dynamic_line": "Cataclysm? So you humans made those thingies... Well, I can't blame you for that.",
        "responses": [{
                "text": "You're right...",
                "topic": "TALK_VAMP_UNDERGUARD2"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD2_command",
        "type": "talk_topic",
        "dynamic_line": "You look concerned, but I'll never let a word come out from my mouth about HIM.",
        "responses": [{
                "text": "Never knew you're loyal...",
                "topic": "TALK_VAMP_UNDERGUARD2"
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD3",
        "type": "talk_topic",
        "dynamic_line": {
            "npc_has_trait": "underguard3fear",
            "yes": "...",
            "no": "What do you need?."
        },
        "responses": [{
                "text": "Nothing...",
                "topic": "TALK_DONE"
            }, {
                "text": "What are you doing here?",
                "topic": "TALK_VAMP_UNDERGUARD3_here",
                "condition": {
                    "not": {
                        "npc_has_trait": "underguard3fear"
                    }
                }
            }, {
                "text": "What are you doing here?",
                "topic": "TALK_VAMP_UNDERGUARD3_hereever",
                "condition": {
                    "or": [{
                            "npc_has_trait": "underguard3fear"
                        }, {
                            "u_has_trait": "undertradervampmark"
                        }
                    ]
                }
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD3_here",
        "type": "talk_topic",
        "dynamic_line": "I was tasked to watch over the two rampaging kindreds in their cages.",
        "responses": [{
                "text": "Oh, okay...",
                "topic": "TALK_DONE"
            }, {
                "text": "May I kill those two vampires?.",
                "topic": "TALK_VAMP_UNDERGUARD3_killthem",
                "condition": {
                    "u_has_mission": "VAMP_UNDERTRADER_quest"
                }
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD3_killthem",
        "type": "talk_topic",
        "dynamic_line": "Ofcourse, you can! We already have lost our faith on them to fight back their rabid sickness.",
        "responses": [{
                "text": "That's too bad...",
                "topic": "TALK_DONE",
                "effect": {
                    "npc_add_trait": "underguard3fear"
                },
                "opinion": {
                    "trust": 2,
                    "anger": -2
                }
            }
        ]
    }, {
        "id": "TALK_VAMP_UNDERGUARD3_hereever",
        "type": "talk_topic",
        "dynamic_line": "Just staying in the darkness... Away from the horrifying magic.",
        "responses": [{
                "text": "I guess you're afraid of Cataclysm...",
                "effect": "end_conversation",
                "topic": "TALK_DONE"
            }
        ]
    }
]