-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raidboss: Cloud of Darkness Chaotic #551
Conversation
Very rough, needs work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is WIP but thought I would add some feedback ahead of time.
Co-authored-by: valarnin <[email protected]>
After working on the diamond phase timeline some more, it looks like there's really only a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far, thanks for putting that together. I haven't had much time to run this after week 1, so I don't have much more to offer on it, but this looks like a solid base to start with.
// 9E51 = dummy cast from adds (source: Sinister Eye) | ||
// 9E52 = actual cast from adds (sometimes has stale source name) | ||
netRegex: { id: '9E4F', source: 'Cloud of Darkness', capture: false }, | ||
response: Responses.lookAway(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't looked through the logs too hard, but is it going to be possible to math out where the adds are and then call one of the safe intercardinals for the player to look at? If so, maybe we could put that in the TODO list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be possible, but it would be more delayed than the current trigger. It looks like the Sinister Eyes spawn in off-map to the east, then move into location right before they start casting.
These have been fine for me in my testing so far. The only direct suggestion I have is to add a tank swap trigger for the stacking lightning vuln in p1, maybe at 5 stacks? |
I haven't seen tanks handling that in a consistent manner; some swap as often as possible, some swap when they get yelled at in party chat 😆 It's been all over the place. If there's a recommended value that works for all tank pairings maybe it could be added. |
I can confirm that it will stack to at least 14, and at 14 stacks the auto hits for 150k. |
Finished with the rest of the timeline. I'm marking this one as ready for review; I don't think the remaining TODO's are blockers, and they could be added as improvements later. |
Added a swap trigger for 5+ stacks. |
I mistakenly tested this today against an older commit, and it looks like you may have already addressed what I was going to say. 😄 . I should be able to re-test this tomorrow afternoon. |
~~Very rough, needs work.~~ Ready for review. I think the remaining TODO's are non-blocking improvements that could be added later. --------- Co-authored-by: valarnin <[email protected]> 2b614ee
~~Very rough, needs work.~~ Ready for review. I think the remaining TODO's are non-blocking improvements that could be added later. --------- Co-authored-by: valarnin <[email protected]> 2b614ee
~~Very rough, needs work.~~ Ready for review. I think the remaining TODO's are non-blocking improvements that could be added later. --------- Co-authored-by: valarnin <[email protected]> 2b614ee
~~Very rough, needs work.~~ Ready for review. I think the remaining TODO's are non-blocking improvements that could be added later. --------- Co-authored-by: valarnin <[email protected]> 2b614ee
~~Very rough, needs work.~~ Ready for review. I think the remaining TODO's are non-blocking improvements that could be added later. --------- Co-authored-by: valarnin <[email protected]> 2b614ee
~~Very rough, needs work.~~ Ready for review. I think the remaining TODO's are non-blocking improvements that could be added later. --------- Co-authored-by: valarnin <[email protected]> 2b614ee
Very rough, needs work.Ready for review. I think the remaining TODO's are non-blocking improvements that could be added later.