dotabuff / yasha

Dota 2 (Source 1) replay parser written in Go
MIT License
132 stars 19 forks source link

A couple of possible issues with replay parsing in match 1318351122 #3

Open nogweii opened 9 years ago

nogweii commented 9 years ago

https://github.com/yasp-dota/yasp/issues/304 & https://github.com/yasp-dota/yasp/issues/305 have more details, but to summarize:

Dotabuff match page.

gu3st commented 9 years ago

I think healing ward is likely not caught because unlike most of the healing skills in the game, Juggernaut's is an aura that provides a HP regen bonus, instead of a direct heal like a Dazzle shadow wave or Wyvern. There's a few skills that operate similar to Jugg ward as well.

nogweii commented 9 years ago

Is there a possibility of tracking the time in which a hero is affected by the aura? It could be possible to derive the total amount of health healed by simply knowing the current level of Healing Ward (to know the amount of additional HP regen) and counting the number ticks of increased regen.

nogweii commented 9 years ago

Per @howardc93's comment https://github.com/yasp-dota/yasp/issues/305#event-253711348, it seems Valve's WebAPI has a bug for tower damage.