Animation Cancel - Custom Animations/Abilities
A compilation of all abilities that can be cancelled, making it usable for new abilities or for custom animations on your code.
Feel free to use anything you want from here, also try to experiment with some of the "Wait" actions. For example, you can use Lúcio's beat animation without the green sound waves or by increasing the Wait action, you can make the green sound waves appear, keep in mind that the closer you are from the ability being casted, the buggier it gets. Optimally you want abilities to be cancelled as soon as possible.
Symmetra Sentry Turret Cancel;
Using the Cancelled Animation to create a new ability;
The code includes a global Primary Fire Cancel, which only works on heroes with cotinuous attacks, like Soldier, Symmetra, Genji by reducing their attack fire rate. Briggite Attack deals no damage while this is on.
There's a global Reload Cancel, which is meant to work with all of the heroes that have ammo requirement.
There's also a global Melee Cancel, but it only works for Venture as their melee is currently the only one that has a special animation.
The following heroes do not have any animation cancels (besides Reloading or reduced fire rate on primary/secondary):
- Baptiste
- Brigitte
- Soldier: 76
- Torbjörn
- Zarya
Source code
Loading...