Skip to content

Commit

Permalink
raidboss: remove some not useful tea triggers
Browse files Browse the repository at this point in the history
Will follow up with a better inception trigger, but needs more testing.
  • Loading branch information
quisquous committed Dec 12, 2019
1 parent 97ebb64 commit 4209bd7
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions ui/raidboss/data/05-shb/ultimate/the_epic_of_alexander.js
Original file line number Diff line number Diff line change
Expand Up @@ -1124,42 +1124,6 @@
de: 'Locke Brute\'s Großflammenwerfer',
},
},
{
id: 'TEA Enigma Codex',
regex: Regexes.gainsEffect({ effect: 'Enigma Codex' }),
regexDe: Regexes.gainsEffect({ effect: 'Enigma-Kodex' }),
regexFr: Regexes.gainsEffect({ effect: 'Enigma Codex' }),
regexJa: Regexes.gainsEffect({ effect: 'エニグマ・コーデックス' }),
condition: function(data, matches) {
return data.me == matches.target;
},
sound: 'Long',
},
{
id: 'TEA Inception Alpha Sword',
// Sacrament cast.
regex: Regexes.ability({ source: 'Alexander Prime', id: '485F', capture: false }),
regexDe: Regexes.ability({ source: 'Prim-Alexander', id: '485F', capture: false }),
regexFr: Regexes.ability({ source: 'Primo-Alexander', id: '485F', capture: false }),
regexJa: Regexes.ability({ source: 'アレキサンダー・プライム', id: '485F', capture: false }),
alertText: function(data) {
// TODO: we could probably determine where this is.
if (data.role == 'tank') {
return {
en: 'Bait Jump Opposite Brute?',
de: 'Locke Sprung gegenüber von Brute?',
};
}
},
infoText: function(data) {
if (data.role != 'tank') {
return {
en: 'Bait Cruise Chaser Sword?',
de: 'Locke Chaser-Mecha Schwert?',
};
}
},
},
{
id: 'TEA Wormhole',
regex: Regexes.ability({ source: 'Alexander Prime', id: '486E', capture: false }),
Expand Down

0 comments on commit 4209bd7

Please sign in to comment.