HardstuckGuild / GW2-Tooltips.js

Tooltips.js frontend
1 stars 1 forks source link

Stretched Time Displays Incorrectly. #74

Closed mightyteapot closed 8 months ago

mightyteapot commented 8 months ago

Stretched time causes flow of time to apply alacrity for each clone shattered. This is correctly reflected in flow of time's tooltip, however stretched time is currently applying the same traited facts to itself that it applies to flow of time which is incorrect.

image image

In game image

SaculRennorb commented 8 months ago

Just so i have a quick link to a relevant build: https://beta.hardstuck.gg/gw2/builds/mesmer/side-chrono/

SaculRennorb commented 8 months ago

As it turns out, this is a very specific issue occurring with exactly 3 traits. The other ones are:

Of note is that the chilling nova triggered by the trait does not actually have a fact for bitter chill: image image

Transmute seems to be set up correctly: image

Now the question becomes: Should we show the triggered trait in a third box? Imo the answer is yes. What do you think @mightyteapot ?

edit: Actually, maybe this isn't the smartest idea. It would introduce inconsistency, as those would be the only skills/traits where we display the triggered trait. Most of the Skills just embed the information into the tooltip itself, so explicitly showing it for those three is somewhat strange. The only reason i suggested it was the fact that currently there is now way of noticing that bitter chill is triggered by the nova, as the nova isn't correctly set up. The other tow cases are fine.

SaculRennorb commented 8 months ago

solved with the next api build