-
Notifications
You must be signed in to change notification settings - Fork 38
Balance druid initial implementation #60
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
… no longer proc it, moved some code to the balance package
… agnostic talents
…sions to their auras' OnSpellHitTaken
…s handling in eclipse
…ing channel if Eclipse is activated
NerdEgghead
left a comment
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 like you also have to resolve some merge conflicts.
| baselineEclipsePct := 0.15 | ||
| initialEclipseMasteryBonus := getEclipseMasteryBonus(moonkin.GetMasteryPoints()) |
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 looks like getEclipseMasteryBonus() will already include the contribution from baselineEclipsePct?
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.
balance has an additional 15% over the 8 mastery baseline points. In cata it was 16 (base mastery) + 15, now its 15+15 and I do need to update that calculation. Otherwise it is correct.
| OnExpire: func(aura *core.Aura, sim *core.Simulation) { | ||
| baselineEclipsePct = 0.15 |
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 think this should actually be 0 if I'm understanding the code correctly.
…Stars penalty when multidotting, Nature's Swiftness available for all specs + Glyph of Healing Touch
Deploying mop with
|
| Latest commit: |
2b83c10
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f0066af9.mop-617.pages.dev |
| Branch Preview URL: | https://fix-balance-druid.mop-617.pages.dev |
On branch fix/balance-druid Changes to be committed: new file: sim/core/TestProtoVersioning.results modified: sim/druid/balance/TestBalance.results modified: sim/druid/balance/passives.go
Uh oh!
There was an error while loading. Please reload this page.