Skip to content

Commit

Permalink
Update otix dash params due to new animation (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Sanchez authored Dec 12, 2024
1 parent ec19b3f commit b0af117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b0af117

Please sign in to comment.