HardstuckGuild / GW2-Tooltips.js

Tooltips.js frontend
1 stars 1 forks source link

Infusions From Both Weapon Sets Are Counted #75

Closed mightyteapot closed 8 months ago

mightyteapot commented 8 months ago

The maximum amount of stat infusions that can be applied at any given time is 18 for a total of 90 extra stat points. However right now all infusions are counted including those in both weapon sets leading to incorrect stat values being displayed.

Example: https://beta.hardstuck.gg/gw2/builds/guardian/condition-quickness-firebrand/ image

SaculRennorb commented 8 months ago

Ah , yea. The issue here is that we don't split the infusions between weapon sets when displaying them. Needs some thinking on how to resolve that, but it should be doable.