overtools / OWLib

Toolchain that lets you interact with the Overwatch files and extract models and stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I was interested in finding the health / damage / cooldown timers and abilities.

pjmagee opened this issue · comments

Would the hero likely also contain that data or would this be something in another file that isnt reverse engineered yet?

public class Hero {

I ran the Viewer locally, its really nice.

Unfortunately this data is not easy to find, this data is mostly contained inside Statescript Graphs which are very challenging to parse and understand.

I tried to implement ability/weapon stats finder in #129, but I couldn't make it work consistently primarily because of the reason Js pointed out above.