Skip to content

Verglas does not apply damage gained from destroyed Ice Crystal Life #2389

Description

@xiaoyaoyang

Check version

  • I am testing the current dev branch.

Check for duplicates

  • I searched open and closed issues and pull requests for Verglas.

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

  1. Import https://pobb.in/CI4hChFipObn.
  2. Select Falling Thunder and note Full DPS.
  3. Disable the linked Verglas support.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions