HardstuckGuild / GW2-Tooltips.js

Tooltips.js frontend
1 stars 1 forks source link

Elemental Polyphony is missing the stat numbers #81

Open SaculRennorb opened 8 months ago

SaculRennorb commented 8 months ago

This is how it does look like: https://beta.hardstuck.gg/gw2/builds/elementalist/power-weaver/ grafik

This is how it should look like: grafik

SaculRennorb commented 8 months ago

This is happening because the modifiers on the inner buffs have a check for their target to have a certain trait. usually, this is not how the game handles those as usualyl you are the source for any given buff and therefore it uses that field for checks. So this is kindof an ingame bug? except its just more of anet not being consistent in what they do.

SaculRennorb commented 8 months ago

This is an ingame issue. If you view the trait from anyone without that trait equipped it will also not show you the numbers. grafik

with the traitline equipped: grafik

SaculRennorb commented 8 months ago

I will just ignore that condition in the rendering code for now, that way it should always show. We should notice soon enough in case this has any consequences.

SaculRennorb commented 5 months ago

yep this doesn't work, it breaks a lot of other buffs in subtle ways. For example damage numbers on conditions get messed up.