forked from oldkcole/sg1-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_healing.xml
72 lines (68 loc) · 2.04 KB
/
affs_healing.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
<triggers>
<trigger
enabled="y"
group="Afflictions"
match="^A warm tingle runs through your body as ([A-Z][a-z]+) touches two fingers to your forehead\, shifting a brilliant aura to you\.$"
name="healing_aurashift__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) bows ([hH](?:is|er)) head and closes \2 eyes\, hooking \2 finger in a terrible wrenching motion as your insides twist and turn in a hideously contorted dance\.$"
name="healing_aurawarp__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^Your insides twist (?:as the dread plague ravages your internal homeostasis|and turn\, (?:closing up your throat|causing your hands to uncontrollably shudder))\.$"
name="healing_aurawarp_homeostasis__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^With a grand gesture of righteous fury\, ([A-Z][a-z]+) bedevils you with [hH](?:is|er) afflictions\.$"
name="healing_bedevil__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^The plague of bedeviling sickness causes your insides to clench in sheer agony\.$"
name="healing_bedevil_symptom__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+)\'s presence prevents you from curing your (bedeviling sickness|warped aura)\.$"
name="healing_aurawarp_bedevil_fail__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
</triggers>
<!--
(detect the healing, what was cured, and then add the new affliction; oh, boy!)
Person places a forefinger between your eyes, and a soothing warmth passes through you.
The bones in your left arm mend.
The plague of bedeviling sickness causes your insides to clench in sheer agony.
-->