forked from oldkcole/sg1-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_harmonics.xml
214 lines (202 loc) · 5.61 KB
/
affs_harmonics.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
<triggers>
<trigger
enabled="y"
group="Afflictions"
match="^A spinning garnet around ([A-Z][a-z]+) casts a ruddy light onto you\.$"
name="harmonics_garnet__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^[A-Z][a-z]+ tosses a scintillating stone into the air\, which explodes in a glittering cloud of green and pink motes\.$"
name="harmonics_mendingstone__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^As the sparkling motes settles? upon your skin\, you shiver as a powerful healing balm washes over you\.$"
name="harmonics_mendingstone_cure__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) holds the pulsating stone aloft just as it detonates in a soundless explosion of white light\.$"
name="harmonics_balestone__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^The white light washes over you\, and you stagger back as the balefire erases something deep within you\.$"
name="harmonics_balestone_fire__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A spinning opal around ([A-Z][a-z]+) flashes dark hues onto you\.$"
name="harmonics_opal__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A spinning onyx around ([A-Z][a-z]+) casts a sickly shadow over you\.$"
name="harmonics_onyx__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A spinning bloodstone around ([A-Z][a-z]+) bathes you with a bloody light\.$"
name="harmonics_bloodstone__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The spinning emerald around [A-Z][a-z]+ suffuses you with a deep green glow\.$"
name="harmonics_emerald__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) smashes a chunk of dark rock at [hH](?:is|er) feet and red and black smoke roils about [hH](?:im|er)\.$"
name="harmonics_malefactgem__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^Tendrils of red and black smoke wrap around you\, covering your skin in a sticky film\.$"
name="harmonics_malefactgem_affs__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A spinning sapphire around ([A-Z][a-z]+) beams a ray of blue light at you\, causing a piercing headache between your eyes\.$"
name="harmonics_sapphire__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) tosses a delicate\,? blue sphere into the air at you\, which shatters in a flurr?y of brilliant sapphire rays\.$"
name="harmonics_shockstone__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^Placing a ruby crystal on the palm of [hH](?:is|er) hand\, ([A-Z][a-z]+) stares intently at it until the crystal floats up into the air\. It zooms around your head\, settling into an orbit around you\.$"
name="harmonics_ruby__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A spinning ruby around you shoots a small ball of balefire at you\.$"
name="harmonics_ruby_balefire__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A spinning ruby crystal around you explodes in your face\.$"
name="harmonics_ruby_explode__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) presses [hH](?:is|er) palms together and stares at the ring of rubies spinning around your head\. The rubies speed up and you are blinded by the brilliant crimson blaze that rips apart your face and causes time to slow down\, magnifying the agony\.$"
name="harmonics_shatterplex__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The Temporal Omnihedron shifts through a complex series of shapes and suddenly time around you appears to slow\.$"
name="harmonics_champion_pet1__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The Temporal Omnihedron shimmers with a brilliant array of complex colours\, causing you to lose some of your mental prowess as you attempt to understand the shifting shape before you\.$"
name="harmonics_champion_pet2__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The Temporal Omnihedron shifts through a violent array of shapes\, causing several large shards of crystal to shoot out and strike you\.$"
name="harmonics_champion_pet3__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
</triggers>