-
Notifications
You must be signed in to change notification settings - Fork 20
rework buffs scanning #342
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
d3d6ffc to
8c849c1
Compare
8c849c1 to
1b46707
Compare
This comment was marked as outdated.
This comment was marked as outdated.
In both cases I'd say the first alternative. Kind of depends on the conditionals though. |
* check for more parry abilities * split enemy miss chance, dodge, parry, dodge and block calculation
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 10 to 11. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](leafo/gh-actions-lua@v10...v11) --- updated-dependencies: - dependency-name: leafo/gh-actions-lua dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from 4 to 5. - [Release notes](https://github.com/leafo/gh-actions-luarocks/releases) - [Commits](leafo/gh-actions-luarocks@v4...v5) --- updated-dependencies: - dependency-name: leafo/gh-actions-luarocks dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Hey @Alessandro-Barbieri this really is a huge rewrite of the buff scanning logic and I am thankful for it! <3 Can I merge it or are there things left to do? |
Can I leave it to you or are you running out of ideas? I don't have much spare time :( |
|
I'll try to investigate more, weakauras solved this issue somehow |
|
Ok, it was a stupid mistake by me. Now I think I'm done. |
|
Thank you SO MUCH for keeping up the work on this @Alessandro-Barbieri ❤️ It's great you are still so invested into ECS! |
Fixes #341 #367