* Added skill part "Cast" for Hydrosphere, for when the Hydrosphere is continuously recast. Adjusted skill part names for Frozen, Shocked and Frozen & Shocked for clarity.
* Split "Cast" further into Frozen, Shocked and Frozen Shocked skill parts since the damage pulse from casting actually also converts depending on the ailment of the sphere.
* Fix not using tabs
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
The Unique item check wasn't being made for relic uniques so it would bring you to the item base page instead of the unique item page
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Relic flasks were not being checked to also be unique when we merge the buff effects so they were duplicating
Fixed for Tinctures too
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Tinctures were interpreting the CDR mod as a global CDR mod when it's only meant to affect the cooldown of the Tincture itself
The local mod is also additive with the global mod on the tree and was mistakenly being treated as multiplicative with the way we were handling it
They also showed the tooltip for mana burn per second, but the number being shown was the seconds per mana burn. Fixed it to show the rate per second as intended
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
The Gem attack speed multiplier was affecting the reload time of Crossbow skills as it as implemented as a more attack speed mod instead of modifying the base attack rate
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
* Added the ability to change max node depth for heat map calculation to a custom value
* Fixed visibility of controls on TreeTab at minimum screen width
Skill gems should scale the damage from the ground DoT but were not as we did not add any skill tags to the effect
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
The mod was previously hard-coded to only work with the 20% value from Siegebreaker. Fixed it to use a percent stat value that comes from the mod
Also fixed it for replica siege breaker in case that ever becomes an issue too
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Herald of Ash was previously scaling with area and spell damage mods which it shouldn't it was also possible for the increased damage values to be negative which is not correct.
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Ward is granted even with values above 100 but the conversion for armour / evasion on gear is capped at 100%
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
The 'Your Spells are disabled' mod found on the Gruthkul's Pelt unique
chest armor currently prevents curse on hit mods from applying. This is
due to the 'chance to Curse Enemies with X on Hit' being implemented in
POB as a simple granted skill without making the distinction between
generic granted skills and on hit (application) skills (curses). This
solution isn't the prettiest but i'd argue it's the most sane given what
information is available to the ModStore.
* Update functionality of Shepherd of Souls, add Config for Vaal Skills used in the past 8 Seconds
* Reloading and commiting ModCache.lua
* Fix numbers and formatting
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Initially when trying to fix issue
https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/8421 i
made the config default enabled to maintain current behaviour of it
being on the moment Hand of the Fervent was equipped. I was under the
impression that the ifFlag would prevent the config application function
from running but that doesn't not seem to be the case. I've tried a few
different ways of fixing this but i've decided that the best course of
action would be to simply make the effect opt in rather than opt out.
--- New to Path of Building ---
* Add new Harbinger skills (Wires77)
--- Fixed Bugs ---
* Fix error when crafting a fishing rod enchant (Wires77)
---------
Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
VERSION[2.52.2][2025/02/20]
--- Fixed Crashes ---
* Fix Tawhoa's Chosen crash when no active skill is enabled (Paliak)
--- User Interface ---
* Dynamically expand some dropdowns that were too narrow to read (Wires77)
--- Fixed Behaviours ---
* Fix Forbidden jewels not finding the right ascendancy nodes (Wires77)
* Update tree data with missing cluster jewel nodes (Wires77)
---------
Co-authored-by: Wires77 <Wires77@users.noreply.github.com>