In events like "OnOrbImpact", OnAttackStart", "OnAttackLanded", and OnAttack" it would be helpful to be able to use some information about the attack like the actual damage of the attack or if the attack will miss.
Some abilities want to work on the exact damage an attack would do. For example you might want to mana burn scaling with attack damage. Currently you would have to use caster:AttackDamage or caster:GetAverageTrueAttackDamage which work but are not exact. Having this available would be helpful.
If this is taken a step further you would even be able to change those values on the fly. It could include things like projectile speed so you could make an orb effect that can change it's speed over time for example.
Some abilities want to work on the exact damage an attack would do. For example you might want to mana burn scaling with attack damage. Currently you would have to use caster:AttackDamage or caster:GetAverageTrueAttackDamage which work but are not exact. Having this available would be helpful.
If this is taken a step further you would even be able to change those values on the fly. It could include things like projectile speed so you could make an orb effect that can change it's speed over time for example.
Comment