Skip to content

Conversation

@valarnin
Copy link
Collaborator

@valarnin valarnin commented Aug 1, 2024

WIP, completely untested.

Timeline generated via fflogs, which was a bit buggy for the other two fights.

Triggers only tested in raidemulator, and only basic triggers through final fusedown.

@github-actions github-actions bot added raidboss /ui/raidboss module needs-review Awaiting review labels Aug 1, 2024
@Legends0
Copy link
Collaborator

Legends0 commented Aug 1, 2024

Didn't get to fuses, but so far so good.

There is a strat to use kb immunity for the 1st tower of Barbarous Barrage to walk into second, so potentially a useful trigger would be to have an early knockback call out such that the knockback immunity would expire before the 2nd tower.

Copy link
Collaborator

@wexxlee wexxlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Triggers all looks right so far from what I had during prog. Haven't had a chance to look at the timeline and won't have an opportunity to test until next week. The only other trigger I had that you could consider adding is for Fuse Field:

    {
      id: 'R3S Fuse Field',
      type: 'GainsEffect',
      netRegex: { effectId: 'FB4' },
      condition: Conditions.targetIsYou(),
      alertText: (_data, matches, output) => {
        if (parseFloat(matches.duration) < 30)
          return output.short!();
        return output.long!();
      },
      outputStrings: {
        short: {
          en: 'Short Fuse',
        },
        long: {
          en: 'Long Fuse',
        },
      },
    },

@github-actions github-actions bot removed the needs-review Awaiting review label Aug 1, 2024
@valarnin
Copy link
Collaborator Author

valarnin commented Aug 1, 2024

Manual adjustments I made from the fflogs-generated timeline seem to hold properly up to end of fuse field, so I think timeline should be good for the rest of the fight. I'll clean up/incorporate the suggestions made here and then mark this as ready for review.

@github-actions github-actions bot added the needs-review Awaiting review label Aug 1, 2024
@valarnin valarnin changed the title [WIP] raidboss: Initial r3s raidboss: Initial r3s Aug 1, 2024
@valarnin
Copy link
Collaborator Author

valarnin commented Aug 1, 2024

There is a strat to use kb immunity for the 1st tower of Barbarous Barrage to walk into second, so potentially a useful trigger would be to have an early knockback call out such that the knockback immunity would expire before the 2nd tower.

I don't know the timing for this or anything, so I'm not comfortable adding a trigger for it. I'll leave that up to someone else :)

@JLGarber
Copy link
Collaborator

JLGarber commented Aug 1, 2024

There is a strat to use kb immunity for the 1st tower of Barbarous Barrage to walk into second, so potentially a useful trigger would be to have an early knockback call out such that the knockback immunity would expire before the 2nd tower.

I would personally look at this as something to be solved with a user trigger, but if it catches on as a party finder standard I wouldn't object to it being a configuration option if Someone Not Me wants to put it together.

(My group hasn't been to floor 3 yet so I don't have anything useful to offer as far as an actual review.)

Copy link
Collaborator

@wexxlee wexxlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems more than good enough for an initial pass. I think we can always add & adjust later, so I'll merge this now and push the version bump.

@wexxlee wexxlee merged commit 4e33038 into OverlayPlugin:main Aug 1, 2024
@github-actions github-actions bot removed the needs-review Awaiting review label Aug 1, 2024
github-actions bot pushed a commit that referenced this pull request Aug 1, 2024
WIP, completely untested.

Timeline generated via fflogs, which was a bit buggy for the other two
fights.

Triggers only tested in raidemulator, and only basic triggers through
final fusedown. 4e33038
github-actions bot pushed a commit that referenced this pull request Aug 1, 2024
WIP, completely untested.

Timeline generated via fflogs, which was a bit buggy for the other two
fights.

Triggers only tested in raidemulator, and only basic triggers through
final fusedown. 4e33038
github-actions bot pushed a commit to AinaSnow/cactbot that referenced this pull request Aug 1, 2024
WIP, completely untested.

Timeline generated via fflogs, which was a bit buggy for the other two
fights.

Triggers only tested in raidemulator, and only basic triggers through
final fusedown. 4e33038
github-actions bot pushed a commit to AinaSnow/cactbot that referenced this pull request Aug 1, 2024
WIP, completely untested.

Timeline generated via fflogs, which was a bit buggy for the other two
fights.

Triggers only tested in raidemulator, and only basic triggers through
final fusedown. 4e33038
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

raidboss /ui/raidboss module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants