-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_necroscream.xml
65 lines (63 loc) · 1.63 KB
/
affs_necroscream.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
<triggers>
<trigger
enabled="y"
group="Afflictions"
keep_evaluating="y"
match="^\".+?\" sings ([A-Z][a-z]+)(.+?)\, and (?:[hH]|[sS]h)e looks directly at you\.$"
name="necroscream_singing__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^You cough up some black slime\.$"
name="necroscream_blackdeath__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^Smoky tendrils rise up around you\, wrapping around your arms and legs and solidifying into iron shackles\. You scream in agony as invisible spikes and other unspeakable implements are driven into your flesh\.$"
name="necroscream_queenslament__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^A sick feeling ferments throughout your body\.$"
name="necroscream_sickeningplague__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="SongEffects"
match="^The wrathful canticle of Ashtorath rings ominously in your ears\.$"
name="necroscream_wrathfulcanticle__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="SongEffects"
match="^As the carilli?on bells thunder in the air\, you are nearly blinded by pain when an angry cough suddenly wracks your body\.$"
name="necroscream_carillonknell__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
</triggers>