ValveSoftware / Dota2-Gameplay

Public Bug Tracker for Dota2
1.48k stars 81 forks source link

Witchbane does not show damage in log #407

Open Krimatoria opened 2 years ago

Krimatoria commented 2 years ago

Item name

Witchbane

Description

Witchbane does not show the damage done in the log, in character test mode. I don't know if this is a bug. But there are other items for which damage is registered, there are only two of them:

  1. Dragon Scale
  2. Fae Grenade
  3. Cloak of Flames

20220603172754_1 It is not clear exactly how much damage the item does along with other items in the assembly. Damage is considered a magic percentage, so it's hard to subtract it from the target's total damage.

20220603171614_1

Therefore, it is difficult to evaluate its effectiveness.

Example Match ID and Timestamp

Can be checked in the test character mode

somethingxful49 commented 2 years ago

Confirmed, able to reproduce

TheZett commented 2 years ago

This is because it deals attack damage, just like Javelin and MKB do.

Those do not appear as separate procs in the damage log, but they do apply their damage correctly.