Check version
Check for duplicates
What is the value from the calculation in-game?
Verglas grants supported skills 1% of Damage as extra Cold for 6 seconds per 2,000 maximum Life of the destroyed Ice Crystal.
For the linked build, a destroyed Ice Crystal with 271,990 maximum Life should grant 135% of Damage as extra Cold (floor(271990 / 2000)).
What is the value from the calculation in Path of Building?
Verglas currently has no effect on either the supported skill or Full DPS. In the linked build, Full DPS is exactly 23,452,423.18 both with Verglas enabled and with every Verglas gem disabled.
The exported skill data contains both the 1% per 2,000 Life stat and the 6-second duration, but SupportVerglasPlayer has no stat mapping, so the modifier is never created.
Using the expected 135% gained-as-Cold value raises Full DPS to 47,163,971.67.
How to reproduce the issue
- Import https://pobb.in/CI4hChFipObn.
- Select Falling Thunder and note Full DPS.
- Disable the linked Verglas support.
- Full DPS remains unchanged.
Proposed configuration semantics
Because Verglas is a conditional 6-second buff, it should not be assumed active merely because an Ice Crystal skill exists. A default-off configuration checkbox should represent having destroyed an Ice Crystal in the past 6 seconds, with a second input for the maximum Life of the Ice Crystal that granted the current buff.
The resulting gained-as-Cold modifier must remain local to skills actually supported by Verglas; making it a global effect would incorrectly buff unlinked skills.
PoB for PoE2 build code
https://pobb.in/CI4hChFipObn
Check version
devbranch.Check for duplicates
What is the value from the calculation in-game?
Verglas grants supported skills 1% of Damage as extra Cold for 6 seconds per 2,000 maximum Life of the destroyed Ice Crystal.
For the linked build, a destroyed Ice Crystal with 271,990 maximum Life should grant 135% of Damage as extra Cold (
floor(271990 / 2000)).What is the value from the calculation in Path of Building?
Verglas currently has no effect on either the supported skill or Full DPS. In the linked build, Full DPS is exactly 23,452,423.18 both with Verglas enabled and with every Verglas gem disabled.
The exported skill data contains both the 1% per 2,000 Life stat and the 6-second duration, but
SupportVerglasPlayerhas no stat mapping, so the modifier is never created.Using the expected 135% gained-as-Cold value raises Full DPS to 47,163,971.67.
How to reproduce the issue
Proposed configuration semantics
Because Verglas is a conditional 6-second buff, it should not be assumed active merely because an Ice Crystal skill exists. A default-off configuration checkbox should represent having destroyed an Ice Crystal in the past 6 seconds, with a second input for the maximum Life of the Ice Crystal that granted the current buff.
The resulting gained-as-Cold modifier must remain local to skills actually supported by Verglas; making it a global effect would incorrectly buff unlinked skills.
PoB for PoE2 build code
https://pobb.in/CI4hChFipObn