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

Loading…
Cancel
Save