forked from oldkcole/sg1-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaffs_nature.xml
54 lines (52 loc) · 1.57 KB
/
affs_nature.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
<triggers>
<trigger
enabled="y"
group="Afflictions"
match="^Making a slashing motion towards? you with [hH](?:is|er) golden sickle\, ([A-Z][a-z]+) curses you for your transgressions\. Painful\, stigmatic wounds open up all over your body\, dripping with blood\.$"
name="nature_curse_sickle__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) points the tip of [hH](?:is|er) (athame|cudgel) at your heart and makes a sudden stabbing motion\. A glowing pentagram shoots from the tip of the \2 and slams into your chest\, making you gasp in pain\.$"
name="nature_curse_athame_cudgel__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) points [hH](?:is|er) talisman at you\. It glows and you gasp as pain shoots through your body\.$"
name="nature_curse_talisman__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) points .+? at you and a beam of flickering light shoots forth\, covering you with colourful flame\.$"
name="nature_faeriefire__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
<trigger
enabled="y"
group="Afflictions"
match="^([A-Z][a-z]+) points .+? at you and vines shoot forth\, entangling you in a thorny embrace\.$"
name="nature_vines__"
regexp="y"
script="affs.process"
sequence="10000"
>
</trigger>
</triggers>