-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_hexes.xml
55 lines (52 loc) · 1.42 KB
/
affs_hexes.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
<triggers>
<trigger
enabled="y"
group="Afflictions"
match="^(?:([A-Z][a-z]+) grabs some glowing glyphs and throws them at you|Glowing glyphs in the air flare and explode in your face|Glowing glyphs drift in from the \w+ and explode in your face)\.$"
name="hexes_hex__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^(?:You see .+?\'s throat vibrate as [hH](?:is|er) yell|The screeching yell of .+?) pierces your mind\, \".+?\"$"
name="hexes_hexenthroat__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) draws a glowing glyph in the air and flings it at you\. Your mind suddenly grows befuddled and clouded\.$"
name="hexes_jinx__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^Your limbs twitch of their own volition under the curse of the jinx\, refusing to obey your commands\.$"
name="hexes_jinx_symptom__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The images of two glowing glyphs suddenly spring up in your mind\'s eye\.$"
name="hexes_hexensoles__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
</triggers>