-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
triggers build: raidboss: TOP P5 Omega Earlier Safe Spot Call (#5330)
There is an AddCombatants that occurs either before or shortly after the 8015 Run Dynamis: Omega Version cast starts. This utilizes OverlayPlugin, which the other two triggers still pull data from. Previous PR did not have delay and so did not fire if the combatants were added late per the log line. Alternatively, this trigger can fire off a collection of AddCombatants that match the BNPCIds, but some care would need to be accounted for if they happened to be added before the Omega Version cast starts since that is also what triggers the 'omega' phase. Basing on AddCombatants (if this line varies) could also make a durationSeconds more varied. So I have stuck with the 8015 cast for now and may test different delays. 6a131b8
- Loading branch information
github-actions
committed
Apr 7, 2023
1 parent
7515cde
commit 0d03399
Showing
1 changed file
with
133 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters