-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_stealth.xml
66 lines (62 loc) · 1.5 KB
/
affs_stealth.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
<triggers>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) dips a dart into a vial\,? and then shoots it through a blowgun at you\.$"
name="stealth_blowgun__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A dart flies in from .+? and strikes you\.$"
name="stealth_blowgun_aim__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^Taking a rope\, ([A-Z][a-z]+) quickly trusses you up\, tightening the bindings until you can barely move\.$"
name="stealth_truss__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^Leaping out from the shadows\, ([A-Z][a-z]+) suddenly waylays you\, throwing you to the ground and then standing menacingly over you\.$"
name="stealth_waylay__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) carefully rushes directly at you and trusses you up in the most clever manner possible\.$"
name="stealth_rush__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) drags you off to the (\w+)\.$"
name="stealth_drag__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
</triggers>