Skip to content

Commit

Permalink
fix: kenzu dash was a leap instead of a dash
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Dec 19, 2024
1 parent 3fb6173 commit 91b67de
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions priv/repo/seeds.exs
Original file line number Diff line number Diff line change
Expand Up @@ -914,20 +914,19 @@ skills = [
"type" => "dash",
"cooldown_mechanism" => "time",
"cooldown_ms" => 5000,
"execution_duration_ms" => 250,
"execution_duration_ms" => 350,
"activation_delay_ms" => 0,
"is_passive" => false,
"autoaim" => true,
"autoaim" => false,
"max_autoaim_range" => 1300,
"can_pick_destination" => true,
"can_pick_destination" => false,
"block_movement" => true,
"mechanics" => [
%{
"type" => "leap",
"range" => 1300.0,
"speed" => 1.7,
"type" => "dash",
"speed" => 3.7,
"radius" => 600,
"on_arrival_mechanic" => %{}
"duration_ms" => 350,
}
],
"version_id" => version.id
Expand Down

0 comments on commit 91b67de

Please sign in to comment.