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

Warlock fixes #2823

Merged
merged 7 commits into from
Mar 28, 2023
Merged

Warlock fixes #2823

merged 7 commits into from
Mar 28, 2023

Conversation

Tharre
Copy link
Contributor

@Tharre Tharre commented Mar 26, 2023

No description provided.

The ramp up works in the following way, and only affects base damage:

Ticks | Base Damage
-------------------
  1-4 | 145 * 0.5
  5-8 | 145 * 1.0
 9-12 | 145 * 1.5
13-14 | 145 * 2.0
For metamorphosis, this was causing the CD to be 180 * 0.7 = 125.9999..
which rounds down to 125 seconds, instead of the correct 126 seconds.
@Tharre Tharre merged commit 63e788a into wowsims:master Mar 28, 2023
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

Successfully merging this pull request may close these issues.

1 participant