Nostrademous / Dota2-FullOverwrite

Work in progress for a full-overwrite Dota 2 bot framework
GNU General Public License v3.0
97 stars 40 forks source link

Redo Global Ability Use System #210

Closed Nostrademous closed 7 years ago

Nostrademous commented 7 years ago

The issue is that not all abilities provide appropriate values when :GetAbilityDamage() is called on them.

What I'm thinking is create a "GetGlobalDamage()" function for each hero (defaults to returning 0 in decision.lua base class) which will return the actual damage value (raw value if no target provided).

Nostrademous commented 7 years ago

Almost done, need to do some testing next time I get some time