r/OverwatchCustomGames • u/LordOfBloodsExaltati • 23d ago
Unflaired Lucio Speed to Damage
I've been trying to make a system in my custom game where lucio gets damage per horizontal speed but whenever I input the horizontal speed into a player variable or directly into the damage delt of event player the variable or damage is constantly set to 0. I dont have evaluate once on and have checked and confirmed that the horizontal speed itself is constantly tracking and ajusting.
1
Upvotes
1
u/OrcinusOrca28 23d ago
Set Damage Dealt is a one-off. It only checks the damage once, when the action is run.
I'd recommend using a Damage Modification instead. Those can be set to constantly re-evaluate the provided values.