Can i make mercys rez movement reduction to her normal movement speed?

like during her first rework where rez didnt grant a -75% movement speed reduction penalty

rule("Rule 1")

{
event
{
Ongoing - Each Player;
All;
Mercy;
}

conditions

{
Is Using Ability 2(Event Player) == True;

}

actions

{
Set Move Speed(Event Player, 400);
Wait Until(!Is Using Ability 2(Event Player), 99999);
Set Move Speed(Event Player, 100);
}}

There are a couple of frames where you get slowed when Starting the Rez and a couple of frames where you are faster when finishing the Rez but thats Workshop~

2 Likes

thank you! works perfectly

1 Like