-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_ecology.xml
170 lines (162 loc) · 4.35 KB
/
affs_ecology.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<triggers>
<trigger
enabled="y"
group="Afflictions"
match="^The cloud of fragrant smoke coalesces into the scene of rolling hills silhouetted against a raging thunderstorm\. Mud begins sliding off the hills\, pounding down all around you\.$"
name="ecology_smudge_hills__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^You are caught in the onslaught and go down in a wave of rolling mud\.$"
name="ecology_smudged_hills__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^A strange bone creature (?:flies in from the \w+|leaps out of ([A-Z][a-z]+)\'s hands) and attacks you.+"
name="ecology_fetish__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The cloud of fragrant smoke coalesces into the scene of desert sand dunes\. Suddenly a sandstorm rises up over a dune and rushes down atop you\.\nThe whirling sands scour your flesh\.$"
name="ecology_smudge_desert__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^The whirling sands scour your flesh\.$"
name="ecology_smudged_desert__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The cloud of fragrant smoke coalesces into the scene of a verdant swamp\.$"
name="ecology_smudge_swamp__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^You gasp in horror as you begin to sink into a patch of quicksand\.$"
name="ecology_smudged_swamp__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^.+? stabs you with a deadly stinger attached to its bone armour\.$"
name="ecology_familiar_sting__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The cloud of fragrant smoke coalesces into the scene of a wide open valley\. A tornado twists across the valley\'s expanse\.$"
name="ecology_smudge_valley__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^You are picked up by the twister and thrown upwards\,? but crash into the ceiling and fall immediately back down\.$"
name="ecology_smudged_valley1__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^You are picked up by the twister and thrown up into the sky\.$"
name="ecology_smudged_valley2__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^Mumbling softly to [Hh](?:er|im)self\, ([A-Z][a-z]+) points a finger at you\, and you are gripped by the undulating image of (a screeching bat|a hissing snake|burning herbs)\.$"
name="ecology_bane__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The cloud of fragrant smoke coalesces into the scene of a soaring mountain\. An ominous rumbling soon heralds an avalanche of rock that comes crashing down the mountainside\.$"
name="ecology_smudge_mountain__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^You are buried under an avalanche of rock and rubble\.$"
name="ecology_smudged_mountain__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The cloud of fragrant smoke coalesces into the scene of a roaring forest fire\. Flaming branches rain down all around you\.$"
name="ecology_smudge_forest__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="n"
group="Afflictions"
match="^A burl cracks open next to you\, covering you in burning sap\.$"
name="ecology_smudged_forest__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
</triggers>