-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix Fey buff alternations. #27
Comments
moving to chaos, not enough time. |
testing shows that disembowel only works for attacks, need to check dot ticks |
DE gain is given before buff gains, so results are multiplicative. looks like 12% dmg gain at my level. for a 150 potency ability. further testing to be done later. |
Added Fey Light and Disembowel in aaad8d4 The Fey Light buff is applying at the right time but needs to actually affect the GCD timer. I couldn't figure out how to change the GCD timer ONLY when Fey Light buff is active. The traditional if(feylight.buff > 0) doesn't work in Job.cs where the CalculateGCD() function is created. Disembowel (should) only be affecting Instants and Weaponskills and is up the entire time if selected in options. Gives about a 6% DPS boost. |
Fey Light working correctly every 30 seconds. Alternating Flight and Fglow bugs out |
this is halfway implemented. Posting this in D and we'll get fey light working |
No description provided.
The text was updated successfully, but these errors were encountered: