summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/v_npc_responds/Vampirus/h_prison_cell.json
blob: 28d5d04f1793c25798b1ea5cecb1a5784059f355 (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
[{
        "//": "Prisoner, like that of mi-go's. Nothing special NPC.",
        "type": "talk_topic",
        "id": "TALK_HUMAN_VAΜPRISON_help",
        "dynamic_line": {
            "u_has_trait": "hvprisoncomesaveme",
            "yes": "Are you done?",
            "no": [
                "Please help me... They... they're so... cruel...",
                "Damn... those suckers... please I beg you to...\n*cough*",
                "COME CLOSER OR I-I'LL... damn these <swear> suckers really took a piece out of my sanity.",
                "TOUCH ME AND I'LL!... oh... you're not a monster..."
            ]
        },
        "responses": [{
                "text": "Yes.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_u_now",
                "condition": {
                    "u_has_trait": "wsg2vampirusdone"
                }
            }, {
                "text": "It's okay, I'm here to set you free.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_yes",
                "condition": {
                    "not": {
                        "u_has_trait": "hvprisoncomesaveme"
                    }
                }
            }, {
                "text": "Sorry, I can't help you out. I have things to deal with.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_u",
                "condition": {
                    "and": [{
                            "u_has_trait": "wsg2vampirushelp"
                        }, {
                            "not": {
                                "u_has_trait": "hvprisoncomesaveme"
                            }
                        }
                    ]
                }
            }, {
                "text": "I don't take a weakling along with me. Now run.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_weak",
                "effect": "flee",
                "condition": {
                    "not": {
                        "u_has_trait": "hvprisoncomesaveme"
                    }
                }
            }, {
                "text": "Bye? I guess...",
                "topic": "TALK_DONE",
                "condition": {
                    "not": {
                        "u_has_trait": "hvprisoncomesaveme"
                    }
                }
            }, {
                "text": "Not yet...",
                "topic": "TALK_DONE",
                "condition": {
                    "u_has_trait": "hvprisoncomesaveme"
                }
            }
        ]
    }, {
        "id": "TALK_HUMAN_VAΜPRISON_help_yes",
        "type": "talk_topic",
        "dynamic_line": "Thank you so much!... But where do we go?",
        "responses": [{
                "text": "To the wasteland outskirts.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_yes_lead",
                "condition": {
                    "u_has_trait": "wsg2vampirushelp"
                },
                "effect": {
                    "add_mission": "VAMP_UNDERSEEKER_quest_vampirus1"
                }
            }, {
                "text": "I don't know, but stick with me and you'll be safe.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_yes_come"
            }
        ]
    }, {
        "id": "TALK_HUMAN_VAΜPRISON_help_yes_lead",
        "type": "talk_topic",
        "dynamic_line": "Sounds cool!",
        "responses": [{
                "text": "Yes it is...",
                "topic": "TALK_MISSION_OFFER"
            }
        ]
    }, {
        "id": "TALK_HUMAN_VAΜPRISON_help_yes_come",
        "type": "talk_topic",
        "dynamic_line": "I owe my life to your kindness so... Lets go!",
        "responses": [{
                "text": "We go!",
                "topic": "TALK_DONE",
                "effect": "follow"
            }
        ]
    }, {
        "id": "TALK_HUMAN_VAΜPRISON_help_u",
        "type": "talk_topic",
        "dynamic_line": "Wait! What if we help each other! I mean, I'll come assist you and set me free after!",
        "responses": [{
                "text": "You're too weak to fight them.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_u_weak"
            }, {
                "text": "Or just wait here and we'll get you out later.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_u_wait"
            }
        ]
    }, {
        "id": "TALK_HUMAN_VAΜPRISON_help_u_weak",
        "type": "talk_topic",
        "dynamic_line": "Does that mean I can't leave this place?",
        "responses": [{
                "text": "Yea- I mean, never!",
                "topic": "TALK_DONE",
                "effect": "end_conversation"
            }, {
                "text": "Yeah, but we'll be back to help you out.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_u_wait"
            }
        ]
    }, {
        "id": "TALK_HUMAN_VAΜPRISON_help_u_wait",
        "type": "talk_topic",
        "dynamic_line": "Thank you! I'll expect for you to come for me after this mess.",
        "responses": [{
                "text": "See you later.",
                "topic": "TALK_DONE",
                "effect": {
                    "u_add_trait": "hvprisoncomesaveme"
                }
            }
        ]
    }, {
        "id": "TALK_HUMAN_VAΜPRISON_help_u_now",
        "type": "talk_topic",
        "dynamic_line": "Thank goodness! Please take me out of here.",
        "responses": [{
                "text": "Okay.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_u_now_done"
            }
        ]
    }, {
        "id": "TALK_HUMAN_VAΜPRISON_help_u_now_done",
        "type": "talk_topic",
        "dynamic_line": "Not to be rude or anything but... Where will you take me to?",
        "responses": [{
                "text": "To the wasteland outskirts.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_yes_lead",
                "effect": {
                    "add_mission": "VAMP_UNDERSEEKER_quest_vampirus1"
                }
            }, {
                "text": "I don't know, but stick with me and you'll be safe.",
                "topic": "TALK_HUMAN_VAΜPRISON_help_yes_come_ustrong"
            }
        ]
    }, {
        "id": "TALK_HUMAN_VAΜPRISON_help_yes_come_ustrong",
        "type": "talk_topic",
        "dynamic_line": "After beating those monsters, I know you're too strong to protect me!",
        "responses": [{
                "text": "Well... Don't be timid to your belief.",
                "topic": "TALK_DONE",
                "effect": "follow"
            }
        ]
    }
]