File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed
ui/raidboss/data/triggers Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// O12S - Alphascape 4.0 Savage
4
4
5
- // TODO: Optimized Blade Dance
6
-
7
5
[ {
8
6
zoneRegex : / ^ A l p h a s c a p e V 4 .0 \( S a v a g e \) $ / ,
9
7
timelineFile : 'o12s.txt' ,
65
63
}
66
64
} ,
67
65
} ,
66
+ {
67
+ id : 'O12S Optimized Blade Dance' ,
68
+ regex : / 1 4 : (?: 3 3 4 B | 3 3 4 C ) : O m e g a (?: - M ) ? s t a r t s u s i n g (?: U n k n o w n _ 3 3 4 B | U n k n o w n _ 3 3 4 C | O p t i m i z e d B l a d e D a n c e ) o n ( \y { Name} ) / ,
69
+ condition : function ( data , matches ) {
70
+ return data . me == matches [ 1 ] || data . role == 'healer' ;
71
+ } ,
72
+ suppressSeconds : 1 ,
73
+ alertText : function ( data , matches ) {
74
+ if ( matches [ 1 ] == data . me ) {
75
+ return {
76
+ en : 'Tank Buster on YOU' ,
77
+ de : 'Tenkbuster auf DIR' ,
78
+ fr : 'Tankbuster sur VOUS' ,
79
+ } ;
80
+ }
81
+ if ( data . role == 'healer' ) {
82
+ return {
83
+ en : 'Tank Busters' ,
84
+ de : 'Tenkbuster' ,
85
+ fr : 'Tankbuster' ,
86
+ } ;
87
+ }
88
+ } ,
89
+ tts : function ( data , matches ) {
90
+ if ( matches [ 1 ] == data . me ) {
91
+ return {
92
+ en : 'buster' ,
93
+ de : 'basta' ,
94
+ fr : 'tankbuster' ,
95
+ } ;
96
+ }
97
+ } ,
98
+ } ,
68
99
{
69
100
id : 'O12S Electric Slide Marker' ,
70
101
regex : / 1 B : ........: ( \y { Name} ) : ....: ....: ( 0 0 9 [ 1 2 3 4 5 6 7 8 ] ) : 0 0 0 0 : 0 0 0 0 : 0 0 0 0 : / ,
You can’t perform that action at this time.
0 commit comments