-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcriticals.xml
67 lines (63 loc) · 1.4 KB
/
criticals.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
<aliases>
<alias
name="reset_crits__"
match="^\s*reset\s+crit(?:ical)?s?\s*$"
enabled="y"
group="Interface"
regexp="y"
script="criticals.reset"
ignore_case="y"
sequence="100"
>
</alias>
<alias
name="show_crits__"
match="^\s*crit(?:ical)?s?\s*$"
enabled="y"
group="Interface"
regexp="y"
script="criticals.show"
ignore_case="y"
sequence="100"
>
</alias>
</aliases>
<triggers>
<trigger
enabled="y"
group="Track"
keep_evaluating="y"
match="^You (?:wildly )?(?:swing|jab) .+? at .+?\. "
name="critical_swing__"
regexp="y"
script="criticals.attack"
sequence="100"
>
</trigger>
<trigger
enabled="y"
group="Track"
keep_evaluating="y"
match=" (?:You almost lose your balance as your thrust fails to connect|Your weapon \w+ through the air\, missing completely)\.$"
name="critical_miss__"
regexp="y"
script="criticals.miss"
sequence="100"
>
</trigger>
<trigger
enabled="y"
ignore_case="y"
group="Track"
keep_evaluating="y"
match="^You have scored an? (.+?) hit\!\!?\!?$"
name="critical_hit__"
regexp="y"
script="criticals.hit"
sequence="100"
>
</trigger>
</triggers>
<!--
The end of your cudgel forms a glowing burl and you point it at a slavering sandworm. The burl pops and ruptures, a swarm of crackling lightning bugs swirling about him and scourging his flesh with electricity.
-->