From b0af117e4b0218e404d840650de49d96ad1954a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Sanchez?= Date: Thu, 12 Dec 2024 13:40:06 -0300 Subject: [PATCH] Update otix dash params due to new animation (#1006) --- priv/repo/seeds.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/priv/repo/seeds.exs b/priv/repo/seeds.exs index 3aff70dbd..35d51daa0 100644 --- a/priv/repo/seeds.exs +++ b/priv/repo/seeds.exs @@ -575,8 +575,8 @@ otix_carbonthrow_mechanic = %{ otix_magma_rush_mechanic = %{ "type" => "dash", - "speed" => 4.0, - "duration_ms" => 250 + "speed" => 2.0, + "duration_ms" => 750 } ## Skills @@ -953,7 +953,7 @@ skills = [ "type" => "dash", "cooldown_mechanism" => "time", "cooldown_ms" => 5500, - "execution_duration_ms" => 250, + "execution_duration_ms" => 750, "activation_delay_ms" => 0, "is_passive" => false, "autoaim" => false,