flyxiv / ffxiv_simhelper_public

0 stars 0 forks source link

Figure out AST spell speed bug #35

Closed flyxiv closed 6 days ago

flyxiv commented 1 week ago

GCD 2.49 gives 5% stronger DOT damage

flyxiv commented 1 week ago

sps 2.5: 1.2m combust damage

Screenshot 2024-10-19 at 1 47 42 AM

2.49: 1.28m combust damage, a 5% increase

Screenshot 2024-10-19 at 1 48 04 AM
flyxiv commented 1 week ago

two powers that I need to compare

Screenshot 2024-10-19 at 2 52 46 AM Screenshot 2024-10-19 at 2 52 54 AM
flyxiv commented 1 week ago

base damage only gives 0.1% difference, as it should. I'm convinced it's floating point problem.

Screenshot 2024-10-19 at 3 04 06 AM
flyxiv commented 1 week ago

2.50 player power:

Screenshot 2024-10-19 at 3 07 44 AM

2.49 player power:

Screenshot 2024-10-19 at 3 07 12 AM
flyxiv commented 6 days ago

probably a bug with pots.

flyxiv commented 6 days ago

this meant that you kept having the same snapshot as the very first debuff.

Screenshot 2024-10-19 at 2 23 00 PM

you have to refresh buff with the new buff as the main, just updating time left for the new buff.

Screenshot 2024-10-19 at 2 24 22 PM
flyxiv commented 6 days ago

back to normal now

Screenshot 2024-10-19 at 2 28 28 PM