Skip to content
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

simc casts bag of tricks during bladestorm #9574

Open
funnynin opened this issue Sep 25, 2024 · 0 comments
Open

simc casts bag of tricks during bladestorm #9574

funnynin opened this issue Sep 25, 2024 · 0 comments

Comments

@funnynin
Copy link

Describe the bug

If an APL contains bag of tricks, simc may cast it during bladestorm (unless explicitly told not to cast it during bladestorm).

Expected behavior

Bag of Tricks is not castable during bladestorm, so it should simply ignore that apl entry during bladestorm.

To Reproduce

Just have Bag of Tricks be on the APL during bladestorm, e.g. adding it as the lowest priority action, under storm bolt (bladestorm lasts long enough that the actor will run out of other actions to execute):

(...)
actions.slayer_st+=/storm_bolt,if=buff.bladestorm.up

actions.slayer_st+=/bag_of_tricks

This results in bag of tricks being shown as around +0.2% dps instead of -0.2% (compared to never casting it).

Additional information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant