OverlayPlugin / cactbot

FFXIV TypeScript Raiding Overlay
Apache License 2.0
85 stars 34 forks source link

raidboss: add r3s bombarian special reminder #373

Closed YuzukiTsuru closed 3 weeks ago

YuzukiTsuru commented 3 weeks ago

Since it takes too long for the bombarian special to reach the stack/spread, it can lead to forgetting, so a reminder has been added here.

cactbotbot commented 3 weeks ago

@YuzukiTsuru Thanks for your contribution! 🌵🚀

JLGarber commented 3 weeks ago

Checking back through my recordings, it looks like the time between when Brute Bomber starts casting Bombarian Special and when the stack/spread resolves is about 30 seconds. As you have it set up, this would display and clear the stack/spread before the knockback visual even starts. Do you think maybe we could add a durationSeconds: 7 to each of these triggers or something like that?

YuzukiTsuru commented 3 weeks ago

Checking back through my recordings, it looks like the time between when Brute Bomber starts casting Bombarian Special and when the stack/spread resolves is about 30 seconds. As you have it set up, this would display and clear the stack/spread before the knockback visual even starts. Do you think maybe we could add a durationSeconds: 7 to each of these triggers or something like that?

That makes sense. I added the time