Browse Source

Update raidboss.js

master
Patrick Engel 5 years ago
parent
commit
49366f9166
  1. 56
      raidboss.js

56
raidboss.js

@ -268,12 +268,12 @@ Options.Triggers = [
hideall "recitand excog" hideall "recitand excog"
# WHITEMAGE # WHITEMAGE
hideall "Benediction0" # hideall "Benediction0"
hideall "Benediction1" # hideall "Benediction1"
hideall "Indulgence0" # hideall "Indulgence0"
hideall "Indulgence1" # hideall "Indulgence1"
hideall "Regens" # hideall "Regens"
hideall "Temperance" # hideall "Temperance"
`, `,
@ -326,7 +326,7 @@ Options.Triggers = [
}, },
beforeSeconds: 4, beforeSeconds: 4,
alarmText: 'USE RAIDCOOLDOWN', alarmText: 'USE RAIDCOOLDOWN',
tts: 'Reprisal and Heart of Light', tts: 'Repraisal and Heart of Light',
}, },
// SCHOLAR -- LOTS OF SCHOLAR // SCHOLAR -- LOTS OF SCHOLAR
{ {
@ -508,15 +508,15 @@ Options.Triggers = [
hideall "Soil1" hideall "Soil1"
# WHITEMAGE # WHITEMAGE
hideall "Temperance0" # hideall "Temperance0"
hideall "Indulgence0" # hideall "Indulgence0"
hideall "Indulgence1" # hideall "Indulgence1"
hideall "Indulgence2" # hideall "Indulgence2"
hideall "Indulgence3" # hideall "Indulgence3"
hideall "Temperance1" # hideall "Temperance1"
hideall "Indulgence4" # hideall "Indulgence4"
hideall "Indulgence5" # hideall "Indulgence5"
hideall "Indulgence and Temperance" # hideall "Indulgence and Temperance"
`, `,
timelineTriggers: [ timelineTriggers: [
// DANCER // DANCER
@ -558,7 +558,7 @@ Options.Triggers = [
}, },
beforeSeconds: 4, beforeSeconds: 4,
alarmText: 'USE RAIDCOOLDOWN', alarmText: 'USE RAIDCOOLDOWN',
tts: 'Reprisal and Heart of Light', tts: 'Repraisal and Heart of Light',
}, },
// SCHOLAR -- LOTS OF SCHOLAR // SCHOLAR -- LOTS OF SCHOLAR
{ {
@ -614,7 +614,7 @@ Options.Triggers = [
}, },
beforeSeconds: 4, beforeSeconds: 4,
alarmText: 'USE INDULGENCE AND TEMPERANCE', alarmText: 'USE INDULGENCE AND TEMPERANCE',
tts: 'induglence and temperance', tts: 'indulgence and temperance',
}, },
], ],
}, },
@ -710,14 +710,14 @@ Options.Triggers = [
hideall "Seraph2" hideall "Seraph2"
# WHITEMAGE # WHITEMAGE
hideall "Indulgence0" # hideall "Indulgence0"
hideall "Indulgence and Temperance0" # hideall "Indulgence and Temperance0"
hideall "Indulgence1" # hideall "Indulgence1"
hideall "Indulgence and Temperance1" # hideall "Indulgence and Temperance1"
hideall "Indulgence2" # hideall "Indulgence2"
hideall "Temperance0" # hideall "Temperance0"
hideall "Indulgence3" # hideall "Indulgence3"
hideall "Temperance1" # hideall "Temperance1"
`, `,
timelineTriggers: [ timelineTriggers: [
@ -769,7 +769,7 @@ Options.Triggers = [
}, },
beforeSeconds: 4, beforeSeconds: 4,
alarmText: 'USE RAIDCOOLDOWN', alarmText: 'USE RAIDCOOLDOWN',
tts: 'Reprisal and Heart of Light', tts: 'Repraisal and Heart of Light',
}, },
// SCHOLAR -- LOTS OF SCHOLAR // SCHOLAR -- LOTS OF SCHOLAR
{ {
@ -825,7 +825,7 @@ Options.Triggers = [
}, },
beforeSeconds: 4, beforeSeconds: 4,
alarmText: 'USE INDULGENCE AND TEMPERANCE', alarmText: 'USE INDULGENCE AND TEMPERANCE',
tts: 'induglence and temperance', tts: 'indulgence and temperance',
}, },
], ],
}, },

Loading…
Cancel
Save