summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/v_npc_responds/Underrefugee/v_uc_responses.json
blob: 4cebd274e0372f8dcf480a6188411f32aa570044 (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
[{
        "id": "TALK_MISSION_INQUIRE",
        "responses": [{
                "condition": {
                    "and": [{
                            "count": 30,
                            "u_has_item": "blood"
                        }, {
                            "u_has_mission": "VAMP_UNDERCOMMANDO_quest1"
                        }
                    ]
                },
                "effect": [
                    "mission_success", {
                        "u_consume_item": "blood",
                        "count": 30
                    }
                ],
                "text": "Here's your blood.",
                "topic": "TALK_MISSION_SUCCESS"
            }, {
                "condition": {
                    "and": [{
                            "count": 15,
                            "u_has_item": "smallleechteeth"
                        }, {
                            "u_has_mission": "VAMP_UNDERCOMMANDO_quest2"
                        }
                    ]
                },
                "effect": [
                    "mission_success", {
                        "u_consume_item": "smallleechteeth",
                        "count": 15
                    }
                ],
                "text": "Here's your small leech teeth.",
                "topic": "TALK_MISSION_SUCCESS"
            }, {
                "condition": {
                    "and": [{
                            "u_has_item": "bloodsac"
                        }, {
                            "u_has_mission": "VAMP_UNDERCOMMANDO_quest3"
                        }
                    ]
                },
                "effect": [
                    "mission_success", {
                        "u_consume_item": "bloodsac"
                    }
                ],
                "text": "Here's your blood sac.",
                "topic": "TALK_MISSION_SUCCESS"
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": {
            "no": "Mortal descendant... What do I expect from you?",
            "u_is_wearing": "blood_necklace",
            "yes": "You got something to say, descendant?."
        },
        "id": "TALK_VAMP_UNDERCOMMANDO",
        "responses": [{
                "text": "I want to talk with you.",
                "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk"
            }, {
                "condition": {
                    "or": [{
                            "not": {
                                "u_has_trait": "commandovampmark"
                            }
                        }, {
                            "not": "has_no_available_mission"
                        }
                    ]
                },
                "text": "Any work can I do?.",
                "topic": "TALK_MISSION_LIST"
            }, {
                "condition": {
                    "and": [{
                            "not": {
                                "u_has_trait": "commandovampmark"
                            }
                        }, {
                            "npc_has_trait": "commandotestdone"
                        }
                    ]
                },
                "text": "I've done the final test... So, what now?",
                "topic": "TALK_VAMP_UNDERCOMMANDO_testsdone"
            }, {
                "condition": "has_assigned_mission",
                "text": "About your command...",
                "topic": "TALK_MISSION_INQUIRE"
            }, {
                "text": "I should go now.",
                "topic": "TALK_DONE"
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": {
            "no": "Topic?",
            "u_is_wearing": "blood_necklace",
            "yes": "So descendant... What should we talk about?"
        },
        "id": "TALK_VAMP_UNDERCOMMANDO_maintalk",
        "responses": [{
                "text": "Who are you?",
                "topic": "TALK_VAMP_UNDERCOMMANDO_introduce",
                "condition": {
                    "not": {
                        "npc_has_trait": "commandotalkedhim"
                    }
                }
            }, {
                "text": "Wait... Vampire with a gun?",
                "topic": "TALK_VAMP_UNDERCOMMANDO_gun",
                "condition": {
                    "not": {
                        "npc_has_trait": "commandotalkedgun"
                    }
                }
            }, {
                "text": "News about the outside world, sir?",
                "topic": "TALK_VAMP_UNDERCOMMANDO_world",
                "condition": {
                    "not": {
                        "npc_has_trait": "commandotalkedworld"
                    }
                }
            }, {
                "text": "Do you offer your guns in trading?",
                "topic": "TALK_VAMP_UNDERCOMMANDO_tradegun",
                "condition": {
                    "not": {
                        "npc_has_trait": "commandotalkedgunshop"
                    }
                }
            }, {
                "condition": {
                    "and": [{
                            "not": {
                                "npc_has_trait": "commandotalkedhim"
                            }
                        }, {
                            "not": {
                                "npc_has_trait": "commandotalkedgun"
                            }
                        }, {
                            "not": {
                                "npc_has_trait": "commandotalkedworld"
                            }
                        }, {
                            "not": {
                                "npc_has_trait": "commandotalkedgunshop"
                            }
                        }
                    ]
                },
                "text": "Let's talk later.",
                "topic": "TALK_DONE"
            }, {
                "condition": {
                    "and": [{
                            "npc_has_trait": "commandotalkedhim"
                        }, {
                            "npc_has_trait": "commandotalkedgun"
                        }, {
                            "npc_has_trait": "commandotalkedworld"
                        }, {
                            "npc_has_trait": "commandotalkedgunshop"
                        }
                    ]
                },
                "text": "I guess I've asked everything...",
                "topic": "TALK_DONE"
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "I am a vampire, guarding this place from any kinds of threat.",
        "id": "TALK_VAMP_UNDERCOMMANDO_introduce",
        "responses": [{
                "text": "So, are you the owner of this refugee?",
                "topic": "TALK_VAMP_UNDERCOMMANDO_owner"
            }, {
                "text": "Sorry about it...",
                "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk"
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "You thought we can't use this things? You are wrong, descendant!",
        "id": "TALK_VAMP_UNDERCOMMANDO_gun",
        "responses": [{
                "text": "Umm... Okay.",
                "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk",
                "effect": {
                    "npc_add_trait": "commandotalkedgun"
                }
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "I have no idea. Its been decades since I traveled into this cove.",
        "id": "TALK_VAMP_UNDERCOMMANDO_world",
        "responses": [{
                "text": "Oh. Okay.",
                "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk",
                "effect": {
                    "npc_add_trait": "commandotalkedworld"
                }
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "Nope. To trade a gun like this, you better find a gunshop.",
        "id": "TALK_VAMP_UNDERCOMMANDO_tradegun",
        "responses": [{
                "text": "A gunshop?",
                "topic": "TALK_VAMP_UNDERCOMMANDO_gunshop"
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "No. This is owned and built by HIM.",
        "id": "TALK_VAMP_UNDERCOMMANDO_owner",
        "responses": [{
                "text": "Okay.",
                "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk"
            }, {
                "text": "Who is HIM?",
                "topic": "TALK_VAMP_UNDERCOMMANDO_him",
                "effect": {
                    "npc_add_trait": "commandotalkedhim"
                }
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "She's at the wasteland outskirts, a place where vampires freely communicate with you all. Sounds wonderful, right?",
        "id": "TALK_VAMP_UNDERCOMMANDO_gunshop",
        "responses": [{
                "text": "Wonderful? I don't even know where it is!",
                "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk",
                "effect": {
                    "npc_add_trait": "commandotalkedgunshop"
                }
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "HIM is our master, our lord, the almighty one. HE brought us into existence, and we owe our life serving HIS will.",
        "id": "TALK_VAMP_UNDERCOMMANDO_him",
        "responses": [{
                "text": "I'd wish to meet HIM...",
                "topic": "TALK_VAMP_UNDERCOMMANDO_maintalk"
            }
        ],
        "type": "talk_topic"
    }, {
        "dynamic_line": "\"What now\" you say? The tests I have given you has to proven yourself worthy to push forward the boundary between this cave and the outskirt. Now, take this ring and tell the seeker about the outskirts, she'll talk about and guide you to its coordinates. The gunshop has something to give when you arrive, so make sure you wear the ring before speaking to her.",
        "id": "TALK_VAMP_UNDERCOMMANDO_testsdone",
        "responses": [{
                "effect": [{
                        "u_buy_item": "blood_cring"
                    }, {
                        "u_add_trait": "commandovampmark"
                    }
                ],
                "text": "Yes. I'll do as you say and thank you for this ring.",
                "topic": "TALK_DONE"
            }
        ],
        "type": "talk_topic"
    }
]