Yeahhhhh! Last skill that was not yet implemented, 'Leap' has been developed! In the list of actions available, there is now the 'Leap' button:
A right click on the square and the leap is done (at the cost of 2 moves)!
Another way to use the skill (the simplest one!) is just to let the path finding algorithm find when leap is needed. Example:
If your mouse is on the square '67' (67 is in reality the probability to reach this square, and yes print screen is removing the mouse icon 👎), you see as usual the yellow path and in magenta the leap destination. So the 'Slann' player will move two squares, then leap then move again if leap was successful! Notice algorithm doesn't suggest to do 2 dodges instead of the leap, because the probability of success is lower. If probability of dodge is equal to the probability of leap, then dodge is selected - because it's interesting to keep the leap for later!
Examples:
If selected player wants to go one square right, leap is suggested (to avoid to dodge in a square where 2 opposites players have a tackle area) |
However, on the upper square, it is better to dodge (square is yellow = classical move and here with dodge)! |