From d187ccd752f592aa1c45f1b21aeaf7ebc95ced56 Mon Sep 17 00:00:00 2001 From: Adrienne Walker Date: Thu, 13 Jul 2023 10:33:05 -0700 Subject: [PATCH] raidboss: delay P12S2 Ekpyrosis call (#5690) --- ui/raidboss/data/06-ew/raid/p12s.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/raidboss/data/06-ew/raid/p12s.ts b/ui/raidboss/data/06-ew/raid/p12s.ts index 6307e97376..440d2368e3 100644 --- a/ui/raidboss/data/06-ew/raid/p12s.ts +++ b/ui/raidboss/data/06-ew/raid/p12s.ts @@ -3712,6 +3712,9 @@ const triggerSet: TriggerSet = { 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: {