-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_music.xml
287 lines (282 loc) · 8.45 KB
/
affs_music.xml
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
<triggers>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) (?:plays .+?\, and you cry out as your deaf ears open up to the sound of a high\-pitched note|appears to play .+?\, but you hear no sound)\.$"
name="music_blanknote__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The ache in your ear canals suddenly intensifies\, leaving you with nothing but a splitting headache\.$"
name="music_blanknote_earache__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) plays .+? and directs the (whispering|ominous|screeching|jarring|trembling|disharmonic|exquisite) notes towards you\.$"
name="music_play__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^As the whispers enter your mind\, a sinking feeling drops into the pit of your stomach\.$"
name="music_majorsecond__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^Your head begins throbbing to the beat of the ominous noise\.$"
name="music_tritone__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^You blanch as the high[\-\s]pitched screech settles deep within your mind\.$"
name="music_minorseventh__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^The jarring sound causes a cold pain to stab you in the forehead\.$"
name="music_majorseventh__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^You feel suddenly tired and enervated as the music washes over you\.$"
name="music_minorsixth__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^The reverberating sound echoes through your head\, pounding you with excruciating pain\.$"
name="music_minorsecond__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^The lyrical sound invokes a strange longing for ([A-Z][a-z]+)\.$"
name="music_perfectfifth__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^You feel your blood begin to boil as your skin turns red and chars\.$"
name="music_chaoschord__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^Pain sweeps through you as your own skin writhes as if worms crawl beneath the surface\.$"
name="music_ironchord__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^Your skin begins to crystallise\.$"
name="music_loralchord__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^A shadow passes over you\, causing your gorge to rise and heart ?beat to quicken\.$"
name="music_shadowchord__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^Holy fire erupts at your feet and engulfs you\.$"
name="music_starchord__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^A rime of ice forms on your forehead and the chill spreads downwards to your neck\.$"
name="music_wildechord__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^You hear strange whispers\, and a sharp pain stabs you between the eyes\.$"
name="music_majorsecond_symp__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^You hear an ominous sound\, and a dull pain stab throbs throughout your head\.$"
name="music_tritone_symp__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^You hear a dark thrumming\, and pain wracks your entire being\.$"
name="music_majorseventh_symp__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^You find you cannot bear to part from ([A-Z][a-z]+)\.$"
name="music_perfectfifth_symp__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) plays .+?\, striking a single perfect note that lingers in the air and builds in strength\.$"
name="music_octave__"
regexp="y"
script="affs.process"
sequence="100"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^Your entire being quivers as the ringing note in the air suddenly reaches a reverberating harmonic unity\.$"
name="music_octave_up__"
regexp="y"
script="affs.process"
sequence="100"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^You breathe a sigh of relief as the reverberating ringing note here fades away\.$"
name="music_octave_down__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A strange vibration prevents you from (healing spiritual curses|healing auric ailments|focusing your spirit)\.$"
name="music_octave_symp__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) plays a wailing\, discordant chord on .+?\, directing the dissonant notes at you\.$"
name="music_discordantchord__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^You scream in agony as the violent chord threatens to rip you asunder\.$"
name="music_discordantchorded__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Track"
match="^\".+?\" sings ([A-Z][a-z]+)\, (?:somb(?:er|re) notes tumbling out of .+?|as .+? plays deep\, dark melodies|tragically playing .+? with a mournful thrum|while .+? lets loose with screaming melodies|building up a crescendo of powerful\, deeply riveting notes|loosing grim\, sombre notes from .+?)\, and (?:[sS]h|[hH])e looks directly at you\.$"
name="music_deathsong1__"
regexp="y"
script="affs.process"
sequence="100"
>
</trigger>
<trigger
enabled="y"
group="Track"
match="^(?:Clasping [hH](?:is|er) hands to [hH](?:is|er) breast\, ([A-Z][a-z]+) sings to you\, wishing you well on your journey to the Halls of the Fates\. A white light surrounds [hH](?:im|er) as the voices of an angelic choir join [hH](?:im|er) in this somber hymn|The throat of ([A-Z][a-z]+) undulates and warbles as (?:[sS]h|[hH])e continues to maintain the moaning note of [hH](?:is|er) song\. Ominous black shadows rise out of the ground\, slowly circling around you|Sweat breaks out on ([A-Z][a-z]+)'s forehead, as (?:[sS]h|[hH])e continues to maintain the screaming note of [hH](?:is|er) song\. Ghostly spiked bands materialize around you\, which slowly begin to spin and screech like rusty iron cogs|([A-Z][a-z]+)\'s eyes roll up in [hH](?:is|er) head\, as (?:[sS]h|[hH])e sings a throbbing note\. Unseen drums begin to beat and invisible spirits begin to chant\, as mists rise up from the ground and swirl around you|([A-Z][a-z]+) continues to play furious\, fast\-paced\, infectiously energetic music and you continue to dance wildly\, caught up entirely in the ectasy of the rhythm\. You feel your body heating up and sweat drips down your forehead at the exertion|Staring balefully at you\, ([A-Z][a-z]+) draws low\, ominous chords from the air\, focused upon maintaining the killing song\. You suddenly falter as the funebre pervades your hearing\, wrinkles forming across your skin\, crinkling like brittle parchment)\.$"
name="music_deathsong2__"
regexp="y"
script="affs.process"
sequence="100"
>
</trigger>
</triggers>