File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
ui/raidboss/data/triggers Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 180
180
infoText : function ( data ) {
181
181
if ( data . fireball1 )
182
182
return ;
183
- if ( data . iceDebuff )
184
- return 'fire in (stack!)' ;
185
183
return 'fire in' ;
186
184
} ,
187
185
tts : function ( data ) {
197
195
infoText : function ( data ) {
198
196
if ( data . fireball2 )
199
197
return ;
200
- if ( data . fireDebuff )
201
- return 'fire out; you in' ;
202
198
if ( ! data . iceDebuff )
203
199
return 'fire out' ;
204
200
} ,
211
207
if ( data . fireball2 )
212
208
return ;
213
209
if ( data . iceDebuff )
214
- return 'fire out (be in fire!) ' ;
210
+ return 'Fire out: Be in it ' ;
215
211
} ,
216
212
tts : function ( data ) {
217
213
if ( data . fireball2 )
228
224
infoText : function ( data ) {
229
225
if ( data . fireball3 )
230
226
return ;
231
- if ( data . iceDebuff )
232
- return 'fire in (stack in!)' ;
233
227
if ( ! data . fireDebuff )
234
228
return 'fire in' ;
235
229
} ,
239
233
// If you were the person with fire tether #2, then you could
240
234
// have fire debuff here and need to no stack.
241
235
if ( data . fireDebuff )
242
- return 'fire in; YOU OUT !' ;
236
+ return 'Fire in: AVOID !' ;
243
237
} ,
244
238
tts : function ( data ) {
245
239
if ( data . fireball3 )
246
240
return ;
247
241
if ( data . fireDebuff )
248
- return 'fire in; you out ' ;
242
+ return 'avoid fire in' ;
249
243
return 'fire in'
250
244
} ,
251
245
run : function ( data ) { data . fireball3 = true ; } ,
256
250
infoText : function ( data ) {
257
251
if ( data . fireball4 )
258
252
return ;
259
- if ( data . iceDebuff )
260
- return 'fire in (stack!)' ;
261
253
if ( ! data . fireDebuff )
262
254
return 'fire in' ;
263
255
} ,
266
258
return ;
267
259
// Not sure this is possible.
268
260
if ( data . fireDebuff )
269
- return 'fire in; YOU OUT !' ;
261
+ return 'Fire in: AVOID !' ;
270
262
} ,
271
263
tts : function ( data ) {
272
264
if ( data . fireball4 )
273
265
return ;
274
266
if ( data . fireDebuff )
275
- return 'fire in; you out ' ;
267
+ return 'avoid fire in' ;
276
268
return 'fire in' ;
277
269
} ,
278
270
run : function ( data ) { data . fireball4 = true ; } ,
You can’t perform that action at this time.
0 commit comments