-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_beastmastery.xml
88 lines (82 loc) · 2.4 KB
/
affs_beastmastery.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
<triggers>
<trigger
enabled="y"
group="Afflictions"
match="^.+? rears back and unhinges [hH](?:is|er) jaws\, (?:breath|blast)ing .+? at you\, and you scream .+?\.$"
name="beastmastery_minorbreath__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^With a loud hiss\, .+? spits a stream of foul liquid into your face\.$"
name="beastmastery_poison__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^.+? gazes intently at you\, and you feel yourself drawn into [hH](?:is|er) eyes\, which swirl about in a kaleidoscopic array of swirling colours\. Your vision slowly fades into nothing but curiously floating (.+?) spots\.$"
name="beastmastery_hypnoticgaze__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) squeezes [hH](?:is|er) legs around (.+?)\'s body and \2 immediately responds by thrusting out a hind leg and kicking you brutally in the chest\, knocking you to the ground\.$"
name="beastmastery_kicking__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) whips (.+?) into a fury\, bucking and racing dangerously in a circle\, trampling the ground in a frenzy\.$"
name="beastmastery_trample__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^(.+?) (?:breaks|crushes|pulveri[sz]es|smashes) your (left|right) (arm|leg)\.$"
name="beastmastery_trampled__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^.+? opens [hH](?:is|er) jaws and releases a rank\, putrescent blast of stale air and rotten chunks of tissue at you\.$"
name="beastmastery_death_plague__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^.+?\'s eyes glow a soft\, pale blue as [hH](?:is|er) mind brushes against your own\, soothing waves of harmony instilling peaceful thoughts\.$"
name="beastmastery_peaceful_companion__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
</triggers>