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

Fix Fey buff alternations. #27

Open
Eein opened this issue Jan 22, 2014 · 6 comments
Open

Fix Fey buff alternations. #27

Eein opened this issue Jan 22, 2014 · 6 comments

Comments

@Eein
Copy link
Owner

Eein commented Jan 22, 2014

No description provided.

@Eein Eein modified the milestones: CHAOS v0.0.3, BAHAMUT v0.0.2 Feb 26, 2014
@Eein
Copy link
Owner Author

Eein commented Feb 26, 2014

moving to chaos, not enough time.

@Eein
Copy link
Owner Author

Eein commented Mar 8, 2014

testing shows that disembowel only works for attacks, need to check dot ticks

@Eein
Copy link
Owner Author

Eein commented Mar 9, 2014

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.

@chordscollide
Copy link
Collaborator

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.

@chordscollide
Copy link
Collaborator

Fey Light working correctly every 30 seconds. Alternating Flight and Fglow bugs out

@Eein
Copy link
Owner Author

Eein commented Mar 15, 2014

this is halfway implemented. Posting this in D and we'll get fey light working

@Eein Eein modified the milestones: Dalamud v0.1.0, CHAOS v0.0.3 Mar 15, 2014
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

2 participants