-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_minstrelry.xml
112 lines (103 loc) · 2.83 KB
/
affs_minstrelry.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
<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="minstrelry_singing__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^You stumble over your own feet as you try to dance\.$"
name="minstrelry_stumbling__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^Your mind reels as the stench of cactus weed overcomes you and takes you on a strange trip\.$"
name="minstrelry_strangetrip__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^As ([A-Z][a-z]+)\'s music washes over you\, your mind descends into chaos\.$"
name="minstrelry_yaikoyaiko__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^As the ringing note reverberates through your head dizzyingly\, you stumble\, hiccupping\, as your world blurs into a drunken haze\.$"
name="minstrelry_shotnote__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A purple haze descends over your vision\, confusing you with wild hallucinations\.$"
name="minstrelry_purplehaze__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The air around you shimmers in response to the song before igniting\, consuming you in a roaring pyre of red\-orange flame\.$"
name="minstrelry_firefugue__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The rousing melody of the jamboree entices you to hum along gleefully\, all cares fleeing from thought\.$"
name="minstrelry_jamboree__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^[A-Z][a-z]+ begins bobbing [hH](?:is|er) head and then suddenly thrusts [hH](?:is|er) leg upwards\, catching you painfully in the gut\.$"
name="minstrelry_cancan__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="SongEffects"
match="^Laughing gaily in your drunken state\, you hop about wildly to the music\, shaking your rear and giving a loud belch\. Sobriety suddenly slaps you coldly in the face as you quickly descend from your high\, glancing around in mute embarrassment\.$"
name="minstrelry_drunkenfool__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
</triggers>