HardstuckGuild / GW2-Tooltips.js

Tooltips.js frontend
1 stars 1 forks source link

Target the weaks does not apply attribute conversion effect #79

Closed SaculRennorb closed 8 months ago

SaculRennorb commented 8 months ago

https://beta.hardstuck.gg/gw2/builds/necromancer/booster-scourge/ grafik This is not correct, the number should 1819*0.13 = 236.47.

split from #72, reference #71

For some reason the underlying skill has really wired mods. the only one directly available is

{
  "base_amount": 2.5999999046325684,
  "description": "Condition Damage",
  "flags": [
    "NonStacking"
  ],
  "formula": "TargetLevelLinear",
  "formula_param1": 0.25999999046325684,
  "formula_param2": 0,
  "id": 7,
  "target_attribute_or_buff": "ConditionDamage"
}

which somehow works out to be 23.4.

This does properly work ingame: grafik 1700 Precision, 521 ConditionDamage without the traitline, grafik 521 + 1880*0.13 = 765.4 with the traitline

SaculRennorb commented 8 months ago

The same thing also happens with Life Attunement grafik The structure clearly is the same with the TargetLevelLinear mods.

I'm missing something here