Skip to content

Commit

Permalink
raidboss: delay P12S2 Ekpyrosis call
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Jul 13, 2023
1 parent 102c36d commit 8bfc3ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/raidboss/data/06-ew/raid/p12s.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3712,6 +3712,9 @@ const triggerSet: TriggerSet<Data> = {
id: 'P12S Ekpyrosis Cast',
type: 'StartsUsing',
netRegex: { id: '831E', source: 'Pallas Athena', capture: false },
// This cast happens while people need to plant for the end of Caloric 2,
// so delay the call to avoid people jumping the gun.
delaySeconds: (data) => data.caloricCounter === 2 ? 3 : 0,
alertText: (_data, _matches, output) => output.text!(),
outputStrings: {
text: {
Expand Down

0 comments on commit 8bfc3ae

Please sign in to comment.